Belle II Software development
ARICHChannelMaskModule.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 <arich/dataobjects/ARICHDigit.h>
13#include <framework/datastore/StoreArray.h>
14
15
16namespace Belle2 {
21
26
27 public:
28
33
37 virtual void prepare() override;
38
42 virtual void collect() override;
43
44 private:
45
48
49 };
50
51}
virtual void collect() override
Collection (called for each event).
virtual void prepare() override
Preparation of data collection.
StoreArray< ARICHDigit > m_ARICHDigits
Digits.
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.