11#include <framework/core/Module.h>
12#include <framework/datastore/StoreArray.h>
14#include <tracking/dataobjects/RecoTrack.h>
46 virtual void event()
override;
56 void calculateProb(TH2F* signal, TH2F* background, TH2F* probability);
Generate PDFs for assigning probability that cluster generated from signal particle.
std::string m_svdClustersName
SVDCluster collection name.
std::string m_nameOfInstance
allows the user to set an identifier for this module.
virtual void initialize() override
Init the module.
StoreArray< SVDCluster > m_svdClusters
the storeArray for svdClusters
virtual void event() override
eventWise jobs
int m_binSizeTime
Number of bins in time dimension.
virtual void terminate() override
final output
void calculateError(TH2F *signal, TH2F *background, TH2F *error)
compute error
std::map< std::string, TH2F * > backgroundHistMap
map to store background histograms
bool m_useLegacyNaming
Choice between PDF naming conventions.
std::string m_recoTracksName
RecoTrack collection name.
std::map< std::string, TH2F * > signalHistMap
map to store signal histograms
int m_maxClusterSize
Maximum cluster size the PDFs will be distributed over.
StoreArray< RecoTrack > m_recoTracks
StoreArray for recoTracks.
SVDClusterQualityEstimatorCalibrationModule()
Constructor.
void calculateProb(TH2F *signal, TH2F *background, TH2F *probability)
compute probvability
int m_binSizeCharge
Number of bins in charge dimension.
std::string m_outputFileName
output filename
Accessor to arrays stored in the data store.
Abstract base class for different kinds of events.