eventAnalysis  7.0-49-g0ac7482
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
TAnalysisReconModuleBase.hxx
Go to the documentation of this file.
1 #ifndef TAnalysisReconModuleBase_hxx_seen
2 #define TAnalysisReconModuleBase_hxx_seen
3 
5 namespace ND {
6 class TAnalysisReconModuleBase;
7 };
8 
9 /// A base class for analysis output modules which contain reconstructed event
10 /// information.
11 /// This is derived from TAnalysisModuleBase.
12 ///
13 /// This class adds very little extra functionality, but GetTreeType is defined
14 /// to return kRecon.
16  public:
17  virtual EType GetTreeType() const { return kRecon; }
18 
19  protected:
21 
23 };
24 #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 reconstructed event 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