 |
Belle II Software
release-05-02-19
|
13 #include <framework/core/Module.h>
14 #include <framework/datastore/DataStore.h>
15 #include <framework/datastore/StoreArray.h>
16 #include <framework/datastore/StoreObjPtr.h>
17 #include <vxd/geometry/GeoCache.h>
18 #include <vxd/geometry/SensorInfoBase.h>
19 #include <framework/dataobjects/EventMetaData.h>
20 #include <pxd/dataobjects/PXDRawHit.h>
21 #include <pxd/dataobjects/PXDDAQStatus.h>
22 #include <rawdata/dataobjects/RawFTSW.h>
39 class PXDEventPlotModule :
public Module {
49 void event() override final;
74 TLine* m_l1{}, *m_l2{}, *
m_l3{};
PXDEventPlotModule()
Constructor defining the parameters.
VXD::GeoCache & m_vxdGeometry
the geometry
StoreArray< PXDRawHit > m_storeRawHits
Storearray for raw pixels
std::string m_storeRawHitsName
PXDRawHits StoreArray name.
void event() override final
This method is the core of the module.
StoreObjPtr< EventMetaData > m_eventMetaData
Event Metadata StorePtr.
TLine * m_l3
Lines to guide the eye in plots/canvases.
Abstract base class for different kinds of events.
Type-safe access to single objects in the data store.
StoreArray< RawFTSW > m_rawTTD
Input array for DAQ Status.
bool m_gateModeFlag
Flag for creating extra GM plots.
std::map< VxdID, TH2F * > m_histos
map for plots per modules
std::map< VxdID, TH2F * > m_histos_gm
map for plots per modules with gm+
std::map< VxdID, TH2F * > m_histos_gm2
map for plots per modules with gm-
void initialize() override final
Initialize the Module.
Accessor to arrays stored in the data store.
StoreObjPtr< PXDDAQStatus > m_storeDAQEvtStats
Input array for DAQ Status.
TCanvas * m_c
list of canvases