ATLAS Offline Software
MuonSpectrometer
MuonCnv
MuonEventTPCnv
MuonEventTPCnv
MuonPrepRawData
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
//-----------------------------------------------------------------------------
13
#include "
AthenaPoolUtilities/TPObjRef.h
"
14
#include "
Identifier/IdentifierHash.h
"
15
16
namespace
Muon
17
{
18
class
CscPrepData_p1
19
{
20
public
:
21
CscPrepData_p1
()
22
:
m_charge
(0),
m_time
(0.),
m_status
(0)
23
{}
24
// base
25
TPObjRef
m_prd
;
26
28
IdentifierHash
m_collectionHash
;
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:45
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
This is a "hash" representation of an Identifier. This encodes a 32 bit index which can be used to lo...
Definition:
IdentifierHash.h:25
Muon::CscPrepData_p1
Definition:
CscPrepData_p1.h:19
Generated on Thu Nov 7 2024 21:12:53 for ATLAS Offline Software by
1.8.18