Cicada  v1.2.1
Project 8 Processed-Data File Format Library
CClassifierResultsData.hh
Go to the documentation of this file.
1 
9 #include "CMemberVariables.hh"
10 
11 #include "TObject.h"
12 #include "TClonesArray.h"
13 
14 namespace Cicada
15 {
16 
29  class TClassifierResultsData : public TObject
30  {
31  public:
34  virtual ~TClassifierResultsData();
35  TObject* Clone(const char* newname="");
37 
38  mv_accessible(UInt_t, Component);
39  mv_accessible(Int_t, MainCarrierHigh);
40  mv_accessible(Int_t, MainCarrierLow);
41  mv_accessible(Int_t, SideBand);
42 
43  public:
44  std::string GetBranchName() { return std::string("ClassifiedEvent"); } // Defines the default name of the object saved inside the output tree
45 
47  };
48 
49 }
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="")
ClassDef(TClassifierResultsData, 1)
TClassifierResultsData & operator=(const TClassifierResultsData &rhs)