![]() |
ATLAS Offline Software
|
#include <ClusterNtuple.h>
Public Member Functions | |
| void | initForWrite (TTree &tree) |
| void | initForRead (TTree &tree) |
| void | fill (const double &fillVal, FillType theFillType) |
| void | fill (const Cluster &cluster) |
| void | fill (const std::vector< Cluster * > &clusters) |
| bool | read (std::vector< Cluster * > &clusters) |
| void | reset () |
| void | init () |
Static Public Member Functions | |
| static void | clean (std::vector< Cluster * > &clusters) |
Public Attributes | |
| double | residualT [CLUSTERSIZE] = {} |
| double | residual [CLUSTERSIZE] = {} |
| int | nMDT = 0 |
| int | nMDTT = 0 |
| double | chi2T [CLUSTERSIZE] = {} |
| double | chi2 [CLUSTERSIZE] = {} |
| int | ntracksT = 0 |
| int | ntracks = 0 |
| int | nclusters = 0 |
| double | x [CLUSTERSIZE] = {} |
| double | y [CLUSTERSIZE] = {} |
| double | z [CLUSTERSIZE] = {} |
| int | tIndex [CLUSTERSIZE] = {} |
| int | pIndex [CLUSTERSIZE] = {} |
| bool | isPhi [CLUSTERSIZE] = {} |
| bool | isMatch [CLUSTERSIZE] = {} |
| int | barcode [CLUSTERSIZE] = {} |
Static Public Attributes | |
| static const int | CLUSTERSIZE = 50000 |
Definition at line 22 of file ClusterNtuple.h.
|
static |
Definition at line 117 of file ClusterNtuple.cxx.
Definition at line 54 of file ClusterNtuple.cxx.
Definition at line 50 of file ClusterNtuple.cxx.
| void ClusterSeg::ClusterNtuple::init | ( | ) |
| void ClusterSeg::ClusterNtuple::initForRead | ( | TTree & | tree | ) |
Definition at line 38 of file ClusterNtuple.cxx.
| void ClusterSeg::ClusterNtuple::initForWrite | ( | TTree & | tree | ) |
Definition at line 17 of file ClusterNtuple.cxx.
| bool ClusterSeg::ClusterNtuple::read | ( | std::vector< Cluster * > & | clusters | ) |
Definition at line 102 of file ClusterNtuple.cxx.
| void ClusterSeg::ClusterNtuple::reset | ( | ) |
| int ClusterSeg::ClusterNtuple::barcode[CLUSTERSIZE] = {} |
Definition at line 55 of file ClusterNtuple.h.
| double ClusterSeg::ClusterNtuple::chi2[CLUSTERSIZE] = {} |
Definition at line 44 of file ClusterNtuple.h.
| double ClusterSeg::ClusterNtuple::chi2T[CLUSTERSIZE] = {} |
Definition at line 43 of file ClusterNtuple.h.
|
static |
Definition at line 37 of file ClusterNtuple.h.
| bool ClusterSeg::ClusterNtuple::isMatch[CLUSTERSIZE] = {} |
Definition at line 54 of file ClusterNtuple.h.
| bool ClusterSeg::ClusterNtuple::isPhi[CLUSTERSIZE] = {} |
Definition at line 53 of file ClusterNtuple.h.
| int ClusterSeg::ClusterNtuple::nclusters = 0 |
Definition at line 47 of file ClusterNtuple.h.
| int ClusterSeg::ClusterNtuple::nMDT = 0 |
Definition at line 41 of file ClusterNtuple.h.
| int ClusterSeg::ClusterNtuple::nMDTT = 0 |
Definition at line 42 of file ClusterNtuple.h.
| int ClusterSeg::ClusterNtuple::ntracks = 0 |
Definition at line 46 of file ClusterNtuple.h.
| int ClusterSeg::ClusterNtuple::ntracksT = 0 |
Definition at line 45 of file ClusterNtuple.h.
| int ClusterSeg::ClusterNtuple::pIndex[CLUSTERSIZE] = {} |
Definition at line 52 of file ClusterNtuple.h.
| double ClusterSeg::ClusterNtuple::residual[CLUSTERSIZE] = {} |
Definition at line 40 of file ClusterNtuple.h.
| double ClusterSeg::ClusterNtuple::residualT[CLUSTERSIZE] = {} |
Definition at line 39 of file ClusterNtuple.h.
| int ClusterSeg::ClusterNtuple::tIndex[CLUSTERSIZE] = {} |
Definition at line 51 of file ClusterNtuple.h.
| double ClusterSeg::ClusterNtuple::x[CLUSTERSIZE] = {} |
Definition at line 48 of file ClusterNtuple.h.
| double ClusterSeg::ClusterNtuple::y[CLUSTERSIZE] = {} |
Definition at line 49 of file ClusterNtuple.h.
| double ClusterSeg::ClusterNtuple::z[CLUSTERSIZE] = {} |
Definition at line 50 of file ClusterNtuple.h.