Cicada  v1.4.1
Project 8 Processed-Data File Format Library
CClassifierResultsData.hh
Go to the documentation of this file.
1 
9 #ifndef CICADA_CCLASSIFIERRESULTS_HH_
10 #define CICADA_CCLASSIFIERRESULTS_HH_
11 
12 #include "CMemberVariables.hh"
13 
14 #include "TObject.h"
15 #include "TClonesArray.h"
16 
17 namespace Cicada
18 {
19 
32  class TClassifierResultsData : public TObject
33  {
34  public:
37  virtual ~TClassifierResultsData();
38  TObject* Clone(const char* newname="");
40 
41  mv_accessible(UInt_t, Component);
42  mv_accessible(Int_t, MainCarrierHigh);
43  mv_accessible(Int_t, MainCarrierLow);
44  mv_accessible(Int_t, SideBand);
45 
46  public:
47  std::string GetBranchName() { return std::string("ClassifiedEvent"); } // Defines the default name of the object saved inside the output tree
48 
50  };
51 
52 } /* namespace Cicada */
53 
54 #endif /* CICADA_CCLASSIFIERRESULTS_HH_ */
Contains the definition of the branches saved in the Katydid output for a classifier results data...
Convenience wrapper for _member_variables.hh.
TObject * Clone(const char *newname="")
#define mv_accessible
ClassDef(TClassifierResultsData, 1)
TClassifierResultsData & operator=(const TClassifierResultsData &rhs)