![]() |
ATLAS Offline Software
|
#include <string>#include "TH2F.h"#include <fstream>Go to the source code of this file.
Classes | |
| class | clusterbin |
| class | cellbin |
Macros | |
| #define | MODE M_5_5 |
Enumerations | |
| enum | { EMBA, EMECA, HECA, FCALA, EMBC, EMECC, HECC, FCALC, NbOfPartition } |
| enum | { Presampler, Sampling1, Sampling2, Sampling3, NbOflayers } |
| enum | SIDE { Aside =1, Cside =-1 } |
| enum | { M_5_5, M_3_5, M_3_7 } |
| enum | { CaloB, CaloEA, CaloEC, NbCaloPart } |
Variables | |
| double | RedThreshold_cluster =100 |
| double | RedThreshold_cell =100 |
| ofstream | outputfile |
| float | m_range [NbCaloPart][2] ={{-1.5,1.5},{1.5,4.9},{-4.9,-1.5}} |
| string | ClusterPlotsNames_occ [] |
| string | ClusterPlotsNames_avg [] |
| TH2F * | h2_cluster_occ [5] ={NULL} |
| TH2F * | h2_cluster_avg [5] ={NULL} |
| TH2F * | h2_occ [NbOfPartition][4] ={NULL} |
| TH2F * | h2_cellStatus_Summary [NbOfPartition][4] ={NULL} |
| TH2F * | h2_avgEnergy [NbOfPartition][4] ={NULL} |
| TH2F * | h2_cellStatus_Summary_avgEnergy [NbOfPartition][4] ={NULL} |
| string | TargetNames [] |
| string | TargetNames_Avg [] |
| #define MODE M_5_5 |
Definition at line 25 of file CellClusterLinkTool.h.
| anonymous enum |
| anonymous enum |
| Enumerator | |
|---|---|
| Presampler | |
| Sampling1 | |
| Sampling2 | |
| Sampling3 | |
| NbOflayers | |
Definition at line 51 of file CellClusterLinkTool.h.
| anonymous enum |
| Enumerator | |
|---|---|
| M_5_5 | |
| M_3_5 | |
| M_3_7 | |
Definition at line 53 of file CellClusterLinkTool.h.
| anonymous enum |
| enum SIDE |
| string ClusterPlotsNames_avg[] |
Definition at line 59 of file CellClusterLinkTool.h.
| string ClusterPlotsNames_occ[] |
Definition at line 56 of file CellClusterLinkTool.h.
| TH2F* h2_avgEnergy[NbOfPartition][4] ={NULL} |
Definition at line 67 of file CellClusterLinkTool.h.
| TH2F* h2_cellStatus_Summary[NbOfPartition][4] ={NULL} |
Definition at line 66 of file CellClusterLinkTool.h.
| TH2F* h2_cellStatus_Summary_avgEnergy[NbOfPartition][4] ={NULL} |
Definition at line 68 of file CellClusterLinkTool.h.
| TH2F* h2_cluster_avg[5] ={NULL} |
Definition at line 64 of file CellClusterLinkTool.h.
| TH2F* h2_cluster_occ[5] ={NULL} |
Definition at line 63 of file CellClusterLinkTool.h.
| TH2F* h2_occ[NbOfPartition][4] ={NULL} |
Definition at line 65 of file CellClusterLinkTool.h.
| float m_range[NbCaloPart][2] ={{-1.5,1.5},{1.5,4.9},{-4.9,-1.5}} |
Definition at line 55 of file CellClusterLinkTool.h.
| ofstream outputfile |
Definition at line 25 of file CellClusterLinkTool.h.
| double RedThreshold_cell =100 |
Definition at line 22 of file CellClusterLinkTool.h.
| double RedThreshold_cluster =100 |
Definition at line 21 of file CellClusterLinkTool.h.
| string TargetNames[] |
Definition at line 69 of file CellClusterLinkTool.h.
| string TargetNames_Avg[] |
Definition at line 100 of file CellClusterLinkTool.h.
1.8.18