 |
Belle II Software
release-05-02-19
|
11 #ifndef CSISTUDY_V2MODULE_H
12 #define CSISTUDY_V2MODULE_H
14 #include <framework/core/HistoModule.h>
15 #include <framework/datastore/StoreArray.h>
16 #include <beast/csi/dataobjects/CsiSimHit.h>
17 #include <beast/csi/dataobjects/CsiHit_v2.h>
18 #include <generators/SAD/dataobjects/SADMetaHit.h>
35 class CsiStudy_v2Module :
public HistoModule {
54 virtual void event()
override;
57 virtual void endRun()
override;
StoreArray< CsiHit_v2 > Hits
Array of digi hits.
double m_Thres_sumE[18][200]
Energy threshold.
virtual void initialize() override
Function for dynamic initialization of module.
CsiStudy_v2Module()
Constructor: Sets the description, the properties and the parameters of the module.
Study module for Csis (BEAST)
StoreArray< CsiSimHit > SimHits
Array of sim hits.
virtual void getXMLData()
reads data from CSI.xml: tube location, drift data filename, sigma of impulse response function
virtual void terminate() override
Function to terminate module.
TH1F * h_csi_denergy[18][153]
Energy.
TH2F * h_csi_rs_drate[153]
Rate.
Abstract base class for different kinds of events.
double m_Ethres
Energy threshold.
virtual void event() override
Function to process event record.
double m_Thres_hitRate[18][200]
Rate.
virtual void endRun() override
Function to process end_run record.
TH1F * h_csi_drate[153]
Rate.
TH2F * h_csi_rs_denergy[18][153]
Energy.
TH1F * h_csi_dedep[18][153]
Energy.
virtual void defineHisto() override
Defines the histograms.
TH2F * h_csi_rs_dedep[18][153]
Energy.
Accessor to arrays stored in the data store.
StoreArray< SADMetaHit > MetaHits
Array of SAD particle.
virtual void beginRun() override
Function to process begin_run record.