Class Reference for E1039 Core & Analysis Software
|
#include </dev/shm/kenichi/update-github-e1039-doc/e1039-core/framework/fun4all/SubsysReco.h>
Inherits Fun4AllBase.
Inherited by AnaChamHit, AnaChamPlane, AnaDimuon, AnaDimuonLikeSign, AnaDimuonV2, AnaEffCham, AnaEffHodo, AnaEmbeddedData, AnaHardEvent, AnaHodoHit, AnaModule, AnaModule, AnaModule, AnaPileup, AnaSimDimuon, AnaSimDst, AnaSimHit, AnaSimRunInfo, AnaSimRunInfo, AnaTrack, AnaTrack, AnaTrigSignal, AnaTriggerHit, AnaTrkQA, CalibDriftDist, CalibDriftDistMod, CalibEvtQual, CalibHitElementPos, CalibHitPos, CalibHodoInTime, CalibMergeH4, CheckEventData, DPTriggerAnalyzer, DbUpRun, DbUpSpill, DetectorConstructionWrapper, DoEmbedding, E906SpillSelector, E906SpillSelector, EvtFilter, ExtractTdcDist, FilterByTrigger, FilterByTrigger, FilterE906Nim3, FilterSimEvent, GenEmbeddingData, HepMCCompress, HepMCFlowAfterBurner, HepMCNodeReader, MakeMyTree, PHG4BlockCellReco, PHG4ConsistencyCheck, PHG4CylinderCellReco, PHG4CylinderCellTPCReco, PHG4DSTReader, PHG4GenHit, PHG4HeadReco, PHG4HitReadBack, PHG4InEventCompress, PHG4InEventReadBack, PHG4InputFilter, PHG4ParticleGeneratorBase, PHG4Reco, PHG4Subsystem, PHGeomFileImport, PHHepMCParticleSelectorDecayProductChain, PHPythia8, PatternDBGen, RndmEmbed, SQChamberRealization, SQDigitizer, SQGeomAcc, SQGeomAccLoose, SQReco, SQTruthVertexing, SQVertexing, SRMakeRTCurve, SRawEventEmbed, SimDstTrimmer, SimpleTree, SubsysRecoBG, SubsysRecoSignal, TraceHepMCParticle, TracePHG4Particle, TruthEval, TruthNodeMaker, and VertexFit.
Public Member Functions | |
virtual | ~SubsysReco () |
virtual int | End (PHCompositeNode *) |
Called at the end of all processing. More... | |
virtual int | EndRun (const int) |
Called at the end of each run. More... | |
virtual int | Init (PHCompositeNode *) |
virtual int | InitRun (PHCompositeNode *) |
virtual int | process_event (PHCompositeNode *) |
virtual int | Reset (PHCompositeNode *) |
Reset. More... | |
virtual int | ResetEvent (PHCompositeNode *) |
Clean up after each event. More... | |
virtual void | Print (const std::string &what="ALL") const |
![]() | |
virtual | ~Fun4AllBase () |
virtual const std::string | Name () const |
Returns the name of this module. More... | |
virtual void | Name (const std::string &name) |
Sets the name of this module. More... | |
virtual void | Verbosity (const int ival) |
Sets the verbosity of this module (0 by default=quiet). More... | |
virtual void | Verbosity (enu_Verbosity ival) |
Sets the verbosity of this module (0 by default=quiet). More... | |
virtual int | Verbosity () const |
Gets the verbosity of this module. More... | |
Protected Member Functions | |
SubsysReco (const std::string &name="NONAME") | |
![]() | |
Fun4AllBase (const std::string &name="NONAME") | |
Additional Inherited Members | |
![]() | |
enum | enu_Verbosity { VERBOSITY_QUIET = 0 , VERBOSITY_SOME = 1 , VERBOSITY_MORE = 2 , VERBOSITY_EVEN_MORE = 3 , VERBOSITY_A_LOT = 4 , VERBOSITY_MAX = INT_MAX - 10 } |
![]() | |
std::string | ThisName |
int | verbosity |
The verbosity level. 0 means not verbose at all. More... | |
Base class for all reconstruction and analysis modules to be used under the Fun4All framework.
If you write a reconstruction/analysis module, you must derive from this base class and you have to implement this class methods. None of these are strictly required as far as C++ is concerned, but as far as your job is concerned, at least process_event(), to do the job, and InitRun(), to initialize, should be implemented.
Definition at line 20 of file SubsysReco.h.
|
inlinevirtual |
dtor. Does nothing as this is a base class only.
Definition at line 28 of file SubsysReco.h.
|
inlineprotected |
ctor.
name | is the reference used inside the Fun4AllServer |
Definition at line 67 of file SubsysReco.h.
|
inlinevirtual |
Called at the end of all processing.
Reimplemented in PHG4SimpleEventGenerator, PHG4PileupGenerator, PHG4InEventReadBack, PHG4InEventCompress, TruthNodeMaker, SQGeomAccLoose, SQGeomAcc, SQChamberRealization, PatternDBGen, VertexFit, SQVertexing, SQTruthVertexing, SQReco, PHGeomFileImport, SimDstTrimmer, FilterByTrigger, EvtFilter, E906SpillSelector, SRawEventEmbed, RndmEmbed, DPTriggerAnalyzer, DetectorConstructionWrapper, CalibHodoInTime, CalibHitElementPos, CalibDriftDist, DbUpSpill, DbUpRun, CalibMergeH4, CalibEvtQual, PHPythia8, SQPrimaryParticleGen, SimpleTree, TruthEval, AnaModule, AnaTrack, AnaDimuonV2, AnaDimuonLikeSign, AnaDimuon, CalibDriftDistMod, AnaPileup, MultiThreadReco, GenEmbeddingData, FilterE906Nim3, DoEmbedding, AnaEmbeddedData, SubsysRecoSignal, SubsysRecoBG, FilterByTrigger, E906SpillSelector, AnaSimRunInfo, AnaSimDimuon, AnaModule, AnaModule, AnaTrack, SRMakeRTCurve, ExtractTdcDist, AnaChamPlane, AnaTrkQA, TracePHG4Particle, TraceHepMCParticle, MakeMyTree, FilterSimEvent, AnaSimRunInfo, AnaSimHit, AnaSimDst, AnaTrigSignal, AnaTriggerHit, AnaHodoHit, AnaHardEvent, AnaEffHodo, AnaEffCham, AnaChamHit, CheckEventData, CalibHitPos, PHG4Reco, and PHG4DSTReader.
Definition at line 31 of file SubsysReco.h.
Referenced by PHG4PileupGenerator::End().
|
inlinevirtual |
Called at the end of each run.
Reimplemented in PHG4PileupGenerator.
Definition at line 34 of file SubsysReco.h.
Referenced by PHG4PileupGenerator::EndRun().
|
inlinevirtual |
Called during initialization, i.e. registered via Fun4AllServer::registerSubsystem(). Typically this is where you can book histograms, and e.g. register them to Fun4AllServer (so they can be output to file using Fun4AllServer::dumpHistos() method).
Reimplemented in PHG4PileupGenerator, PHG4HeadReco, HepMCNodeReader, HepMCCompress, TruthNodeMaker, SQGeomAccLoose, SQGeomAcc, SQDigitizer, SQChamberRealization, PHG4CylinderCellTPCReco, PatternDBGen, VertexFit, SQVertexing, SQTruthVertexing, SQReco, PHGeomFileImport, SimDstTrimmer, FilterByTrigger, EvtFilter, E906SpillSelector, SRawEventEmbed, RndmEmbed, DPTriggerAnalyzer, DetectorConstructionWrapper, CalibHodoInTime, CalibHitElementPos, CalibDriftDist, DbUpSpill, DbUpRun, CalibMergeH4, CalibEvtQual, PHPythia8, SQPrimaryParticleGen, SQPileupGen, SimpleTree, TruthEval, AnaModule, AnaTrack, AnaDimuonV2, AnaDimuonLikeSign, AnaDimuon, CalibDriftDistMod, AnaPileup, MultiThreadReco, GenEmbeddingData, FilterE906Nim3, DoEmbedding, AnaEmbeddedData, SubsysRecoSignal, SubsysRecoBG, FilterByTrigger, E906SpillSelector, AnaSimRunInfo, AnaSimDimuon, AnaModule, AnaModule, AnaTrack, SRMakeRTCurve, ExtractTdcDist, AnaChamPlane, AnaTrkQA, TracePHG4Particle, TraceHepMCParticle, MakeMyTree, FilterSimEvent, AnaSimRunInfo, AnaSimHit, AnaSimDst, AnaTrigSignal, AnaTriggerHit, AnaHodoHit, AnaHardEvent, AnaEffHodo, AnaEffCham, AnaChamHit, CheckEventData, CalibHitPos, PHG4DetectorSubsystem, PHG4DetectorGroupSubsystem, PHG4Reco, PHG4DSTReader, and PHG4ConeSubsystem.
Definition at line 41 of file SubsysReco.h.
Referenced by PHG4PileupGenerator::Init(), Fun4AllInputManager::registerSubsystem(), and Fun4AllServer::registerSubsystem().
|
inlinevirtual |
Called for first event when run number is known. Typically this is where you may want to fetch data from database, because you know the run number.
Reimplemented in SQCosmicGen, PHG4SimpleEventGenerator, PHG4Reco, PHG4PSScanGenerator, PHG4PileupGenerator, PHG4ParticleGun, PHG4ParticleGeneratorVectorMeson, PHG4ParticleGeneratorD0, PHG4ParticleGeneratorBase, PHG4InEventReadBack, PHG4InEventCompress, PHG4HitReadBack, TruthNodeMaker, SQGeomAccLoose, SQGeomAcc, SQDigitizer, SQChamberRealization, PHG4CylinderCellTPCReco, PHG4CylinderCellReco, PHG4BlockCellReco, PatternDBGen, VertexFit, SQVertexing, SQTruthVertexing, SQReco, PHGeomFileImport, SimDstTrimmer, FilterByTrigger, EvtFilter, E906SpillSelector, SRawEventEmbed, RndmEmbed, DPTriggerAnalyzer, DetectorConstructionWrapper, CalibHodoInTime, CalibHitElementPos, CalibDriftDist, DbUpSpill, DbUpRun, CalibMergeH4, CalibEvtQual, SQSingleMuonGen, PHHepMCParticleSelectorDecayProductChain, SQPrimaryParticleGen, SQPileupGen, SimpleTree, TruthEval, AnaModule, AnaTrack, AnaDimuonV2, AnaDimuonLikeSign, AnaDimuon, CalibDriftDistMod, AnaPileup, MultiThreadReco, GenEmbeddingData, FilterE906Nim3, DoEmbedding, AnaEmbeddedData, SubsysRecoSignal, SubsysRecoBG, FilterByTrigger, E906SpillSelector, AnaSimRunInfo, AnaSimDimuon, AnaModule, AnaModule, AnaTrack, SRMakeRTCurve, ExtractTdcDist, AnaChamPlane, AnaTrkQA, TracePHG4Particle, TraceHepMCParticle, MakeMyTree, FilterSimEvent, AnaSimRunInfo, AnaSimHit, AnaSimDst, AnaTrigSignal, AnaTriggerHit, AnaHodoHit, AnaHardEvent, AnaEffHodo, AnaEffCham, AnaChamHit, CheckEventData, CalibHitPos, PHG4DetectorSubsystem, PHG4DetectorGroupSubsystem, PHG4TruthSubsystem, and PHG4ConsistencyCheck.
Definition at line 47 of file SubsysReco.h.
|
inlinevirtual |
Print out some info about this module.
what | can be used to specify what to print exactly. |
Reimplemented from Fun4AllBase.
Reimplemented in PHG4Reco, PHG4ParticleGeneratorBase, PHG4TargetCoilV2Subsystem, PHG4TargetCoilSubsystem, PHG4PolyconSubsystem, PHG4CylinderSubsystem, and PHG4BNLTargetCoilSubsystem.
Definition at line 60 of file SubsysReco.h.
|
inlinevirtual |
Called for each event. This is where you do the real work.
Reimplemented in SQCosmicGen, PHG4SimpleEventGenerator, PHG4PSScanGenerator, PHG4PileupGenerator, PHG4ParticleGun, PHG4ParticleGeneratorVectorMeson, PHG4ParticleGeneratorD0, PHG4ParticleGeneratorBase, PHG4ParticleGenerator, PHG4InputFilter, PHG4InEventReadBack, PHG4InEventCompress, PHG4HitReadBack, PHG4HeadReco, HepMCNodeReader, HepMCCompress, TruthNodeMaker, SQGeomAccLoose, SQGeomAcc, SQDigitizer, SQChamberRealization, PHG4GenHit, PHG4CylinderCellTPCReco, PHG4CylinderCellReco, PHG4BlockCellReco, PatternDBGen, VertexFit, SQVertexing, SQTruthVertexing, SQTrackletReco, SQReco, PHGeomFileImport, SimDstTrimmer, FilterByTrigger, EvtFilter, E906SpillSelector, SRawEventEmbed, RndmEmbed, DPTriggerAnalyzer, DetectorConstructionWrapper, CalibHodoInTime, CalibHitElementPos, CalibDriftDist, DbUpSpill, DbUpRun, CalibMergeH4, CalibEvtQual, SQSingleMuonGen, PHPythia8, PHHepMCParticleSelectorDecayProductChain, SQPrimaryParticleGen, SQPileupGen, SimpleTree, TruthEval, AnaModule, AnaTrack, AnaDimuonV2, AnaDimuonLikeSign, AnaDimuon, CalibDriftDistMod, AnaPileup, MultiThreadReco, GenEmbeddingData, FilterE906Nim3, DoEmbedding, AnaEmbeddedData, SubsysRecoSignal, SubsysRecoBG, FilterByTrigger, E906SpillSelector, AnaSimRunInfo, AnaSimDimuon, AnaModule, AnaModule, AnaTrack, SRMakeRTCurve, ExtractTdcDist, AnaChamPlane, AnaTrkQA, TracePHG4Particle, TraceHepMCParticle, MakeMyTree, FilterSimEvent, AnaSimRunInfo, AnaSimHit, AnaSimDst, AnaTrigSignal, AnaTriggerHit, AnaHodoHit, AnaHardEvent, AnaEffHodo, AnaEffCham, AnaChamHit, CheckEventData, CalibHitPos, PHG4TruthSubsystem, PHG4Reco, PHG4ConsistencyCheck, PHG4DSTReader, SQG4DipoleMagnetSubsystem, PHG4TargetCoilV2Subsystem, PHG4TargetCoilSubsystem, PHG4SquareTubeSubsystem, PHG4PolyconSubsystem, PHG4EMCalSubsystem, PHG4CylinderSubsystem, PHG4ConeSubsystem, PHG4CollimatorSubsystem, PHG4BNLTargetCoilSubsystem, and PHG4BlockSubsystem.
Definition at line 52 of file SubsysReco.h.
|
inlinevirtual |
Reset.
Reimplemented in PHG4PileupGenerator.
Definition at line 55 of file SubsysReco.h.
Referenced by PHG4PileupGenerator::Reset().
|
inlinevirtual |
Clean up after each event.
Reimplemented in PHG4PileupGenerator, PHG4CylinderCellReco, PHG4BlockCellReco, PHPythia8, PHG4TruthSubsystem, and PHG4Reco.
Definition at line 58 of file SubsysReco.h.
Referenced by PHG4PileupGenerator::ResetEvent().