StructuredDisplayTree.h
Go to the documentation of this file.
1 /*
2  * StructuredDisplayTree.h
3  *
4  * Created on: Feb 18, 2021
5  * Author: chilgenb
6  */
7 
8 #ifndef GARANA_STRUCTUREDDISPLAYTREE_H_
9 #define GARANA_STRUCTUREDDISPLAYTREE_H_
10 
12 
13 using std::vector;
14 
15 namespace garana {
16 
18 
19  public:
20 
21  //StructuredDisplayTree() {}
22  StructuredDisplayTree(TTree* tree=0);
23 
24  private:
25 
26  //pure virtual function from DisplayTree
27  bool SetBranchAddresses() override;
28 
29  //leaves and branches
30  /*vector<DisplayParticle>* fDisplayParticles = nullptr; ///< 'condensed' nusimdata::MCParticles from Display
31  vector<UInt_t> fDisplayTruthIndex = nullptr;
32 
33  TBranch* b_DisplayParticles = nullptr;
34  TBranch* b_DisplayTruthIndex = nullptr;*/
35 
36  };//class
37 }//namespace
38 #endif /* GARANA_STRUCTUREDDISPLAYTREE_H_ */
struct vector vector