 |
Belle II Software
release-05-02-19
|
15 #include <framework/core/HistoModule.h>
29 class VXDDQMExpressRecoModule :
public HistoModule {
43 void event() override final;
float m_CutCorrelationTimeSVD
Cut threshold of SVD time window for accepting to correlations, default = 70 ns.
TH1F ** m_correlationsSP1DPhi
Correlations and hit maps from space points - differencies in Phi.
float m_CutCorrelationSigUSVD
Cut threshold of SVD signal for accepting to correlations in u, default = 0 ADU.
void defineHisto() override final
Histogram definitions such as TH1(), TH2(), TNtuple(), TTree()....
std::string m_storePXDDigitsName
PXDDigits StoreArray name.
float m_CutCorrelationSigPXD
Cut threshold of PXD signal for accepting to correlations, default = 0 ADU.
TH2F ** m_correlationsSP
Correlations and hit maps from space points.
float m_CorrelationGranulation
set granulation of histogram plots, default is 1 deg (1 mm), min = 0.02, max = 5.0
std::string m_histogramDirectoryName
Name of the histogram directory in ROOT file.
Abstract base class for different kinds of events.
std::string m_storeSVDClustersName
SVDClusters StoreArray name.
std::string m_relSVDClusterDigitName
SVDClustersToSVDDigits RelationArray name.
void event() override final
Event.
int m_UseDigits
flag <0,1> for using digits only, no clusters will be required, default = 0
std::string m_storePXDClustersName
PXDClusters StoreArray name.
std::string m_relPXDClusterDigitName
PXDClustersToPXDDigits RelationArray name.
void initialize() override final
Initialize.
VXDDQMExpressRecoModule()
Constructor.
std::string m_storeSVDShaperDigitsName
SVDShaperDigits StoreArray name.
int m_SwapPXD
flag <0,1> very special case for swap of u-v coordinates
void beginRun() override final
Begin run.
float m_CutCorrelationSigVSVD
Cut threshold of SVD signal for accepting to correlations in v, default = 0 ADU.
TH1F ** m_correlationsSP1DTheta
Correlations and hit maps from space points - differencies in Theta.