ATLAS Offline Software
CscPrepData_p2.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 
6 #ifndef CSCPREPDATA_P2_TRK_H
7 #define CSCPREPDATA_P2_TRK_H
8 
9 //-----------------------------------------------------------------------------
10 //
11 // file: CscPrepData_p2.h
12 //
13 //-----------------------------------------------------------------------------
16 
17 namespace Muon
18 {
25  {
26  public:
27  CscPrepData_p2() : m_locX(0.0), m_errorMat(0.0), m_charge(0), m_time(0.0), m_status(0) {}
28 
29  std::vector< signed char > m_rdoList;
30 
32 
33  float m_locX;
34  float m_errorMat;
35 
36 
38 
39  int m_charge;
40  float m_time;
41  int m_status;
42 
43  };
44 }
45 
46 #endif
Muon::CscPrepData_p2::m_time
float m_time
Definition: CscPrepData_p2.h:40
Muon::CscPrepData_p2::m_locX
float m_locX
Equivalent to localPosition (locX) in the base class.
Definition: CscPrepData_p2.h:33
Muon
This class provides conversion from CSC RDO data to CSC Digits.
Definition: TrackSystemController.h:49
Muon::CscPrepData_p2::CscPrepData_p2
CscPrepData_p2()
Definition: CscPrepData_p2.h:27
Muon::CscPrepData_p2::m_status
int m_status
in here we pack both the transient values m_status and m_timeStatus (introduced in MuonPrepRawData-03...
Definition: CscPrepData_p2.h:41
Muon::CscPrepData_p2::m_charge
int m_charge
Definition: CscPrepData_p2.h:39
Muon::CscPrepData_p2::m_errorMat
float m_errorMat
1-d ErrorMatrix in the base class.
Definition: CscPrepData_p2.h:34
IdentifierHash.h
Muon::CscPrepData_p2
We don't write out (from Trk::PrepRawData) m_indexAndHash (can be recomputed), m_clusId (can be recom...
Definition: CscPrepData_p2.h:25
TPObjRef.h
Muon::CscPrepData_p2::m_rdoList
std::vector< signed char > m_rdoList
Store offsets.
Definition: CscPrepData_p2.h:29