![]() |
eventAnalysis
7.0-49-g0ac7482
|
TTRExReconModule - Object that contains information related to reconstructed
object from the extended TPC reconstruction package, TREx. More...
#include <TTRExReconModule.hxx>
Classes | |
class | TTPCAnaJunction |
TTPCAnaJunction An object describing a meeting point of two or more paths, and containing all associated paths. More... | |
class | TTPCAnaPath |
TTPCAnaPath An object describing a track-like grouping of hits in the TPC. More... | |
class | TTPCAnaPattern |
TTPCAnaPattern The master object for any connected system of hits in a TPC. More... | |
Public Member Functions | |
TTRExReconModule (const char *name="TREx", const char *title="TPC Recon Extension Module") | |
virtual | ~TTRExReconModule () |
virtual Bool_t | Configure (std::string &option) |
A function that allows the module to be configured from an external class without any dependencies. More... | |
bool | FGDHitVeto (int FGD, int nhits_threshold, ND::TND280Event &event, int mode) |
virtual void | FillConfigTree (TTree *) |
void | FillPathInfo (TTPCAnaPath *outputPath, ND::THandle< ND::TReconPID > path, std::list< ND::THandle< ND::TReconBase > > patternpaths, ND::THandle< ND::TReconObjectContainer > patterns, ND::THandle< ND::TReconBase > parent_pattern) |
Fills a TTPCAnaPath with information from either a TReconTrack or a TReconPID. More... | |
void | FillPathInfo (TTPCAnaPath *outputPath, ND::THandle< ND::TReconTrack > path, std::list< ND::THandle< ND::TReconBase > > patternpaths, ND::THandle< ND::TReconObjectContainer > patterns, ND::THandle< ND::TReconBase > parent_pattern) |
void | FillPathMatchingInfo (TTPCAnaPath *outputPath, ND::THandle< ND::TReconBase > path, std::list< ND::THandle< ND::TReconBase > > patternpaths, ND::THandle< ND::TReconObjectContainer > patterns, ND::THandle< ND::TReconBase > parent_pattern) |
Int_t | GetBufferSize () |
ROOT output parameters, usually no need to touch. More... | |
std::string const | GetCVSID () const |
std::string const | GetCVSTagName () const |
std::string const | GetDescription () const |
std::string const | GetDirectoryName () const |
Returns the name of the directory which the output of a particular module will be saved in. More... | |
char const * | GetName () |
TTree const * | GetOutputTree () const |
The output tree. More... | |
Int_t | GetSplitLevel () |
ROOT output parameters, usually no need to touch. More... | |
char const * | GetTitle () |
int | GetTPCFromPattern (ND::THandle< ND::TReconVertex >) |
Returns TPC in which the pattern was found for all 3 possible input types. More... | |
int | GetTPCFromPattern (ND::THandle< ND::TReconPID >) |
int | GetTPCFromPattern (ND::THandle< ND::TReconTrack >) |
virtual EType | GetTreeType () const |
Returns the type of tree, header, truth, or recon. More... | |
void | Initialize (TTree *tree) |
virtual Bool_t | IsEnabled () const |
Whether the module is enable or not. More... | |
virtual Bool_t | IsEnabledByDefault () const |
Is the module is enabled by default. More... | |
virtual bool | IsFullEventWorthSaving (ND::TND280Event &event) |
Returns true if there is at least one recon object. More... | |
virtual Bool_t | IsUsedForPreselection () const |
Whether the module should call IsFullEventWorthSaving() function for each event, to decide if the full oaEvent info for that event should be saved in the output. More... | |
void | KillOutputTree () |
virtual void | Print () |
Prints a simple message describing the module. More... | |
virtual bool | Process (ND::TND280Event &event) |
Gets the run and event IDs and calls FillTree with the event, and then actually calls fOutputTree->Fill. More... | |
virtual Bool_t | ProcessFirstEvent (ND::TND280Event &event) |
Is called after the first event is loaded in. More... | |
virtual void | SayAvailableOpts (std::string indent="") |
Subclasses should override this to let a user know what options are available. More... | |
void | SetBufferSize (Int_t buffersize) |
ROOT output parameters, usually no need to touch. More... | |
virtual void | SetDisabled () |
Disables the module. More... | |
virtual void | SetEnabled (Bool_t isenabled=true) |
Sets whether the module is enabled. More... | |
void | SetInputDirectory (std::string dir) |
void | SetNameTitle (char const *name, char const *title) |
void | SetSplitLevel (Int_t splitlevel) |
ROOT output parameters, usually no need to touch. More... | |
virtual void | SetUsedForPreselection (Bool_t isused=true) |
Sets whether the module should call IsFullEventWorthSaving() function for each event, to decide if the full oaEvent info for that event should be saved in the output. More... | |
Public Attributes | |
Bool_t | fIsMC |
Int_t | fNPatterns |
Tree Entries. More... | |
TClonesArray * | fPatterns |
TTRExReconModule::TTPCAnaPath | hackPath |
TTRExReconModule::TTPCAnaJunction | hackPatten |
Protected Types | |
enum | EType { kHeader = 0, kTruth, kRecon, kLowLevel, kNTypes } |
Protected Member Functions | |
virtual bool | FillTree (ND::TND280Event &) |
Fill all the stuff that goes in the output tree. More... | |
virtual void | InitializeBranches () |
Initialize Branches. Don't do anything else in this function. More... | |
virtual void | InitializeModule () |
Initialize Module, override if necessary. More... | |
Protected Attributes | |
Int_t | fBufferSize |
Buffer Size for TBranch. More... | |
std::string | fCVSID |
Defined if an official tagged version. More... | |
std::string | fCVSTagName |
Defined if an official tagged version. More... | |
std::string | fDescription |
A longish descrition of the analysis. More... | |
Int_t | fEventID |
Bool_t | fFilledConfigTree |
std::string | fInputDirectory |
An input directory where analysis modules can search for extra files. More... | |
Bool_t | fIsEnabled |
Bool_t | fIsUsedForPreselection |
std::string | fName |
TTree * | fOutputTree |
Int_t | fPreselected |
Int_t | fRunID |
Int_t | fSplitLevel |
Split Level for TBranch. More... | |
Int_t | fSubrunID |
std::string | fTitle |
TTRExReconModule - Object that contains information related to reconstructed
object from the extended TPC reconstruction package, TREx.
This eventAnalysis module provides information gleaned from the output of the TREx reconstruction package.
The main objects provided are:
Users are encouraged to add information to this module.
Originally documented by Pip Hamilton.
Definition at line 71 of file TTRExReconModule.hxx.
|
protectedinherited |
Enumerator | |
---|---|
kHeader | |
kTruth | |
kRecon | |
kLowLevel | |
kNTypes |
Definition at line 54 of file TAnalysisModuleBase.hxx.
ND::TTRExReconModule::TTRExReconModule | ( | const char * | name = "TREx" , |
const char * | title = "TPC Recon Extension Module" |
||
) |
Definition at line 21 of file TTRExReconModule.cxx.
References CVSID, CVSTAG, ND::TAnalysisModuleBase::fCVSID, ND::TAnalysisModuleBase::fCVSTagName, ND::TAnalysisModuleBase::fDescription, ND::TAnalysisModuleBase::fIsEnabled, fIsMC, fPatterns, and ND::TAnalysisModuleBase::SetNameTitle().
|
virtual |
Definition at line 34 of file TTRExReconModule.cxx.
|
virtualinherited |
A function that allows the module to be configured from an external class without any dependencies.
Should be overridden with a function that responds to the string option, and returns true if configuration succedded. Used in TAnalysisLoop.cxx (and RunEventAnalysis.exe) for options of the form: -O TTruthTrajectoriesModule=SaveAll
Reimplemented in ND::TTrackerECALReconModule::OutputManager, ND::TGlobalReconModule, ND::TBeamSummaryDataModule, ND::TTruthTrajectoriesModule, ND::TBasicHeaderModule, and ND::TTagsModule.
Definition at line 17 of file TAnalysisModuleBase.cxx.
bool ND::TTRExReconModule::FGDHitVeto | ( | int | FGD, |
int | nhits_threshold, | ||
ND::TND280Event & | event, | ||
int | mode | ||
) |
Definition at line 629 of file TTRExReconModule.cxx.
|
virtualinherited |
Reimplemented in ND::TGlobalReconModule, ND::TReconPerformanceEvalModule, ND::TTrackerReconModule, ND::TBeamSummaryDataModule, ND::TRooTrackerVtxModuleBase, ND::TGRooTrackerVtxModule, and ND::TNRooTrackerVtxModule.
Definition at line 52 of file TAnalysisModuleBase.cxx.
References CVSID.
Referenced by ND::TRooTrackerVtxModuleBase::FillConfigTree(), ND::TBeamSummaryDataModule::FillConfigTree(), ND::TTrackerReconModule::FillConfigTree(), ND::TReconPerformanceEvalModule::FillConfigTree(), ND::TGlobalReconModule::FillConfigTree(), and ND::TAnalysisLoop::Finalize().
void ND::TTRExReconModule::FillPathInfo | ( | TTPCAnaPath * | outputPath, |
ND::THandle< ND::TReconPID > | path, | ||
std::list< ND::THandle< ND::TReconBase > > | patternpaths, | ||
ND::THandle< ND::TReconObjectContainer > | patterns, | ||
ND::THandle< ND::TReconBase > | parent_pattern | ||
) |
Fills a TTPCAnaPath with information from either a TReconTrack or a TReconPID.
Definition at line 422 of file TTRExReconModule.cxx.
References ND::TTRExReconModule::TTPCAnaPath::Charge, ND::TTRExReconModule::TTPCAnaPath::Direction, ND::TTRExReconModule::TTPCAnaPath::EleExp, ND::TTRExReconModule::TTPCAnaPath::ElePull, ND::TTRExReconModule::TTPCAnaPath::EleSigma, ND::TTRExReconModule::TTPCAnaPath::FirstPosition, ND::TTRExReconModule::TTPCAnaPath::FitLikelihood, ND::TTRExReconModule::TTPCAnaPath::G4ID, ND::TTRExReconModule::TTPCAnaPath::IsContained, ND::TTRExReconModule::TTPCAnaPath::KaonExp, ND::TTRExReconModule::TTPCAnaPath::KaonPull, ND::TTRExReconModule::TTPCAnaPath::KaonSigma, ND::TTRExReconModule::TTPCAnaPath::LastPosition, ND::TTRExReconModule::TTPCAnaPath::Length, ND::TTRExReconModule::TTPCAnaPath::LikFit, ND::TTRExReconModule::TTPCAnaPath::Momentum, ND::TTRExReconModule::TTPCAnaPath::MomentumError, ND::TTRExReconModule::TTPCAnaPath::MuonExp, ND::TTRExReconModule::TTPCAnaPath::MuonPull, ND::TTRExReconModule::TTPCAnaPath::MuonSigma, ND::TTRExReconModule::TTPCAnaPath::NClusters, ND::TTRExReconModule::TTPCAnaPath::NetCharge, ND::TTRExReconModule::TTPCAnaPath::PathMatchingID, ND::TTRExReconModule::TTPCAnaPath::PDist, ND::TTRExReconModule::TTPCAnaPath::PEField, ND::TTRExReconModule::TTPCAnaPath::PID, ND::TTRExReconModule::TTPCAnaPath::PionExp, ND::TTRExReconModule::TTPCAnaPath::PionPull, ND::TTRExReconModule::TTPCAnaPath::PionSigma, ND::TTRExReconModule::TTPCAnaPath::ProtonExp, ND::TTRExReconModule::TTPCAnaPath::ProtonPull, ND::TTRExReconModule::TTPCAnaPath::ProtonSigma, ND::TTRExReconModule::TTPCAnaPath::Success, ND::TTRExReconModule::TTPCAnaPath::T0Range, ND::TTRExReconModule::TTPCAnaPath::T0RangeDeltaX, ND::TTRExReconModule::TTPCAnaPath::T0Source, and ND::TTRExReconModule::TTPCAnaPath::Time.
void ND::TTRExReconModule::FillPathInfo | ( | TTPCAnaPath * | outputPath, |
ND::THandle< ND::TReconTrack > | path, | ||
std::list< ND::THandle< ND::TReconBase > > | patternpaths, | ||
ND::THandle< ND::TReconObjectContainer > | patterns, | ||
ND::THandle< ND::TReconBase > | parent_pattern | ||
) |
Definition at line 539 of file TTRExReconModule.cxx.
References ND::TTRExReconModule::TTPCAnaPath::Direction, ND::TTRExReconModule::TTPCAnaPath::EleExp, ND::TTRExReconModule::TTPCAnaPath::ElePull, ND::TTRExReconModule::TTPCAnaPath::EleSigma, ND::TTRExReconModule::TTPCAnaPath::FirstPosition, ND::TTRExReconModule::TTPCAnaPath::FitLikelihood, ND::TTRExReconModule::TTPCAnaPath::G4ID, ND::TTRExReconModule::TTPCAnaPath::IsContained, ND::TTRExReconModule::TTPCAnaPath::KaonExp, ND::TTRExReconModule::TTPCAnaPath::KaonPull, ND::TTRExReconModule::TTPCAnaPath::LastPosition, ND::TTRExReconModule::TTPCAnaPath::Length, ND::TTRExReconModule::TTPCAnaPath::LikFit, ND::TTRExReconModule::TTPCAnaPath::Momentum, ND::TTRExReconModule::TTPCAnaPath::MomentumError, ND::TTRExReconModule::TTPCAnaPath::MuonExp, ND::TTRExReconModule::TTPCAnaPath::MuonPull, ND::TTRExReconModule::TTPCAnaPath::MuonSigma, ND::TTRExReconModule::TTPCAnaPath::NClusters, ND::TTRExReconModule::TTPCAnaPath::NetCharge, ND::TTRExReconModule::TTPCAnaPath::PathMatchingID, ND::TTRExReconModule::TTPCAnaPath::PDist, ND::TTRExReconModule::TTPCAnaPath::PEField, ND::TTRExReconModule::TTPCAnaPath::PID, ND::TTRExReconModule::TTPCAnaPath::PionExp, ND::TTRExReconModule::TTPCAnaPath::PionPull, ND::TTRExReconModule::TTPCAnaPath::PionSigma, ND::TTRExReconModule::TTPCAnaPath::ProtonExp, ND::TTRExReconModule::TTPCAnaPath::ProtonPull, ND::TTRExReconModule::TTPCAnaPath::ProtonSigma, ND::TTRExReconModule::TTPCAnaPath::Success, ND::TTRExReconModule::TTPCAnaPath::T0Range, ND::TTRExReconModule::TTPCAnaPath::T0RangeDeltaX, ND::TTRExReconModule::TTPCAnaPath::T0Source, and ND::TTRExReconModule::TTPCAnaPath::Time.
void ND::TTRExReconModule::FillPathMatchingInfo | ( | TTPCAnaPath * | outputPath, |
ND::THandle< ND::TReconBase > | path, | ||
std::list< ND::THandle< ND::TReconBase > > | patternpaths, | ||
ND::THandle< ND::TReconObjectContainer > | patterns, | ||
ND::THandle< ND::TReconBase > | parent_pattern | ||
) |
Definition at line 697 of file TTRExReconModule.cxx.
References ND::TTRExReconModule::TTPCAnaPath::MatchingPathIDs, ND::TTRExReconModule::TTPCAnaPath::MatchingPatternIDs, ND::TTRExReconModule::TTPCAnaPath::MatchingPatternPathIDs, ND::TTRExReconModule::TTPCAnaPath::NMatchingPaths, ND::TTRExReconModule::TTPCAnaPath::NMatchingPatterns, ND::TTRExReconModule::TTPCAnaPath::PathMatchingID, ND::TTRExReconModule::TTPCAnaPath::PathMatchingLikelihood, and ND::TTRExReconModule::TTPCAnaPath::PatternMatchingLikelihood.
|
protectedvirtual |
Fill all the stuff that goes in the output tree.
Return true if everything went well. Otherwise, the module may be disabled! (return definition changed Apr 2009!)
Implements ND::TAnalysisModuleBase.
Definition at line 52 of file TTRExReconModule.cxx.
References ND::TTRExReconModule::TTPCAnaJunction::JunctionID, ND::TTRExReconModule::TTPCAnaPath::JunctionIDs, ND::TTRExReconModule::TTPCAnaJunction::JunctionMatchingID, ND::TTRExReconModule::TTPCAnaPattern::Junctions, ND::TTRExReconModule::TTPCAnaJunction::MaximumCoordinates, ND::TTRExReconModule::TTPCAnaJunction::MinimumCoordinates, ND::TTRExReconModule::TTPCAnaPattern::NJunctions, ND::TTRExReconModule::TTPCAnaPath::NJunctions, ND::TTRExReconModule::TTPCAnaPattern::NPaths, ND::TTRExReconModule::TTPCAnaJunction::NPaths, ND::TTRExReconModule::TTPCAnaPath::PathID, ND::TTRExReconModule::TTPCAnaJunction::PathIDs, ND::TTRExReconModule::TTPCAnaPattern::Paths, ND::TTRExReconModule::TTPCAnaPattern::PatternID, ND::TTRExReconModule::TTPCAnaJunction::Position, ND::TTRExReconModule::TTPCAnaPattern::S1Sflag, and ND::TTRExReconModule::TTPCAnaPattern::TPC.
|
inherited |
ROOT output parameters, usually no need to touch.
Definition at line 123 of file TAnalysisModuleBase.hxx.
References ND::TAnalysisModuleBase::fBufferSize.
|
inherited |
Definition at line 136 of file TAnalysisModuleBase.hxx.
References ND::TAnalysisModuleBase::fCVSID.
|
inherited |
Definition at line 135 of file TAnalysisModuleBase.hxx.
References ND::TAnalysisModuleBase::fCVSTagName.
|
inherited |
Definition at line 134 of file TAnalysisModuleBase.hxx.
References ND::TAnalysisModuleBase::fDescription.
|
inherited |
Returns the name of the directory which the output of a particular module will be saved in.
Definition at line 22 of file TAnalysisModuleBase.cxx.
Referenced by ND::TAnalysisLoop::Initialize().
|
inherited |
Definition at line 114 of file TAnalysisModuleBase.cxx.
Referenced by ND::TTrackerReconModule::FillConfigTree(), ND::TGlobalReconModule::FillConfigTree(), ND::TTrackerECALReconModule::OutputManager::FillHoughTransformInformation(), ND::TAnalysisLoop::Finalize(), ND::TAnalysisLoop::Initialize(), and ND::TAnalysisLoop::operator()().
|
inherited |
The output tree.
Definition at line 139 of file TAnalysisModuleBase.hxx.
References ND::TAnalysisModuleBase::fOutputTree.
|
inherited |
ROOT output parameters, usually no need to touch.
Definition at line 129 of file TAnalysisModuleBase.hxx.
References ND::TAnalysisModuleBase::fSplitLevel.
|
inherited |
Definition at line 118 of file TAnalysisModuleBase.cxx.
Referenced by ND::TAnalysisLoop::Initialize().
int ND::TTRExReconModule::GetTPCFromPattern | ( | ND::THandle< ND::TReconVertex > | pattern | ) |
Returns TPC in which the pattern was found for all 3 possible input types.
Definition at line 395 of file TTRExReconModule.cxx.
References eventAnalysisEnums::kTPC1, eventAnalysisEnums::kTPC2, and eventAnalysisEnums::kTPC3.
int ND::TTRExReconModule::GetTPCFromPattern | ( | ND::THandle< ND::TReconPID > | pattern | ) |
Definition at line 413 of file TTRExReconModule.cxx.
References eventAnalysisEnums::kTPC1, eventAnalysisEnums::kTPC2, and eventAnalysisEnums::kTPC3.
int ND::TTRExReconModule::GetTPCFromPattern | ( | ND::THandle< ND::TReconTrack > | pattern | ) |
Definition at line 404 of file TTRExReconModule.cxx.
References eventAnalysisEnums::kTPC1, eventAnalysisEnums::kTPC2, and eventAnalysisEnums::kTPC3.
|
virtualinherited |
Returns the type of tree, header, truth, or recon.
This is overridden in the derived base classes such as TAnalysisReconModuleBase, so users do not need to override it explicitly
Implements ND::TAnalysisModuleBase.
Reimplemented in ND::TP0DReconModule, and ND::TSFGReconModule.
Definition at line 17 of file TAnalysisReconModuleBase.hxx.
References ND::TAnalysisModuleBase::kRecon.
|
inherited |
Definition at line 37 of file TAnalysisModuleBase.cxx.
Referenced by ND::TAnalysisLoop::Initialize().
|
protectedvirtual |
Initialize Branches. Don't do anything else in this function.
Implements ND::TAnalysisModuleBase.
Definition at line 46 of file TTRExReconModule.cxx.
|
protectedvirtual |
Initialize Module, override if necessary.
Reimplemented from ND::TAnalysisModuleBase.
Definition at line 44 of file TTRExReconModule.cxx.
|
virtualinherited |
Whether the module is enable or not.
Definition at line 84 of file TAnalysisModuleBase.hxx.
References ND::TAnalysisModuleBase::fIsEnabled.
Referenced by ND::TAnalysisLoop::Initialize(), and ND::TAnalysisLoop::operator()().
|
virtualinherited |
Is the module is enabled by default.
Default is to enable module. To set to disable override this method in the derived module.
Reimplemented in ND::TReconPerformanceEvalModule, ND::TSmrdReconModule, ND::TBeamSummaryDataModule, ND::TGeometrySummaryModule, ND::TTruthTrajectoriesModule, ND::TTruthVerticesModule, ND::TBasicDataQualityModule, ND::TLowLevelInfoModule, ND::TRooTrackerVtxModuleBase, ND::TECALTestbeamModule, ND::TTagsModule, and ND::TBasicHeaderModule.
Definition at line 88 of file TAnalysisModuleBase.hxx.
|
virtual |
Returns true if there is at least one recon object.
If so, and -preselection=TTRExReconModule is specified, the full oaEvent event will be output for this event
Reimplemented from ND::TAnalysisModuleBase.
Definition at line 40 of file TTRExReconModule.cxx.
|
virtualinherited |
Whether the module should call IsFullEventWorthSaving() function for each event, to decide if the full oaEvent info for that event should be saved in the output.
Definition at line 93 of file TAnalysisModuleBase.hxx.
References ND::TAnalysisModuleBase::fIsUsedForPreselection.
Referenced by ND::TAnalysisLoop::Initialize(), and ND::TAnalysisLoop::operator()().
|
inherited |
Definition at line 140 of file TAnalysisModuleBase.hxx.
References ND::TAnalysisModuleBase::fOutputTree.
|
virtualinherited |
Prints a simple message describing the module.
Should be overridden for more detail
Definition at line 99 of file TAnalysisModuleBase.cxx.
Referenced by ND::TAnalysisLoop::Initialize().
|
virtualinherited |
Gets the run and event IDs and calls FillTree with the event, and then actually calls fOutputTree->Fill.
Definition at line 77 of file TAnalysisModuleBase.cxx.
Referenced by ND::TAnalysisLoop::operator()().
|
virtual |
Is called after the first event is loaded in.
This is a good time to save persistent quantities in the module's data members, which will be retrievable from the eventAnalysis output file. Not intended for filling in the tree with the first event, as Process() will also be called.
Implements ND::TAnalysisModuleBase.
Definition at line 36 of file TTRExReconModule.cxx.
|
virtualinherited |
Subclasses should override this to let a user know what options are available.
Reimplemented in ND::TTrackerECALReconModule::OutputManager, ND::TGlobalReconModule, ND::TTagsModule, and ND::TBasicHeaderModule.
Definition at line 156 of file TAnalysisModuleBase.hxx.
|
inherited |
ROOT output parameters, usually no need to touch.
Definition at line 126 of file TAnalysisModuleBase.hxx.
References ND::TAnalysisModuleBase::fBufferSize.
|
virtualinherited |
Disables the module.
Is called when an exception is thrown inside the module.
Definition at line 74 of file TAnalysisModuleBase.hxx.
References ND::TAnalysisModuleBase::SetEnabled().
Referenced by ND::TAnalysisLoop::Initialize(), and ND::TAnalysisLoop::operator()().
|
virtualinherited |
Sets whether the module is enabled.
This only refer to modules which have been included for consideration by being instantiated in TAnalysisLoop.cxx or similar.
Definition at line 70 of file TAnalysisModuleBase.hxx.
References ND::TAnalysisModuleBase::fIsEnabled.
Referenced by ND::TAnalysisLoop::Initialize(), ND::TAnalysisModuleBase::SetDisabled(), and ND::TAnalysisLoop::SetOption().
|
inherited |
Definition at line 158 of file TAnalysisModuleBase.hxx.
References ND::TAnalysisModuleBase::fInputDirectory.
|
inherited |
Definition at line 108 of file TAnalysisModuleBase.cxx.
Referenced by ND::TTrackerECALReconModule::OutputManager::OutputManager(), ND::TBasicHeaderModule::TBasicHeaderModule(), ND::TBeamSummaryDataModule::TBeamSummaryDataModule(), ND::TECALTestbeamModule::TECALTestbeamModule(), ND::TFgdOnlyModule::TFgdOnlyModule(), ND::TGeometrySummaryModule::TGeometrySummaryModule(), ND::TGlobalReconModule::TGlobalReconModule(), ND::TGRooTrackerVtxModule::TGRooTrackerVtxModule(), ND::TLowLevelInfoModule::TLowLevelInfoModule(), ND::TNRooTrackerVtxModule::TNRooTrackerVtxModule(), ND::TP0DECALReconModule::TP0DECALReconModule(), ND::TReconPerformanceEvalModule::TReconPerformanceEvalModule(), ND::TSFGReconModule::TSFGReconModule(), ND::TSmrdReconModule::TSmrdReconModule(), ND::TTagsModule::TTagsModule(), ND::TTrackerReconModule::TTrackerReconModule(), TTRExReconModule(), ND::TTruthTrajectoriesModule::TTruthTrajectoriesModule(), and ND::TTruthVerticesModule::TTruthVerticesModule().
|
inherited |
ROOT output parameters, usually no need to touch.
Definition at line 132 of file TAnalysisModuleBase.hxx.
References ND::TAnalysisModuleBase::fSplitLevel.
Referenced by ND::TTrackerReconModule::InitializeBranches(), ND::TGlobalReconModule::InitializeBranches(), and ND::TP0DECALReconModule::TP0DECALReconModule().
|
virtualinherited |
Sets whether the module should call IsFullEventWorthSaving() function for each event, to decide if the full oaEvent info for that event should be saved in the output.
Definition at line 79 of file TAnalysisModuleBase.hxx.
References ND::TAnalysisModuleBase::fIsUsedForPreselection.
Referenced by ND::TAnalysisLoop::SetOption().
|
protectedinherited |
Buffer Size for TBranch.
Has a default value that can be changed per module.
Definition at line 184 of file TAnalysisModuleBase.hxx.
Referenced by ND::TAnalysisModuleBase::GetBufferSize(), ND::TFgdOnlyModule::InitializeBranches(), ND::TSmrdReconModule::InitializeBranches(), ND::TTrackerReconModule::InitializeBranches(), ND::TSFGReconModule::InitializeBranches(), ND::TGlobalReconModule::InitializeBranches(), ND::TTrackerECALReconModule::OutputManager::InitializeBranches(), and ND::TAnalysisModuleBase::SetBufferSize().
|
protectedinherited |
Defined if an official tagged version.
Definition at line 192 of file TAnalysisModuleBase.hxx.
Referenced by ND::TAnalysisModuleBase::GetCVSID(), ND::TTrackerECALReconModule::OutputManager::OutputManager(), ND::TBasicHeaderModule::TBasicHeaderModule(), ND::TBeamSummaryDataModule::TBeamSummaryDataModule(), ND::TECALTestbeamModule::TECALTestbeamModule(), ND::TFgdOnlyModule::TFgdOnlyModule(), ND::TGeometrySummaryModule::TGeometrySummaryModule(), ND::TGlobalReconModule::TGlobalReconModule(), ND::TP0DECALReconModule::TP0DECALReconModule(), ND::TReconPerformanceEvalModule::TReconPerformanceEvalModule(), ND::TSFGReconModule::TSFGReconModule(), ND::TSmrdReconModule::TSmrdReconModule(), ND::TTagsModule::TTagsModule(), ND::TTrackerReconModule::TTrackerReconModule(), TTRExReconModule(), ND::TTruthTrajectoriesModule::TTruthTrajectoriesModule(), and ND::TTruthVerticesModule::TTruthVerticesModule().
|
protectedinherited |
Defined if an official tagged version.
Definition at line 190 of file TAnalysisModuleBase.hxx.
Referenced by ND::TAnalysisModuleBase::GetCVSTagName(), ND::TTrackerECALReconModule::OutputManager::OutputManager(), ND::TBasicHeaderModule::TBasicHeaderModule(), ND::TBeamSummaryDataModule::TBeamSummaryDataModule(), ND::TECALTestbeamModule::TECALTestbeamModule(), ND::TFgdOnlyModule::TFgdOnlyModule(), ND::TGeometrySummaryModule::TGeometrySummaryModule(), ND::TGlobalReconModule::TGlobalReconModule(), ND::TP0DECALReconModule::TP0DECALReconModule(), ND::TReconPerformanceEvalModule::TReconPerformanceEvalModule(), ND::TSFGReconModule::TSFGReconModule(), ND::TSmrdReconModule::TSmrdReconModule(), ND::TTagsModule::TTagsModule(), ND::TTrackerReconModule::TTrackerReconModule(), TTRExReconModule(), ND::TTruthTrajectoriesModule::TTruthTrajectoriesModule(), and ND::TTruthVerticesModule::TTruthVerticesModule().
|
protectedinherited |
A longish descrition of the analysis.
Definition at line 188 of file TAnalysisModuleBase.hxx.
Referenced by ND::TAnalysisModuleBase::GetDescription(), ND::TTrackerECALReconModule::OutputManager::OutputManager(), ND::TBasicHeaderModule::TBasicHeaderModule(), ND::TBeamSummaryDataModule::TBeamSummaryDataModule(), ND::TECALTestbeamModule::TECALTestbeamModule(), ND::TFgdOnlyModule::TFgdOnlyModule(), ND::TGeometrySummaryModule::TGeometrySummaryModule(), ND::TGlobalReconModule::TGlobalReconModule(), ND::TGRooTrackerVtxModule::TGRooTrackerVtxModule(), ND::TLowLevelInfoModule::TLowLevelInfoModule(), ND::TNRooTrackerVtxModule::TNRooTrackerVtxModule(), ND::TP0DECALReconModule::TP0DECALReconModule(), ND::TReconPerformanceEvalModule::TReconPerformanceEvalModule(), ND::TSFGReconModule::TSFGReconModule(), ND::TSmrdReconModule::TSmrdReconModule(), ND::TTagsModule::TTagsModule(), ND::TTrackerReconModule::TTrackerReconModule(), TTRExReconModule(), ND::TTruthTrajectoriesModule::TTruthTrajectoriesModule(), and ND::TTruthVerticesModule::TTruthVerticesModule().
|
protectedinherited |
Definition at line 198 of file TAnalysisModuleBase.hxx.
|
protectedinherited |
Definition at line 174 of file TAnalysisModuleBase.hxx.
Referenced by ND::TTrackerReconModule::FillConfigTree(), and ND::TGlobalReconModule::FillConfigTree().
|
protectedinherited |
An input directory where analysis modules can search for extra files.
Definition at line 201 of file TAnalysisModuleBase.hxx.
Referenced by ND::TAnalysisModuleBase::SetInputDirectory().
|
protectedinherited |
Definition at line 176 of file TAnalysisModuleBase.hxx.
Referenced by ND::TAnalysisModuleBase::IsEnabled(), ND::TTrackerECALReconModule::OutputManager::OutputManager(), ND::TAnalysisModuleBase::SetEnabled(), ND::TBasicHeaderModule::TBasicHeaderModule(), ND::TBeamSummaryDataModule::TBeamSummaryDataModule(), ND::TECALTestbeamModule::TECALTestbeamModule(), ND::TFgdOnlyModule::TFgdOnlyModule(), ND::TGeometrySummaryModule::TGeometrySummaryModule(), ND::TGlobalReconModule::TGlobalReconModule(), ND::TGRooTrackerVtxModule::TGRooTrackerVtxModule(), ND::TLowLevelInfoModule::TLowLevelInfoModule(), ND::TNRooTrackerVtxModule::TNRooTrackerVtxModule(), ND::TP0DECALReconModule::TP0DECALReconModule(), ND::TReconPerformanceEvalModule::TReconPerformanceEvalModule(), ND::TSFGReconModule::TSFGReconModule(), ND::TSmrdReconModule::TSmrdReconModule(), ND::TTagsModule::TTagsModule(), ND::TTrackerReconModule::TTrackerReconModule(), TTRExReconModule(), ND::TTruthTrajectoriesModule::TTruthTrajectoriesModule(), and ND::TTruthVerticesModule::TTruthVerticesModule().
Bool_t ND::TTRExReconModule::fIsMC |
Definition at line 245 of file TTRExReconModule.hxx.
Referenced by TTRExReconModule().
|
protectedinherited |
Definition at line 178 of file TAnalysisModuleBase.hxx.
Referenced by ND::TAnalysisModuleBase::IsUsedForPreselection(), and ND::TAnalysisModuleBase::SetUsedForPreselection().
|
protectedinherited |
Definition at line 203 of file TAnalysisModuleBase.hxx.
Int_t ND::TTRExReconModule::fNPatterns |
Tree Entries.
Definition at line 243 of file TTRExReconModule.hxx.
|
protectedinherited |
Definition at line 180 of file TAnalysisModuleBase.hxx.
Referenced by ND::TAnalysisModuleBase::GetOutputTree(), ND::TFgdOnlyModule::InitializeBranches(), ND::TSmrdReconModule::InitializeBranches(), ND::TTrackerReconModule::InitializeBranches(), ND::TSFGReconModule::InitializeBranches(), ND::TGlobalReconModule::InitializeBranches(), ND::TTrackerECALReconModule::OutputManager::InitializeBranches(), and ND::TAnalysisModuleBase::KillOutputTree().
TClonesArray* ND::TTRExReconModule::fPatterns |
Definition at line 247 of file TTRExReconModule.hxx.
Referenced by TTRExReconModule().
|
protectedinherited |
Definition at line 199 of file TAnalysisModuleBase.hxx.
|
protectedinherited |
Definition at line 196 of file TAnalysisModuleBase.hxx.
|
protectedinherited |
Split Level for TBranch.
Definition at line 186 of file TAnalysisModuleBase.hxx.
Referenced by ND::TAnalysisModuleBase::GetSplitLevel(), ND::TFgdOnlyModule::InitializeBranches(), ND::TSmrdReconModule::InitializeBranches(), ND::TTrackerReconModule::InitializeBranches(), ND::TSFGReconModule::InitializeBranches(), ND::TGlobalReconModule::InitializeBranches(), ND::TTrackerECALReconModule::OutputManager::InitializeBranches(), and ND::TAnalysisModuleBase::SetSplitLevel().
|
protectedinherited |
Definition at line 197 of file TAnalysisModuleBase.hxx.
|
protectedinherited |
Definition at line 204 of file TAnalysisModuleBase.hxx.
TTRExReconModule::TTPCAnaPath ND::TTRExReconModule::hackPath |
Definition at line 249 of file TTRExReconModule.hxx.
TTRExReconModule::TTPCAnaJunction ND::TTRExReconModule::hackPatten |
Definition at line 250 of file TTRExReconModule.hxx.