Belle II Software prerelease-11-00-00a
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
31
32 public:
37
42
46 void prepare() override;
47
52 void collect() override;
53
54 private:
59 };
60 }
62}
StoreArray< RawCDC > m_rawCDCs
Input array for CDC Raw.
void collect() override
Event action (main routine).
void prepare() override
Initializes the Module.
virtual ~CDCDeadBoardDetectorModule()
Destructor of 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.