Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
garana
garana
Accessors
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
11
#include "
garana/Base/DisplayTree.h
"
12
13
using
std::vector
;
14
15
namespace
garana
{
16
17
class
StructuredDisplayTree
:
public
DisplayTree
{
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_ */
garana::DisplayTree
Definition:
DisplayTree.h:15
garana
Definition:
FlatDetTree.h:15
garana::StructuredDisplayTree
Definition:
StructuredDisplayTree.h:17
vector
struct vector vector
garana::StructuredDisplayTree::SetBranchAddresses
bool SetBranchAddresses() override
Definition:
StructuredDisplayTree.cxx:16
DisplayTree.h
garana::StructuredDisplayTree::StructuredDisplayTree
StructuredDisplayTree(TTree *tree=0)
Definition:
StructuredDisplayTree.cxx:12
make_resolution.tree
tree
Definition:
make_resolution.py:22
Generated by
1.8.11