ATLAS Offline Software
Loading...
Searching...
No Matches
JetSampling_p2.cxx
Go to the documentation of this file.
1
2
3/*
4 Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
5*/
6
7// JetSampling_p2.cxx
8// Implementation file for class JetSampling_p2
9// Belen.Salvachua@cern.ch
10// Based on JetSampling_p1.cxx from S.Binet<binet@cern.ch>
12
13
14// JetEventTPCnv includes
16
20
22 : m_dr1(0)
23 , m_dr2(0)
26 , m_ejsEMB1(0)
27 , m_ejsEME1(0)
28 , m_ejsEMB2(0)
29 , m_ejsEME2(0)
30 , m_ejsEMB3(0)
31 , m_ejsEME3(0)
32 , m_ejsTileBar0(0)
33 , m_ejsTileExt0(0)
34 , m_ejsTileBar1(0)
35 , m_ejsTileExt1(0)
36 , m_ejsTileBar2(0)
37 , m_ejsTileExt2(0)
38 , m_ejsHEC0(0)
39 , m_ejsHEC1(0)
40 , m_ejsHEC2(0)
41 , m_ejsHEC3(0)
42 , m_ejsTileGap1(0)
43 , m_ejsTileGap2(0)
44 , m_ejsTileGap3(0)
45 , m_ejsFCAL0(0)
46 , m_ejsFCAL1(0)
47 , m_ejsFCAL2(0)
48 , m_tot(0)
49 , m_ctot(0)
50 , m_ehad(0)
51 , m_eem(0)
52 , m_eCryo(0)
53 , m_eGap(0)
54 , m_eScint(0)
55 , m_eNull(0)
56{
57 m_ePreSamBCell.fill(0);
58 m_ePreSamECell.fill(0);
59 m_eEMB1Cell.fill(0);
60 m_eEMB2Cell1.fill(0);
61 m_eEMB2Cell2.fill(0);
62 m_eEMB3Cell1.fill(0);
63 m_eEMB3Cell2.fill(0);
64 m_eEME1Cell.fill(0);
65 m_eEME2Cell1.fill(0);
66 m_eEME2Cell2.fill(0);
67 m_eEME3Cell1.fill(0);
68 m_eEME3Cell2.fill(0);
69 m_eTileBar0Cell.fill(0);
70 m_eTileBar1Cell.fill(0);
71 m_eTileBar2Cell.fill(0);
72 m_eTileExt0Cell.fill(0);
73 m_eTileExt1Cell.fill(0);
74 m_eTileExt2Cell.fill(0);
75 m_eHec0Cell1.fill(0);
76 m_eHec0Cell2.fill(0);
77 m_eHec1Cell1.fill(0);
78 m_eHec1Cell2.fill(0);
79 m_eHec2Cell1.fill(0);
80 m_eHec2Cell2.fill(0);
81 m_eHec3Cell1.fill(0);
82 m_eHec3Cell2.fill(0);
83 m_eFCal0Cell.fill(0);
84 m_eFCal1Cell.fill(0);
85 m_eFCal2Cell.fill(0);
86 m_erad_cells.fill(0);
87 m_erad_tracks.fill(0);
88}
89
JetSampling_p2()
Default constructor: