Belle II Software prerelease-10-00-00a
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
29
30 public:
31
36
40 virtual void prepare() override;
41
45 virtual void collect() override;
46
47 private:
48
51
52 };
53
54}
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.