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>
53 virtual void event()
override;
54 virtual void endRun()
override;
189 else if (layer == 1 || layer == 2)
193 }
else result = sensor - 1;
200 Int_t nbins, Double_t min, Double_t max,
201 const char* xtitle, TList* histoList =
nullptr);
204 Int_t nbinsX, Double_t minX, Double_t maxX,
const char* titleX,
205 Int_t nbinsY, Double_t minY, Double_t maxY,
const char* titleY,
206 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.