ATLAS Offline Software
CscStripPrepData_p1.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef CSCSTRIPPREPDATA_P1_TRK_H
6 #define CSCSTRIPPREPDATA_P1_TRK_H
7 
8 //-----------------------------------------------------------------------------
9 //
10 // file: CscStripPrepData_p1.h
11 //
12 //-----------------------------------------------------------------------------
15 
16 namespace Muon
17 {
19  {
20  public:
23  {}
24  // base
27  //const Trk::GlobalPosition * m_globalPosition
28  //const MuonGM::CscReadoutElement * m_detEl
29 
30  std::vector< float > m_sampleCharges;
32  unsigned short m_samplingTime;
34  };
35 }
36 
37 #endif
Muon::CscStripPrepData_p1::m_prd
TPObjRef m_prd
Definition: CscStripPrepData_p1.h:25
Muon::CscStripPrepData_p1::m_sampleCharges
std::vector< float > m_sampleCharges
Definition: CscStripPrepData_p1.h:30
Muon
This class provides conversion from CSC RDO data to CSC Digits.
Definition: TrackSystemController.h:49
TPObjRef
Definition: TPObjRef.h:20
Muon::CscStripPrepData_p1::m_collectionHash
IdentifierHash m_collectionHash
Definition: CscStripPrepData_p1.h:26
Muon::CscStripPrepData_p1::m_samplingTime
unsigned short m_samplingTime
Definition: CscStripPrepData_p1.h:32
IdentifierHash.h
TPObjRef.h
Muon::CscStripPrepData_p1::m_samplingPhase
bool m_samplingPhase
Definition: CscStripPrepData_p1.h:33
Muon::CscStripPrepData_p1
Definition: CscStripPrepData_p1.h:19
IdentifierHash
Definition: IdentifierHash.h:38
Muon::CscStripPrepData_p1::m_timeOfFirstSample
float m_timeOfFirstSample
Definition: CscStripPrepData_p1.h:31
Muon::CscStripPrepData_p1::CscStripPrepData_p1
CscStripPrepData_p1()
Definition: CscStripPrepData_p1.h:21