|
ATLAS Offline Software
|
storage of the time histories of all the cells
More...
#include <D3PDConverter.h>
|
template<class T > |
using | vector = std::vector< T > |
|
storage of the time histories of all the cells
Definition at line 25 of file D3PDConverter.h.
◆ vector
◆ D3PDConverter()
LArSamples::D3PDConverter::D3PDConverter |
( |
TTree & |
tree, |
|
|
const TString & |
templateFile, |
|
|
const TString & |
translatorFile |
|
) |
| |
|
inline |
◆ ~D3PDConverter()
virtual LArSamples::D3PDConverter::~D3PDConverter |
( |
| ) |
|
|
inlinevirtual |
◆ Cut()
virtual Int_t CaloD3PDClass::Cut |
( |
| ) |
|
|
virtualinherited |
◆ GetEntry()
virtual Int_t CaloD3PDClass::GetEntry |
( |
Long64_t |
entry | ) |
|
|
virtualinherited |
◆ Init()
virtual void CaloD3PDClass::Init |
( |
TTree * |
tree | ) |
|
|
virtualinherited |
◆ initMapping()
bool D3PDConverter::initMapping |
( |
const TString & |
templateFile, |
|
|
const TString & |
translatorFile |
|
) |
| |
Definition at line 99 of file D3PDConverter.cxx.
104 cout <<
"Making online->hash map" << endl;
105 std::map<unsigned long long, unsigned int> on2hash;
109 on2hash[
info->onlid()] =
i;
112 cout <<
"Making offlineID->hash map" << endl;
114 translator->
Tree()->GetEntry(
i);
◆ LoadTree()
virtual Long64_t CaloD3PDClass::LoadTree |
( |
Long64_t |
entry | ) |
|
|
virtualinherited |
◆ Loop()
void CaloD3PDClass::Loop |
( |
| ) |
|
|
virtualinherited |
◆ makeSamplesTuple()
bool D3PDConverter::makeSamplesTuple |
( |
const TString & |
outputFileName | ) |
|
Definition at line 24 of file D3PDConverter.cxx.
29 cout <<
"Processing " <<
fChain->GetEntries() <<
" entries" << endl;
30 for (
long long i = 0;
i <
fChain->GetEntries();
i++) {
31 if (
i % 500 == 0) cout <<
"Processing Entry " <<
i << endl;
49 cout <<
"ERROR: skipping cell with offline ID = " << (*cc_sel_IdCells)[j] << endl;
68 templateInfo->
iEta(), templateInfo->
iPhi(),
70 nullptr,
nullptr,
nullptr, templateInfo->
position(), templateInfo->
onlid());
77 std::vector<short> samples;
78 if (digitIndex >= 0) {
80 std::vector<int> intSamples = (*lardigit_Samples)[digitIndex];
81 for (
int s : intSamples) {
82 samples.push_back((
short)
s);
◆ Notify()
virtual Bool_t CaloD3PDClass::Notify |
( |
| ) |
|
|
virtualinherited |
◆ Show()
virtual void CaloD3PDClass::Show |
( |
Long64_t |
entry = -1 | ) |
|
|
virtualinherited |
◆ actualIntPerXing
Float_t CaloD3PDClass::actualIntPerXing |
|
inherited |
◆ averageIntPerXing
Float_t CaloD3PDClass::averageIntPerXing |
|
inherited |
◆ b_actualIntPerXing
TBranch* CaloD3PDClass::b_actualIntPerXing |
|
inherited |
◆ b_averageIntPerXing
TBranch* CaloD3PDClass::b_averageIntPerXing |
|
inherited |
◆ b_bcid
TBranch* CaloD3PDClass::b_bcid |
|
inherited |
◆ b_cc_sel_BadCells
TBranch* CaloD3PDClass::b_cc_sel_BadCells |
|
inherited |
◆ b_cc_sel_DetCells
TBranch* CaloD3PDClass::b_cc_sel_DetCells |
|
inherited |
◆ b_cc_sel_E
TBranch* CaloD3PDClass::b_cc_sel_E |
|
inherited |
◆ b_cc_sel_eta
TBranch* CaloD3PDClass::b_cc_sel_eta |
|
inherited |
◆ b_cc_sel_GainCells
TBranch* CaloD3PDClass::b_cc_sel_GainCells |
|
inherited |
◆ b_cc_sel_IdCells
TBranch* CaloD3PDClass::b_cc_sel_IdCells |
|
inherited |
◆ b_cc_sel_n
TBranch* CaloD3PDClass::b_cc_sel_n |
|
inherited |
◆ b_cc_sel_phi
TBranch* CaloD3PDClass::b_cc_sel_phi |
|
inherited |
◆ b_cc_sel_pt
TBranch* CaloD3PDClass::b_cc_sel_pt |
|
inherited |
◆ b_cc_sel_QCells
TBranch* CaloD3PDClass::b_cc_sel_QCells |
|
inherited |
◆ b_cc_sel_Sigma
TBranch* CaloD3PDClass::b_cc_sel_Sigma |
|
inherited |
◆ b_cc_sel_TimeCells
TBranch* CaloD3PDClass::b_cc_sel_TimeCells |
|
inherited |
◆ b_cc_sel_xCells
TBranch* CaloD3PDClass::b_cc_sel_xCells |
|
inherited |
◆ b_cc_sel_yCells
TBranch* CaloD3PDClass::b_cc_sel_yCells |
|
inherited |
◆ b_cc_sel_zCells
TBranch* CaloD3PDClass::b_cc_sel_zCells |
|
inherited |
◆ b_ccc_Eh_Calo
TBranch* CaloD3PDClass::b_ccc_Eh_Calo |
|
inherited |
◆ b_ccc_Eh_EM
TBranch* CaloD3PDClass::b_ccc_Eh_EM |
|
inherited |
◆ b_ccc_Eh_EMB
TBranch* CaloD3PDClass::b_ccc_Eh_EMB |
|
inherited |
◆ b_ccc_Eh_EMEC
TBranch* CaloD3PDClass::b_ccc_Eh_EMEC |
|
inherited |
◆ b_ccc_Eh_FCal
TBranch* CaloD3PDClass::b_ccc_Eh_FCal |
|
inherited |
◆ b_ccc_Eh_HAD
TBranch* CaloD3PDClass::b_ccc_Eh_HAD |
|
inherited |
◆ b_ccc_Eh_HEC
TBranch* CaloD3PDClass::b_ccc_Eh_HEC |
|
inherited |
◆ b_ccc_Eh_PresB
TBranch* CaloD3PDClass::b_ccc_Eh_PresB |
|
inherited |
◆ b_ccc_Eh_PresE
TBranch* CaloD3PDClass::b_ccc_Eh_PresE |
|
inherited |
◆ b_ccc_Eh_Scint
TBranch* CaloD3PDClass::b_ccc_Eh_Scint |
|
inherited |
◆ b_ccc_Eh_Tile
TBranch* CaloD3PDClass::b_ccc_Eh_Tile |
|
inherited |
◆ b_ccc_Eh_TileGap
TBranch* CaloD3PDClass::b_ccc_Eh_TileGap |
|
inherited |
◆ b_ccc_Nh_Calo
TBranch* CaloD3PDClass::b_ccc_Nh_Calo |
|
inherited |
◆ b_ccc_Nh_EM
TBranch* CaloD3PDClass::b_ccc_Nh_EM |
|
inherited |
◆ b_ccc_Nh_EMB
TBranch* CaloD3PDClass::b_ccc_Nh_EMB |
|
inherited |
◆ b_ccc_Nh_EMEC
TBranch* CaloD3PDClass::b_ccc_Nh_EMEC |
|
inherited |
◆ b_ccc_Nh_FCal
TBranch* CaloD3PDClass::b_ccc_Nh_FCal |
|
inherited |
◆ b_ccc_Nh_HAD
TBranch* CaloD3PDClass::b_ccc_Nh_HAD |
|
inherited |
◆ b_ccc_Nh_HEC
TBranch* CaloD3PDClass::b_ccc_Nh_HEC |
|
inherited |
◆ b_ccc_Nh_PresB
TBranch* CaloD3PDClass::b_ccc_Nh_PresB |
|
inherited |
◆ b_ccc_Nh_PresE
TBranch* CaloD3PDClass::b_ccc_Nh_PresE |
|
inherited |
◆ b_ccc_Nh_Scint
TBranch* CaloD3PDClass::b_ccc_Nh_Scint |
|
inherited |
◆ b_ccc_Nh_Tile
TBranch* CaloD3PDClass::b_ccc_Nh_Tile |
|
inherited |
◆ b_ccc_Nh_TileGap
TBranch* CaloD3PDClass::b_ccc_Nh_TileGap |
|
inherited |
◆ b_cl_cell_BadCells
TBranch* CaloD3PDClass::b_cl_cell_BadCells |
|
inherited |
◆ b_cl_cell_DetCells
TBranch* CaloD3PDClass::b_cl_cell_DetCells |
|
inherited |
◆ b_cl_cell_E
TBranch* CaloD3PDClass::b_cl_cell_E |
|
inherited |
◆ b_cl_cell_eta
TBranch* CaloD3PDClass::b_cl_cell_eta |
|
inherited |
◆ b_cl_cell_GainCells
TBranch* CaloD3PDClass::b_cl_cell_GainCells |
|
inherited |
◆ b_cl_cell_IdCells
TBranch* CaloD3PDClass::b_cl_cell_IdCells |
|
inherited |
◆ b_cl_cell_n
TBranch* CaloD3PDClass::b_cl_cell_n |
|
inherited |
◆ b_cl_cell_phi
TBranch* CaloD3PDClass::b_cl_cell_phi |
|
inherited |
◆ b_cl_cell_pt
TBranch* CaloD3PDClass::b_cl_cell_pt |
|
inherited |
◆ b_cl_cell_QCells
TBranch* CaloD3PDClass::b_cl_cell_QCells |
|
inherited |
◆ b_cl_cell_TimeCells
TBranch* CaloD3PDClass::b_cl_cell_TimeCells |
|
inherited |
◆ b_cl_cell_xCells
TBranch* CaloD3PDClass::b_cl_cell_xCells |
|
inherited |
◆ b_cl_cell_yCells
TBranch* CaloD3PDClass::b_cl_cell_yCells |
|
inherited |
◆ b_cl_cell_zCells
TBranch* CaloD3PDClass::b_cl_cell_zCells |
|
inherited |
◆ b_cl_cellmaxfrac
TBranch* CaloD3PDClass::b_cl_cellmaxfrac |
|
inherited |
◆ b_cl_centerlambda
TBranch* CaloD3PDClass::b_cl_centerlambda |
|
inherited |
◆ b_cl_centermag
TBranch* CaloD3PDClass::b_cl_centermag |
|
inherited |
◆ b_cl_deltaPhi
TBranch* CaloD3PDClass::b_cl_deltaPhi |
|
inherited |
◆ b_cl_deltaTheta
TBranch* CaloD3PDClass::b_cl_deltaTheta |
|
inherited |
◆ b_cl_E_em
TBranch* CaloD3PDClass::b_cl_E_em |
|
inherited |
◆ b_cl_E_EMB1
TBranch* CaloD3PDClass::b_cl_E_EMB1 |
|
inherited |
◆ b_cl_E_EMB2
TBranch* CaloD3PDClass::b_cl_E_EMB2 |
|
inherited |
◆ b_cl_E_EMB3
TBranch* CaloD3PDClass::b_cl_E_EMB3 |
|
inherited |
◆ b_cl_E_EME1
TBranch* CaloD3PDClass::b_cl_E_EME1 |
|
inherited |
◆ b_cl_E_EME2
TBranch* CaloD3PDClass::b_cl_E_EME2 |
|
inherited |
◆ b_cl_E_EME3
TBranch* CaloD3PDClass::b_cl_E_EME3 |
|
inherited |
◆ b_cl_E_FCAL0
TBranch* CaloD3PDClass::b_cl_E_FCAL0 |
|
inherited |
◆ b_cl_E_FCAL1
TBranch* CaloD3PDClass::b_cl_E_FCAL1 |
|
inherited |
◆ b_cl_E_FCAL2
TBranch* CaloD3PDClass::b_cl_E_FCAL2 |
|
inherited |
◆ b_cl_E_had
TBranch* CaloD3PDClass::b_cl_E_had |
|
inherited |
◆ b_cl_E_HEC0
TBranch* CaloD3PDClass::b_cl_E_HEC0 |
|
inherited |
◆ b_cl_E_HEC1
TBranch* CaloD3PDClass::b_cl_E_HEC1 |
|
inherited |
◆ b_cl_E_HEC2
TBranch* CaloD3PDClass::b_cl_E_HEC2 |
|
inherited |
◆ b_cl_E_HEC3
TBranch* CaloD3PDClass::b_cl_E_HEC3 |
|
inherited |
◆ b_cl_E_PreSamplerB
TBranch* CaloD3PDClass::b_cl_E_PreSamplerB |
|
inherited |
◆ b_cl_E_PreSamplerE
TBranch* CaloD3PDClass::b_cl_E_PreSamplerE |
|
inherited |
◆ b_cl_E_TileBar0
TBranch* CaloD3PDClass::b_cl_E_TileBar0 |
|
inherited |
◆ b_cl_E_TileBar1
TBranch* CaloD3PDClass::b_cl_E_TileBar1 |
|
inherited |
◆ b_cl_E_TileBar2
TBranch* CaloD3PDClass::b_cl_E_TileBar2 |
|
inherited |
◆ b_cl_E_TileExt0
TBranch* CaloD3PDClass::b_cl_E_TileExt0 |
|
inherited |
◆ b_cl_E_TileExt1
TBranch* CaloD3PDClass::b_cl_E_TileExt1 |
|
inherited |
◆ b_cl_E_TileExt2
TBranch* CaloD3PDClass::b_cl_E_TileExt2 |
|
inherited |
◆ b_cl_E_TileGap1
TBranch* CaloD3PDClass::b_cl_E_TileGap1 |
|
inherited |
◆ b_cl_E_TileGap2
TBranch* CaloD3PDClass::b_cl_E_TileGap2 |
|
inherited |
◆ b_cl_E_TileGap3
TBranch* CaloD3PDClass::b_cl_E_TileGap3 |
|
inherited |
◆ b_cl_eta
TBranch* CaloD3PDClass::b_cl_eta |
|
inherited |
◆ b_cl_eta_EMB1
TBranch* CaloD3PDClass::b_cl_eta_EMB1 |
|
inherited |
◆ b_cl_eta_EMB2
TBranch* CaloD3PDClass::b_cl_eta_EMB2 |
|
inherited |
◆ b_cl_eta_EMB3
TBranch* CaloD3PDClass::b_cl_eta_EMB3 |
|
inherited |
◆ b_cl_eta_EME1
TBranch* CaloD3PDClass::b_cl_eta_EME1 |
|
inherited |
◆ b_cl_eta_EME2
TBranch* CaloD3PDClass::b_cl_eta_EME2 |
|
inherited |
◆ b_cl_eta_EME3
TBranch* CaloD3PDClass::b_cl_eta_EME3 |
|
inherited |
◆ b_cl_eta_FCAL0
TBranch* CaloD3PDClass::b_cl_eta_FCAL0 |
|
inherited |
◆ b_cl_eta_FCAL1
TBranch* CaloD3PDClass::b_cl_eta_FCAL1 |
|
inherited |
◆ b_cl_eta_FCAL2
TBranch* CaloD3PDClass::b_cl_eta_FCAL2 |
|
inherited |
◆ b_cl_eta_HEC0
TBranch* CaloD3PDClass::b_cl_eta_HEC0 |
|
inherited |
◆ b_cl_eta_HEC1
TBranch* CaloD3PDClass::b_cl_eta_HEC1 |
|
inherited |
◆ b_cl_eta_HEC2
TBranch* CaloD3PDClass::b_cl_eta_HEC2 |
|
inherited |
◆ b_cl_eta_HEC3
TBranch* CaloD3PDClass::b_cl_eta_HEC3 |
|
inherited |
◆ b_cl_eta_PreSamplerB
TBranch* CaloD3PDClass::b_cl_eta_PreSamplerB |
|
inherited |
◆ b_cl_eta_PreSamplerE
TBranch* CaloD3PDClass::b_cl_eta_PreSamplerE |
|
inherited |
◆ b_cl_eta_TileBar0
TBranch* CaloD3PDClass::b_cl_eta_TileBar0 |
|
inherited |
◆ b_cl_eta_TileBar1
TBranch* CaloD3PDClass::b_cl_eta_TileBar1 |
|
inherited |
◆ b_cl_eta_TileBar2
TBranch* CaloD3PDClass::b_cl_eta_TileBar2 |
|
inherited |
◆ b_cl_eta_TileExt0
TBranch* CaloD3PDClass::b_cl_eta_TileExt0 |
|
inherited |
◆ b_cl_eta_TileExt1
TBranch* CaloD3PDClass::b_cl_eta_TileExt1 |
|
inherited |
◆ b_cl_eta_TileExt2
TBranch* CaloD3PDClass::b_cl_eta_TileExt2 |
|
inherited |
◆ b_cl_eta_TileGap1
TBranch* CaloD3PDClass::b_cl_eta_TileGap1 |
|
inherited |
◆ b_cl_eta_TileGap2
TBranch* CaloD3PDClass::b_cl_eta_TileGap2 |
|
inherited |
◆ b_cl_eta_TileGap3
TBranch* CaloD3PDClass::b_cl_eta_TileGap3 |
|
inherited |
◆ b_cl_firstEdens
TBranch* CaloD3PDClass::b_cl_firstEdens |
|
inherited |
◆ b_cl_lateral
TBranch* CaloD3PDClass::b_cl_lateral |
|
inherited |
◆ b_cl_longitudinal
TBranch* CaloD3PDClass::b_cl_longitudinal |
|
inherited |
◆ b_cl_n
TBranch* CaloD3PDClass::b_cl_n |
|
inherited |
◆ b_cl_phi
TBranch* CaloD3PDClass::b_cl_phi |
|
inherited |
◆ b_cl_phi_EMB1
TBranch* CaloD3PDClass::b_cl_phi_EMB1 |
|
inherited |
◆ b_cl_phi_EMB2
TBranch* CaloD3PDClass::b_cl_phi_EMB2 |
|
inherited |
◆ b_cl_phi_EMB3
TBranch* CaloD3PDClass::b_cl_phi_EMB3 |
|
inherited |
◆ b_cl_phi_EME1
TBranch* CaloD3PDClass::b_cl_phi_EME1 |
|
inherited |
◆ b_cl_phi_EME2
TBranch* CaloD3PDClass::b_cl_phi_EME2 |
|
inherited |
◆ b_cl_phi_EME3
TBranch* CaloD3PDClass::b_cl_phi_EME3 |
|
inherited |
◆ b_cl_phi_FCAL0
TBranch* CaloD3PDClass::b_cl_phi_FCAL0 |
|
inherited |
◆ b_cl_phi_FCAL1
TBranch* CaloD3PDClass::b_cl_phi_FCAL1 |
|
inherited |
◆ b_cl_phi_FCAL2
TBranch* CaloD3PDClass::b_cl_phi_FCAL2 |
|
inherited |
◆ b_cl_phi_HEC0
TBranch* CaloD3PDClass::b_cl_phi_HEC0 |
|
inherited |
◆ b_cl_phi_HEC1
TBranch* CaloD3PDClass::b_cl_phi_HEC1 |
|
inherited |
◆ b_cl_phi_HEC2
TBranch* CaloD3PDClass::b_cl_phi_HEC2 |
|
inherited |
◆ b_cl_phi_HEC3
TBranch* CaloD3PDClass::b_cl_phi_HEC3 |
|
inherited |
◆ b_cl_phi_PreSamplerB
TBranch* CaloD3PDClass::b_cl_phi_PreSamplerB |
|
inherited |
◆ b_cl_phi_PreSamplerE
TBranch* CaloD3PDClass::b_cl_phi_PreSamplerE |
|
inherited |
◆ b_cl_phi_TileBar0
TBranch* CaloD3PDClass::b_cl_phi_TileBar0 |
|
inherited |
◆ b_cl_phi_TileBar1
TBranch* CaloD3PDClass::b_cl_phi_TileBar1 |
|
inherited |
◆ b_cl_phi_TileBar2
TBranch* CaloD3PDClass::b_cl_phi_TileBar2 |
|
inherited |
◆ b_cl_phi_TileExt0
TBranch* CaloD3PDClass::b_cl_phi_TileExt0 |
|
inherited |
◆ b_cl_phi_TileExt1
TBranch* CaloD3PDClass::b_cl_phi_TileExt1 |
|
inherited |
◆ b_cl_phi_TileExt2
TBranch* CaloD3PDClass::b_cl_phi_TileExt2 |
|
inherited |
◆ b_cl_phi_TileGap1
TBranch* CaloD3PDClass::b_cl_phi_TileGap1 |
|
inherited |
◆ b_cl_phi_TileGap2
TBranch* CaloD3PDClass::b_cl_phi_TileGap2 |
|
inherited |
◆ b_cl_phi_TileGap3
TBranch* CaloD3PDClass::b_cl_phi_TileGap3 |
|
inherited |
◆ b_cl_pt
TBranch* CaloD3PDClass::b_cl_pt |
|
inherited |
◆ b_cl_secondlambda
TBranch* CaloD3PDClass::b_cl_secondlambda |
|
inherited |
◆ b_cl_secondR
TBranch* CaloD3PDClass::b_cl_secondR |
|
inherited |
◆ b_cl_time
TBranch* CaloD3PDClass::b_cl_time |
|
inherited |
◆ b_coreError
TBranch* CaloD3PDClass::b_coreError |
|
inherited |
◆ b_coreFlags
TBranch* CaloD3PDClass::b_coreFlags |
|
inherited |
◆ b_detmask0
TBranch* CaloD3PDClass::b_detmask0 |
|
inherited |
◆ b_detmask1
TBranch* CaloD3PDClass::b_detmask1 |
|
inherited |
◆ b_EventNumber
TBranch* CaloD3PDClass::b_EventNumber |
|
inherited |
◆ b_fwdError
TBranch* CaloD3PDClass::b_fwdError |
|
inherited |
◆ b_fwdFlags
TBranch* CaloD3PDClass::b_fwdFlags |
|
inherited |
◆ b_isCalibration
TBranch* CaloD3PDClass::b_isCalibration |
|
inherited |
◆ b_isSimulation
TBranch* CaloD3PDClass::b_isSimulation |
|
inherited |
◆ b_isTestBeam
TBranch* CaloD3PDClass::b_isTestBeam |
|
inherited |
◆ b_lardigit_barrel_ec
TBranch* CaloD3PDClass::b_lardigit_barrel_ec |
|
inherited |
◆ b_lardigit_calo
TBranch* CaloD3PDClass::b_lardigit_calo |
|
inherited |
◆ b_lardigit_channel
TBranch* CaloD3PDClass::b_lardigit_channel |
|
inherited |
◆ b_lardigit_FT
TBranch* CaloD3PDClass::b_lardigit_FT |
|
inherited |
◆ b_lardigit_gain
TBranch* CaloD3PDClass::b_lardigit_gain |
|
inherited |
◆ b_lardigit_ieta
TBranch* CaloD3PDClass::b_lardigit_ieta |
|
inherited |
◆ b_lardigit_iphi
TBranch* CaloD3PDClass::b_lardigit_iphi |
|
inherited |
◆ b_lardigit_iter_ampl
TBranch* CaloD3PDClass::b_lardigit_iter_ampl |
|
inherited |
◆ b_lardigit_iter_converged
TBranch* CaloD3PDClass::b_lardigit_iter_converged |
|
inherited |
◆ b_lardigit_iter_delay
TBranch* CaloD3PDClass::b_lardigit_iter_delay |
|
inherited |
◆ b_lardigit_iter_index
TBranch* CaloD3PDClass::b_lardigit_iter_index |
|
inherited |
◆ b_lardigit_iter_nIter
TBranch* CaloD3PDClass::b_lardigit_iter_nIter |
|
inherited |
◆ b_lardigit_iter_peakSample
TBranch* CaloD3PDClass::b_lardigit_iter_peakSample |
|
inherited |
◆ b_lardigit_iter_qual
TBranch* CaloD3PDClass::b_lardigit_iter_qual |
|
inherited |
◆ b_lardigit_iter_tau
TBranch* CaloD3PDClass::b_lardigit_iter_tau |
|
inherited |
◆ b_lardigit_iter_valid
TBranch* CaloD3PDClass::b_lardigit_iter_valid |
|
inherited |
◆ b_lardigit_layer
TBranch* CaloD3PDClass::b_lardigit_layer |
|
inherited |
◆ b_lardigit_n
TBranch* CaloD3PDClass::b_lardigit_n |
|
inherited |
◆ b_lardigit_offlineId
TBranch* CaloD3PDClass::b_lardigit_offlineId |
|
inherited |
◆ b_lardigit_pos_neg
TBranch* CaloD3PDClass::b_lardigit_pos_neg |
|
inherited |
◆ b_lardigit_Samples
TBranch* CaloD3PDClass::b_lardigit_Samples |
|
inherited |
◆ b_lardigit_sca_add
TBranch* CaloD3PDClass::b_lardigit_sca_add |
|
inherited |
◆ b_lardigit_slot
TBranch* CaloD3PDClass::b_lardigit_slot |
|
inherited |
◆ b_larError
TBranch* CaloD3PDClass::b_larError |
|
inherited |
◆ b_larFlags
TBranch* CaloD3PDClass::b_larFlags |
|
inherited |
◆ b_lbn
TBranch* CaloD3PDClass::b_lbn |
|
inherited |
◆ b_muonError
TBranch* CaloD3PDClass::b_muonError |
|
inherited |
◆ b_muonFlags
TBranch* CaloD3PDClass::b_muonFlags |
|
inherited |
◆ b_pixelError
TBranch* CaloD3PDClass::b_pixelError |
|
inherited |
◆ b_pixelFlags
TBranch* CaloD3PDClass::b_pixelFlags |
|
inherited |
◆ b_RunNumber
TBranch* CaloD3PDClass::b_RunNumber |
|
inherited |
◆ b_sctError
TBranch* CaloD3PDClass::b_sctError |
|
inherited |
◆ b_sctFlags
TBranch* CaloD3PDClass::b_sctFlags |
|
inherited |
◆ b_streamDecision_Egamma
TBranch* CaloD3PDClass::b_streamDecision_Egamma |
|
inherited |
◆ b_streamDecision_JetTauEtmiss
TBranch* CaloD3PDClass::b_streamDecision_JetTauEtmiss |
|
inherited |
◆ b_streamDecision_Muons
TBranch* CaloD3PDClass::b_streamDecision_Muons |
|
inherited |
◆ b_tileError
TBranch* CaloD3PDClass::b_tileError |
|
inherited |
◆ b_tileFlags
TBranch* CaloD3PDClass::b_tileFlags |
|
inherited |
◆ b_timestamp
TBranch* CaloD3PDClass::b_timestamp |
|
inherited |
◆ b_timestamp_ns
TBranch* CaloD3PDClass::b_timestamp_ns |
|
inherited |
◆ b_trtError
TBranch* CaloD3PDClass::b_trtError |
|
inherited |
◆ b_trtFlags
TBranch* CaloD3PDClass::b_trtFlags |
|
inherited |
◆ bcid
UInt_t CaloD3PDClass::bcid |
|
inherited |
◆ cc_sel_BadCells
vector<int>* CaloD3PDClass::cc_sel_BadCells |
|
inherited |
◆ cc_sel_DetCells
vector<int>* CaloD3PDClass::cc_sel_DetCells |
|
inherited |
◆ cc_sel_E
vector<float>* CaloD3PDClass::cc_sel_E |
|
inherited |
◆ cc_sel_eta
vector<float>* CaloD3PDClass::cc_sel_eta |
|
inherited |
◆ cc_sel_GainCells
vector<int>* CaloD3PDClass::cc_sel_GainCells |
|
inherited |
◆ cc_sel_IdCells
vector<unsigned int>* CaloD3PDClass::cc_sel_IdCells |
|
inherited |
◆ cc_sel_n
Int_t CaloD3PDClass::cc_sel_n |
|
inherited |
◆ cc_sel_phi
vector<float>* CaloD3PDClass::cc_sel_phi |
|
inherited |
◆ cc_sel_pt
vector<float>* CaloD3PDClass::cc_sel_pt |
|
inherited |
◆ cc_sel_QCells
vector<int>* CaloD3PDClass::cc_sel_QCells |
|
inherited |
◆ cc_sel_Sigma
vector<float>* CaloD3PDClass::cc_sel_Sigma |
|
inherited |
◆ cc_sel_TimeCells
vector<float>* CaloD3PDClass::cc_sel_TimeCells |
|
inherited |
◆ cc_sel_xCells
vector<float>* CaloD3PDClass::cc_sel_xCells |
|
inherited |
◆ cc_sel_yCells
vector<float>* CaloD3PDClass::cc_sel_yCells |
|
inherited |
◆ cc_sel_zCells
vector<float>* CaloD3PDClass::cc_sel_zCells |
|
inherited |
◆ ccc_Eh_Calo
Float_t CaloD3PDClass::ccc_Eh_Calo |
|
inherited |
◆ ccc_Eh_EM
Float_t CaloD3PDClass::ccc_Eh_EM |
|
inherited |
◆ ccc_Eh_EMB
vector<float>* CaloD3PDClass::ccc_Eh_EMB |
|
inherited |
◆ ccc_Eh_EMEC
vector<float>* CaloD3PDClass::ccc_Eh_EMEC |
|
inherited |
◆ ccc_Eh_FCal
vector<float>* CaloD3PDClass::ccc_Eh_FCal |
|
inherited |
◆ ccc_Eh_HAD
Float_t CaloD3PDClass::ccc_Eh_HAD |
|
inherited |
◆ ccc_Eh_HEC
vector<float>* CaloD3PDClass::ccc_Eh_HEC |
|
inherited |
◆ ccc_Eh_PresB
vector<float>* CaloD3PDClass::ccc_Eh_PresB |
|
inherited |
◆ ccc_Eh_PresE
vector<float>* CaloD3PDClass::ccc_Eh_PresE |
|
inherited |
◆ ccc_Eh_Scint
vector<float>* CaloD3PDClass::ccc_Eh_Scint |
|
inherited |
◆ ccc_Eh_Tile
vector<float>* CaloD3PDClass::ccc_Eh_Tile |
|
inherited |
◆ ccc_Eh_TileGap
vector<float>* CaloD3PDClass::ccc_Eh_TileGap |
|
inherited |
◆ ccc_Nh_Calo
Int_t CaloD3PDClass::ccc_Nh_Calo |
|
inherited |
◆ ccc_Nh_EM
Int_t CaloD3PDClass::ccc_Nh_EM |
|
inherited |
◆ ccc_Nh_EMB
Int_t CaloD3PDClass::ccc_Nh_EMB |
|
inherited |
◆ ccc_Nh_EMEC
Int_t CaloD3PDClass::ccc_Nh_EMEC |
|
inherited |
◆ ccc_Nh_FCal
Int_t CaloD3PDClass::ccc_Nh_FCal |
|
inherited |
◆ ccc_Nh_HAD
Int_t CaloD3PDClass::ccc_Nh_HAD |
|
inherited |
◆ ccc_Nh_HEC
Int_t CaloD3PDClass::ccc_Nh_HEC |
|
inherited |
◆ ccc_Nh_PresB
Int_t CaloD3PDClass::ccc_Nh_PresB |
|
inherited |
◆ ccc_Nh_PresE
Int_t CaloD3PDClass::ccc_Nh_PresE |
|
inherited |
◆ ccc_Nh_Scint
Int_t CaloD3PDClass::ccc_Nh_Scint |
|
inherited |
◆ ccc_Nh_Tile
Int_t CaloD3PDClass::ccc_Nh_Tile |
|
inherited |
◆ ccc_Nh_TileGap
Int_t CaloD3PDClass::ccc_Nh_TileGap |
|
inherited |
◆ cl_cell_BadCells
◆ cl_cell_DetCells
◆ cl_cell_E
◆ cl_cell_eta
◆ cl_cell_GainCells
◆ cl_cell_IdCells
vector<vector<unsigned int> >* CaloD3PDClass::cl_cell_IdCells |
|
inherited |
◆ cl_cell_n
vector<int>* CaloD3PDClass::cl_cell_n |
|
inherited |
◆ cl_cell_phi
◆ cl_cell_pt
◆ cl_cell_QCells
◆ cl_cell_TimeCells
◆ cl_cell_xCells
◆ cl_cell_yCells
◆ cl_cell_zCells
◆ cl_cellmaxfrac
vector<float>* CaloD3PDClass::cl_cellmaxfrac |
|
inherited |
◆ cl_centerlambda
vector<float>* CaloD3PDClass::cl_centerlambda |
|
inherited |
◆ cl_centermag
vector<float>* CaloD3PDClass::cl_centermag |
|
inherited |
◆ cl_deltaPhi
vector<float>* CaloD3PDClass::cl_deltaPhi |
|
inherited |
◆ cl_deltaTheta
vector<float>* CaloD3PDClass::cl_deltaTheta |
|
inherited |
◆ cl_E_em
vector<float>* CaloD3PDClass::cl_E_em |
|
inherited |
◆ cl_E_EMB1
vector<float>* CaloD3PDClass::cl_E_EMB1 |
|
inherited |
◆ cl_E_EMB2
vector<float>* CaloD3PDClass::cl_E_EMB2 |
|
inherited |
◆ cl_E_EMB3
vector<float>* CaloD3PDClass::cl_E_EMB3 |
|
inherited |
◆ cl_E_EME1
vector<float>* CaloD3PDClass::cl_E_EME1 |
|
inherited |
◆ cl_E_EME2
vector<float>* CaloD3PDClass::cl_E_EME2 |
|
inherited |
◆ cl_E_EME3
vector<float>* CaloD3PDClass::cl_E_EME3 |
|
inherited |
◆ cl_E_FCAL0
vector<float>* CaloD3PDClass::cl_E_FCAL0 |
|
inherited |
◆ cl_E_FCAL1
vector<float>* CaloD3PDClass::cl_E_FCAL1 |
|
inherited |
◆ cl_E_FCAL2
vector<float>* CaloD3PDClass::cl_E_FCAL2 |
|
inherited |
◆ cl_E_had
vector<float>* CaloD3PDClass::cl_E_had |
|
inherited |
◆ cl_E_HEC0
vector<float>* CaloD3PDClass::cl_E_HEC0 |
|
inherited |
◆ cl_E_HEC1
vector<float>* CaloD3PDClass::cl_E_HEC1 |
|
inherited |
◆ cl_E_HEC2
vector<float>* CaloD3PDClass::cl_E_HEC2 |
|
inherited |
◆ cl_E_HEC3
vector<float>* CaloD3PDClass::cl_E_HEC3 |
|
inherited |
◆ cl_E_PreSamplerB
vector<float>* CaloD3PDClass::cl_E_PreSamplerB |
|
inherited |
◆ cl_E_PreSamplerE
vector<float>* CaloD3PDClass::cl_E_PreSamplerE |
|
inherited |
◆ cl_E_TileBar0
vector<float>* CaloD3PDClass::cl_E_TileBar0 |
|
inherited |
◆ cl_E_TileBar1
vector<float>* CaloD3PDClass::cl_E_TileBar1 |
|
inherited |
◆ cl_E_TileBar2
vector<float>* CaloD3PDClass::cl_E_TileBar2 |
|
inherited |
◆ cl_E_TileExt0
vector<float>* CaloD3PDClass::cl_E_TileExt0 |
|
inherited |
◆ cl_E_TileExt1
vector<float>* CaloD3PDClass::cl_E_TileExt1 |
|
inherited |
◆ cl_E_TileExt2
vector<float>* CaloD3PDClass::cl_E_TileExt2 |
|
inherited |
◆ cl_E_TileGap1
vector<float>* CaloD3PDClass::cl_E_TileGap1 |
|
inherited |
◆ cl_E_TileGap2
vector<float>* CaloD3PDClass::cl_E_TileGap2 |
|
inherited |
◆ cl_E_TileGap3
vector<float>* CaloD3PDClass::cl_E_TileGap3 |
|
inherited |
◆ cl_eta
vector<float>* CaloD3PDClass::cl_eta |
|
inherited |
◆ cl_eta_EMB1
vector<float>* CaloD3PDClass::cl_eta_EMB1 |
|
inherited |
◆ cl_eta_EMB2
vector<float>* CaloD3PDClass::cl_eta_EMB2 |
|
inherited |
◆ cl_eta_EMB3
vector<float>* CaloD3PDClass::cl_eta_EMB3 |
|
inherited |
◆ cl_eta_EME1
vector<float>* CaloD3PDClass::cl_eta_EME1 |
|
inherited |
◆ cl_eta_EME2
vector<float>* CaloD3PDClass::cl_eta_EME2 |
|
inherited |
◆ cl_eta_EME3
vector<float>* CaloD3PDClass::cl_eta_EME3 |
|
inherited |
◆ cl_eta_FCAL0
vector<float>* CaloD3PDClass::cl_eta_FCAL0 |
|
inherited |
◆ cl_eta_FCAL1
vector<float>* CaloD3PDClass::cl_eta_FCAL1 |
|
inherited |
◆ cl_eta_FCAL2
vector<float>* CaloD3PDClass::cl_eta_FCAL2 |
|
inherited |
◆ cl_eta_HEC0
vector<float>* CaloD3PDClass::cl_eta_HEC0 |
|
inherited |
◆ cl_eta_HEC1
vector<float>* CaloD3PDClass::cl_eta_HEC1 |
|
inherited |
◆ cl_eta_HEC2
vector<float>* CaloD3PDClass::cl_eta_HEC2 |
|
inherited |
◆ cl_eta_HEC3
vector<float>* CaloD3PDClass::cl_eta_HEC3 |
|
inherited |
◆ cl_eta_PreSamplerB
vector<float>* CaloD3PDClass::cl_eta_PreSamplerB |
|
inherited |
◆ cl_eta_PreSamplerE
vector<float>* CaloD3PDClass::cl_eta_PreSamplerE |
|
inherited |
◆ cl_eta_TileBar0
vector<float>* CaloD3PDClass::cl_eta_TileBar0 |
|
inherited |
◆ cl_eta_TileBar1
vector<float>* CaloD3PDClass::cl_eta_TileBar1 |
|
inherited |
◆ cl_eta_TileBar2
vector<float>* CaloD3PDClass::cl_eta_TileBar2 |
|
inherited |
◆ cl_eta_TileExt0
vector<float>* CaloD3PDClass::cl_eta_TileExt0 |
|
inherited |
◆ cl_eta_TileExt1
vector<float>* CaloD3PDClass::cl_eta_TileExt1 |
|
inherited |
◆ cl_eta_TileExt2
vector<float>* CaloD3PDClass::cl_eta_TileExt2 |
|
inherited |
◆ cl_eta_TileGap1
vector<float>* CaloD3PDClass::cl_eta_TileGap1 |
|
inherited |
◆ cl_eta_TileGap2
vector<float>* CaloD3PDClass::cl_eta_TileGap2 |
|
inherited |
◆ cl_eta_TileGap3
vector<float>* CaloD3PDClass::cl_eta_TileGap3 |
|
inherited |
◆ cl_firstEdens
vector<float>* CaloD3PDClass::cl_firstEdens |
|
inherited |
◆ cl_lateral
vector<float>* CaloD3PDClass::cl_lateral |
|
inherited |
◆ cl_longitudinal
vector<float>* CaloD3PDClass::cl_longitudinal |
|
inherited |
◆ cl_n
Int_t CaloD3PDClass::cl_n |
|
inherited |
◆ cl_phi
vector<float>* CaloD3PDClass::cl_phi |
|
inherited |
◆ cl_phi_EMB1
vector<float>* CaloD3PDClass::cl_phi_EMB1 |
|
inherited |
◆ cl_phi_EMB2
vector<float>* CaloD3PDClass::cl_phi_EMB2 |
|
inherited |
◆ cl_phi_EMB3
vector<float>* CaloD3PDClass::cl_phi_EMB3 |
|
inherited |
◆ cl_phi_EME1
vector<float>* CaloD3PDClass::cl_phi_EME1 |
|
inherited |
◆ cl_phi_EME2
vector<float>* CaloD3PDClass::cl_phi_EME2 |
|
inherited |
◆ cl_phi_EME3
vector<float>* CaloD3PDClass::cl_phi_EME3 |
|
inherited |
◆ cl_phi_FCAL0
vector<float>* CaloD3PDClass::cl_phi_FCAL0 |
|
inherited |
◆ cl_phi_FCAL1
vector<float>* CaloD3PDClass::cl_phi_FCAL1 |
|
inherited |
◆ cl_phi_FCAL2
vector<float>* CaloD3PDClass::cl_phi_FCAL2 |
|
inherited |
◆ cl_phi_HEC0
vector<float>* CaloD3PDClass::cl_phi_HEC0 |
|
inherited |
◆ cl_phi_HEC1
vector<float>* CaloD3PDClass::cl_phi_HEC1 |
|
inherited |
◆ cl_phi_HEC2
vector<float>* CaloD3PDClass::cl_phi_HEC2 |
|
inherited |
◆ cl_phi_HEC3
vector<float>* CaloD3PDClass::cl_phi_HEC3 |
|
inherited |
◆ cl_phi_PreSamplerB
vector<float>* CaloD3PDClass::cl_phi_PreSamplerB |
|
inherited |
◆ cl_phi_PreSamplerE
vector<float>* CaloD3PDClass::cl_phi_PreSamplerE |
|
inherited |
◆ cl_phi_TileBar0
vector<float>* CaloD3PDClass::cl_phi_TileBar0 |
|
inherited |
◆ cl_phi_TileBar1
vector<float>* CaloD3PDClass::cl_phi_TileBar1 |
|
inherited |
◆ cl_phi_TileBar2
vector<float>* CaloD3PDClass::cl_phi_TileBar2 |
|
inherited |
◆ cl_phi_TileExt0
vector<float>* CaloD3PDClass::cl_phi_TileExt0 |
|
inherited |
◆ cl_phi_TileExt1
vector<float>* CaloD3PDClass::cl_phi_TileExt1 |
|
inherited |
◆ cl_phi_TileExt2
vector<float>* CaloD3PDClass::cl_phi_TileExt2 |
|
inherited |
◆ cl_phi_TileGap1
vector<float>* CaloD3PDClass::cl_phi_TileGap1 |
|
inherited |
◆ cl_phi_TileGap2
vector<float>* CaloD3PDClass::cl_phi_TileGap2 |
|
inherited |
◆ cl_phi_TileGap3
vector<float>* CaloD3PDClass::cl_phi_TileGap3 |
|
inherited |
◆ cl_pt
vector<float>* CaloD3PDClass::cl_pt |
|
inherited |
◆ cl_secondlambda
vector<float>* CaloD3PDClass::cl_secondlambda |
|
inherited |
◆ cl_secondR
vector<float>* CaloD3PDClass::cl_secondR |
|
inherited |
◆ cl_time
vector<float>* CaloD3PDClass::cl_time |
|
inherited |
◆ coreError
UInt_t CaloD3PDClass::coreError |
|
inherited |
◆ coreFlags
UInt_t CaloD3PDClass::coreFlags |
|
inherited |
◆ detmask0
UInt_t CaloD3PDClass::detmask0 |
|
inherited |
◆ detmask1
UInt_t CaloD3PDClass::detmask1 |
|
inherited |
◆ EventNumber
UInt_t CaloD3PDClass::EventNumber |
|
inherited |
◆ fChain
TTree* CaloD3PDClass::fChain |
|
inherited |
◆ fCurrent
Int_t CaloD3PDClass::fCurrent |
|
inherited |
pointer to the analyzed TTree or TChain
Definition at line 31 of file CaloD3PDClass.h.
◆ fwdError
UInt_t CaloD3PDClass::fwdError |
|
inherited |
◆ fwdFlags
UInt_t CaloD3PDClass::fwdFlags |
|
inherited |
◆ isCalibration
Bool_t CaloD3PDClass::isCalibration |
|
inherited |
◆ isSimulation
Bool_t CaloD3PDClass::isSimulation |
|
inherited |
◆ isTestBeam
Bool_t CaloD3PDClass::isTestBeam |
|
inherited |
◆ lardigit_barrel_ec
vector<int>* CaloD3PDClass::lardigit_barrel_ec |
|
inherited |
◆ lardigit_calo
vector<int>* CaloD3PDClass::lardigit_calo |
|
inherited |
◆ lardigit_channel
vector<int>* CaloD3PDClass::lardigit_channel |
|
inherited |
◆ lardigit_FT
vector<int>* CaloD3PDClass::lardigit_FT |
|
inherited |
◆ lardigit_gain
vector<int>* CaloD3PDClass::lardigit_gain |
|
inherited |
◆ lardigit_ieta
vector<int>* CaloD3PDClass::lardigit_ieta |
|
inherited |
◆ lardigit_iphi
vector<int>* CaloD3PDClass::lardigit_iphi |
|
inherited |
◆ lardigit_iter_ampl
vector<float>* CaloD3PDClass::lardigit_iter_ampl |
|
inherited |
◆ lardigit_iter_converged
vector<int>* CaloD3PDClass::lardigit_iter_converged |
|
inherited |
◆ lardigit_iter_delay
vector<float>* CaloD3PDClass::lardigit_iter_delay |
|
inherited |
◆ lardigit_iter_index
vector<short>* CaloD3PDClass::lardigit_iter_index |
|
inherited |
◆ lardigit_iter_nIter
vector<short>* CaloD3PDClass::lardigit_iter_nIter |
|
inherited |
◆ lardigit_iter_peakSample
vector<short>* CaloD3PDClass::lardigit_iter_peakSample |
|
inherited |
◆ lardigit_iter_qual
vector<float>* CaloD3PDClass::lardigit_iter_qual |
|
inherited |
◆ lardigit_iter_tau
vector<float>* CaloD3PDClass::lardigit_iter_tau |
|
inherited |
◆ lardigit_iter_valid
vector<int>* CaloD3PDClass::lardigit_iter_valid |
|
inherited |
◆ lardigit_layer
vector<int>* CaloD3PDClass::lardigit_layer |
|
inherited |
◆ lardigit_n
Int_t CaloD3PDClass::lardigit_n |
|
inherited |
◆ lardigit_offlineId
vector<unsigned int>* CaloD3PDClass::lardigit_offlineId |
|
inherited |
◆ lardigit_pos_neg
vector<int>* CaloD3PDClass::lardigit_pos_neg |
|
inherited |
◆ lardigit_Samples
◆ lardigit_sca_add
vector<vector<unsigned int> >* CaloD3PDClass::lardigit_sca_add |
|
inherited |
◆ lardigit_slot
vector<int>* CaloD3PDClass::lardigit_slot |
|
inherited |
◆ larError
UInt_t CaloD3PDClass::larError |
|
inherited |
◆ larFlags
UInt_t CaloD3PDClass::larFlags |
|
inherited |
◆ lbn
UInt_t CaloD3PDClass::lbn |
|
inherited |
◆ m_id2hash
std::map<unsigned int, unsigned int> LArSamples::D3PDConverter::m_id2hash |
◆ m_template
Interface* LArSamples::D3PDConverter::m_template |
◆ muonError
UInt_t CaloD3PDClass::muonError |
|
inherited |
◆ muonFlags
UInt_t CaloD3PDClass::muonFlags |
|
inherited |
◆ pixelError
UInt_t CaloD3PDClass::pixelError |
|
inherited |
◆ pixelFlags
UInt_t CaloD3PDClass::pixelFlags |
|
inherited |
◆ RunNumber
UInt_t CaloD3PDClass::RunNumber |
|
inherited |
◆ sctError
UInt_t CaloD3PDClass::sctError |
|
inherited |
◆ sctFlags
UInt_t CaloD3PDClass::sctFlags |
|
inherited |
◆ streamDecision_Egamma
Bool_t CaloD3PDClass::streamDecision_Egamma |
|
inherited |
◆ streamDecision_JetTauEtmiss
Bool_t CaloD3PDClass::streamDecision_JetTauEtmiss |
|
inherited |
◆ streamDecision_Muons
Bool_t CaloD3PDClass::streamDecision_Muons |
|
inherited |
◆ tileError
UInt_t CaloD3PDClass::tileError |
|
inherited |
◆ tileFlags
UInt_t CaloD3PDClass::tileFlags |
|
inherited |
◆ timestamp
UInt_t CaloD3PDClass::timestamp |
|
inherited |
◆ timestamp_ns
UInt_t CaloD3PDClass::timestamp_ns |
|
inherited |
◆ trtError
UInt_t CaloD3PDClass::trtError |
|
inherited |
◆ trtFlags
UInt_t CaloD3PDClass::trtFlags |
|
inherited |
The documentation for this class was generated from the following files:
char data[hepevt_bytes_allocation_ATLAS]
void setRunData(const RunData *runData)
bool initMapping(const TString &templateFile, const TString &translatorFile)
UInt_t RunNumber
current Tree number in a TChain
short feedThrough() const
vector< unsigned int > * lardigit_offlineId
unsigned int addEvent(EventData *eventData)
virtual const CellInfo * cellInfo(unsigned int i) const
TGraphErrors * GetEntries(TH2F *histo)
vector< float > * cc_sel_Sigma
vector< int > * lardigit_gain
virtual Long64_t LoadTree(Long64_t entry)
HistoryContainer *& hist_cont(unsigned int i)
vector< int > * cc_sel_QCells
TVector3 position() const
InDet::SiSpacePointsSeedMakerEventData EventData
CellInfo * cell_info() const
vector< int > * cc_sel_DetCells
vector< float > * cc_sel_E
vector< float > * cc_sel_TimeCells
static Interface * open(const TString &fileName)
vector< unsigned int > * cc_sel_IdCells
storage of the time histories of all the cells
unsigned int addRun(RunData *eventData)
CaloD3PDClass(TTree *tree=0)
void add(const DataContainer *data)
append data (takes ownership)
vector< int > * cc_sel_BadCells
virtual unsigned int nChannels() const
std::map< unsigned int, unsigned int > m_id2hash
HistoryContainer * makeNewHistory(const IdentifierHash &hash, CellInfo *info)
append data (takes ownership of everything)
thread_local event_number_t eventIndex