 |
Belle II Software
release-05-02-19
|
13 #include <framework/core/Module.h>
14 #include <framework/datastore/StoreArray.h>
16 #include <mdst/dataobjects/Track.h>
17 #include <top/dataobjects/TOPDigit.h>
18 #include <top/dataobjects/TOPPDFCollection.h>
19 #include <top/dataobjects/TOPAssociatedPDF.h>
22 #include <top/reconstruction/TOPreco.h>
33 class TOPPDFDebuggerModule :
public Module {
65 virtual void event()
override;
72 virtual void endRun()
override;
StoreArray< Track > m_tracks
collection of tracks
TOP::TOPreco::PDFoption m_PDFOption
PDF option.
int m_debugLevel
debug level from logger
virtual void event() override
Event processor.
virtual void terminate() override
Termination action.
std::vector< double > m_masses
particle masses
double m_maxTime
optional time limit for photons
virtual void beginRun() override
Called when entering a new run.
StoreArray< TOPAssociatedPDF > m_associatedPDFs
collection of associated PDF's
TOP reconstruction: this class provides interface to fortran code.
TOPPDFDebuggerModule()
Constructor.
virtual void endRun() override
End-of-run action.
std::vector< int > m_pdgCodes
particle codes
Abstract base class for different kinds of events.
double m_scaleN0
scale factor for N0
void associatePDFPeaks(const TOP::TOPreco &reco, int moduleID, int pdg)
Associate PDF peaks with photons using S-plot technique.
StoreArray< TOPPDFCollection > m_pdfCollection
collection of analytic PDF's
long long m_iEvent
count events in the current process
std::string m_pdfOption
PDF option name.
StoreArray< TOPDigit > m_digits
collection of digits
PDFoption
Options for PDF: rough: no dependence on y fine: y dependent PDF everywhere optimal: y dependent PDF ...
virtual void initialize() override
Initialize the Module.
double m_minTime
optional time limit for photons
Accessor to arrays stored in the data store.
double m_minBkgPerBar
minimal assumed background photons per bar
virtual ~TOPPDFDebuggerModule()
Destructor.