Belle II Software development
CDCDeadBoardDetectorModule.h
1/**************************************************************************
2 * basf2 (Belle II Analysis Software Framework) *
3 * Author: The Belle II Collaboration *
4 * *
5 * See git log for contributors and copyright holders. *
6 * This file is licensed under LGPL-3.0, see LICENSE.md. *
7 **************************************************************************/
8
9#pragma once
10
11#include <calibration/CalibrationCollectorModule.h>
12#include <framework/datastore/StoreArray.h>
13#include <rawdata/dataobjects/RawCDC.h>
14
15namespace Belle2 {
20
21 namespace CDC {
22
26
28
29 public:
34
38 virtual ~CDCDeadBoardDetectorModule() override;
39
43 void prepare() override;
44
49 void collect() override;
50
51 private:
56 };
57 }
59}
StoreArray< RawCDC > m_rawCDCs
Input array for CDC Raw.
virtual ~CDCDeadBoardDetectorModule() override
Destructor of the module.
void collect() override
Event action (main routine).
void prepare() override
Initializes the Module.
CalibrationCollectorModule()
Constructor. Sets the default prefix for calibration dataobjects.
Accessor to arrays stored in the data store.
Definition StoreArray.h:113
Abstract base class for different kinds of events.