![]() |
eventAnalysis
7.0-49-g0ac7482
|
#include <cmath>
#include <exception>
#include <iostream>
#include <TString.h>
#include <TND280Output.hxx>
#include <TOADatabase.hxx>
#include <nd280EventLoop.hxx>
#include "eventAnalysisEnums.hxx"
#include "TAnalysisModuleBase.hxx"
#include "TBasicDataQualityModule.hxx"
#include "TBasicHeaderModule.hxx"
#include "TBeamSummaryDataModule.hxx"
#include "TFgdOnlyModule.hxx"
#include "TGRooTrackerVtxModule.hxx"
#include "TGeometrySummaryModule.hxx"
#include "TGlobalReconModule.hxx"
#include "TLowLevelInfoModule.hxx"
#include "TND280Input.hxx"
#include "TNRooTrackerVtxModule.hxx"
#include "TP0DECALReconModule.hxx"
#include "TSFGReconModule.hxx"
#include "TTagsModule.hxx"
#include "TP0DReconModule.hxx"
#include "TReconPerformanceEvalModule.hxx"
#include "TSmrdReconModule.hxx"
#include "TTRExReconModule.hxx"
#include "TTrackerECALReconModule.hxx"
#include "TTrackerReconModule.hxx"
#include "TTruthTrajectoriesModule.hxx"
#include "TTruthVerticesModule.hxx"
#include "TAnalysisLoop.hxx"
Go to the source code of this file.
Namespaces | |
AnalysisLoopGlobals | |
Used to expose globals that may be of use to other modules. | |
ND | |
For questions or suggestions about this module please contact the current responsible and CC in the eventAnalysis package manager. | |
Functions | |
bool | ND::PreselectionSorter (std::pair< std::string, ND::TAnalysisModuleBase * > const &LHS, std::pair< std::string, ND::TAnalysisModuleBase * > const &RHS) |
Used to sort Preselecting modules to the end of the vector. More... | |
Variables | |
std::string | AnalysisLoopGlobals::CurrentlyProcessingModule = "" |
Holds the name of the module that is currently executing TAnalysisBase::Process. More... | |
int | AnalysisLoopGlobals::EventNumber = -1 |
Holds the number of processed events. More... | |
bool | AnalysisLoopGlobals::StopProcessing = false |
Used to notify the event loop to stop processing events and finish quickly. More... | |