eventAnalysis  7.0-49-g0ac7482
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
TAnalysisTruthModuleBase.hxx
Go to the documentation of this file.
1 #ifndef TAnalysisTruthModuleBase_hxx_seen
2 #define TAnalysisTruthModuleBase_hxx_seen
3 
5 namespace ND {
6 class TAnalysisTruthModuleBase;
7 };
8 
9 /// A base class for analysis output modules which contain event truth
10 /// information.
11 /// This is derived from TAnalysisModuleBase.
12 ///
13 /// This class adds very little extra functionality, but GetTreeType is defined
14 /// to return kTruth.
16  public:
17  virtual EType GetTreeType() const { return kTruth; }
18 
19  protected:
21 
22 };
23 #endif
A base class for classes which specify how to set up an Analysis format output tree, and fill it.
virtual EType GetTreeType() const
Returns the type of tree, header, truth, or recon.
A base class for analysis output modules which contain event truth information.

Package Summary
Package Name: eventAnalysis
Package Version: 7.0-49-g0ac7482
Package Manager:

Generated on Mon Mar 25 2024 14:43:58 for eventAnalysis by doxygen 1.8.5