10 #include <framework/core/Module.h>
12 #include <framework/datastore/StoreArray.h>
14 #include <svd/dataobjects/SVDCluster.h>
15 #include <svd/dataobjects/SVDShaperDigit.h>
16 #include <svd/dataobjects/SVDRecoDigit.h>
17 #include <mdst/dataobjects/TrackFitResult.h>
18 #include <mdst/dataobjects/Track.h>
19 #include <tracking/dataobjects/RecoTrack.h>
20 #include <svd/calibration/SVDPulseShapeCalibrations.h>
21 #include <svd/calibration/SVDNoiseCalibrations.h>
22 #include <svd/dataobjects/SVDEventInfo.h>
56 virtual void event()
override;
57 virtual void endRun()
override;
192 else if (layer == 1 || layer == 2)
196 }
else result = sensor - 1;
203 Int_t nbins, Double_t min, Double_t max,
204 const char* xtitle, TList* histoList =
nullptr);
207 Int_t nbinsX, Double_t minX, Double_t maxX,
const char* titleX,
208 Int_t nbinsY, Double_t minY, Double_t maxY,
const char* titleY,
209 TList* histoList =
nullptr);
This class defines the dbobject and the method to access SVD calibrations from the noise local runs.
This class defines the dbobject and the methods to access the SVD calibrations from the local runs pr...
Accessor to arrays stored in the data store.
Type-safe access to single objects in the data store.
Abstract base class for different kinds of events.