ATLAS Offline Software
StripClusterOfflineData.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 
6 //Local includes
8 
9 namespace NSWL1 {
10 
12  int bcid,
13  int sideid,
14  int phiId,
15  int isSmall,
16  int moduleId,
17  int sectorId,
18  int wedge,
19  int layer,
20  int size,
21  float charge,
22  float globX,
23  float globY,
24  float globZ) : StripClusterData(),
25  m_bandId(bandId),
26  m_bcId(bcid),
27  m_sideId(sideid),
28  m_phiId(phiId),
29  m_isSmall(isSmall),
30  m_moduleId(moduleId),
31  m_sectorId(sectorId),
32  m_wedge(wedge),
33  m_layer(layer),
34  m_size(size),
35  m_charge(charge),
36  m_globX(globX),
37  m_globY(globY),
38  m_globZ(globZ){ }
39 
41  // StripOfflineData doesn't own the helper, so nothing to do here
42  }
43 
44 
45 }
python.setupRTTAlg.size
int size
Definition: setupRTTAlg.py:39
TRT::Hit::layer
@ layer
Definition: HitInfo.h:79
NSWL1::StripClusterOfflineData::~StripClusterOfflineData
~StripClusterOfflineData()
Definition: StripClusterOfflineData.cxx:40
charge
double charge(const T &p)
Definition: AtlasPID.h:494
xAOD::bcid
setEventNumber setTimeStamp bcid
Definition: EventInfo_v1.cxx:133
NSWL1::StripClusterOfflineData::StripClusterOfflineData
StripClusterOfflineData(int bandId, int bcId, int sideId, int phiId, int isSmall, int moduleId, int sectorId, int wedge, int layer, int size, float charge, float globX, float globY, float globZ)
Definition: StripClusterOfflineData.cxx:11
NSWL1::StripClusterData
abstract class to interface the data hit fragment output from the Strip TDS
Definition: StripClusterData.h:30
NSWL1
A trigger trigger candidate for a stgc sector.
Definition: NSWL1Simulation.cxx:9
StripClusterOfflineData.h