ATLAS Offline Software
CscPrepData_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 CSCPREPDATA_P1_TRK_H
6 #define CSCPREPDATA_P1_TRK_H
7 
8 //-----------------------------------------------------------------------------
9 //
10 // file: CscPrepData_p1.h
11 //
12 //-----------------------------------------------------------------------------
15 
16 namespace Muon
17 {
19  {
20  public:
22  : m_charge(0), m_time(0.), m_status(0)
23  {}
24  // base
26 
29 
30  int m_charge;
31  float m_time;
32  int m_status;
33  };
34 }
35 
36 #endif
Muon::CscPrepData_p1::m_time
float m_time
Definition: CscPrepData_p1.h:31
Muon::CscPrepData_p1::m_prd
TPObjRef m_prd
Definition: CscPrepData_p1.h:25
Muon::CscPrepData_p1::m_charge
int m_charge
Definition: CscPrepData_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::CscPrepData_p1::CscPrepData_p1
CscPrepData_p1()
Definition: CscPrepData_p1.h:21
Muon::CscPrepData_p1::m_collectionHash
IdentifierHash m_collectionHash
For transient object this is in MuonCluster, but can simplify structure by placing it here for perist...
Definition: CscPrepData_p1.h:28
IdentifierHash.h
TPObjRef.h
Muon::CscPrepData_p1::m_status
int m_status
in here we pack both the transient values m_status and m_timeStatus (introduced in MuonPrepRawData-03...
Definition: CscPrepData_p1.h:32
IdentifierHash
Definition: IdentifierHash.h:38
Muon::CscPrepData_p1
Definition: CscPrepData_p1.h:19