ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
MuonSpectrometer
MuonCnv
MuonEventTPCnv
src
MuonRDO
STGC_RawDataCnv_p2.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3
*/
4
#include "
MuonEventTPCnv/MuonRDO/STGC_RawDataCnv_p2.h
"
5
6
void
Muon::STGC_RawDataCnv_p2::persToTrans
(
const
Muon::STGC_RawData_p2
*,
Muon::STGC_RawData
*,MsgStream & )
7
{
8
// Not much point calling this!
9
}
10
11
void
Muon::STGC_RawDataCnv_p2::transToPers
(
const
Muon::STGC_RawData
*transObj,
Muon::STGC_RawData_p2
*persObj, MsgStream & )
12
{
13
persObj->
m_id
= transObj->
m_id
.
get_identifier32
().
get_compact
();
14
persObj->
m_bcTag
= transObj->
bcTag
();
15
persObj->
m_time
= transObj->
tdo
();
16
persObj->
m_charge
= transObj->
charge
();
17
persObj->
m_isDead
= transObj->
isDead
();
18
}
19
20
Muon::STGC_RawData
*
Muon::STGC_RawDataCnv_p2::createTransient
(
const
Muon::STGC_RawData_p2
* persObj, MsgStream& )
21
{
22
Muon::STGC_RawData
* trans =
new
STGC_RawData
(
Identifier
(persObj->
m_id
),
23
persObj->
m_bcTag
,
24
static_cast<
float
>
(persObj->
m_time
),
// place holder for tdo->time from calibration
25
persObj->
m_time
,
26
persObj->
m_charge
,
27
persObj->
m_isDead
,
28
false
);
// all RDOs produced with this persisten version have the time and the charge in physical units, pscholer March 2022
29
30
return
trans;
31
}
32
STGC_RawDataCnv_p2.h
Identifier32::get_compact
value_type get_compact() const
Get the compact id.
Definition
Identifier32.h:47
Identifier::get_identifier32
Identifier32 get_identifier32() const
Get the 32-bit version Identifier, will be invalid if >32 bits needed.
Muon::STGC_RawDataCnv_p2::createTransient
virtual STGC_RawData * createTransient(const STGC_RawData_p2 *persObj, MsgStream &log) override final
Definition
STGC_RawDataCnv_p2.cxx:20
Muon::STGC_RawDataCnv_p2::transToPers
void transToPers(const STGC_RawData *transObj, STGC_RawData_p2 *persObj, MsgStream &log) override final
Definition
STGC_RawDataCnv_p2.cxx:11
Muon::STGC_RawDataCnv_p2::persToTrans
void persToTrans(const STGC_RawData_p2 *persObj, STGC_RawData *transObj, MsgStream &log) override final
Definition
STGC_RawDataCnv_p2.cxx:6
Muon::STGC_RawData_p2
Definition
STGC_RawData_p2.h:12
Muon::STGC_RawData_p2::m_bcTag
uint16_t m_bcTag
Definition
STGC_RawData_p2.h:22
Muon::STGC_RawData_p2::m_id
unsigned int m_id
FIXME!
Definition
STGC_RawData_p2.h:16
Muon::STGC_RawData_p2::m_isDead
bool m_isDead
Definition
STGC_RawData_p2.h:24
Muon::STGC_RawData_p2::m_charge
unsigned int m_charge
Definition
STGC_RawData_p2.h:20
Muon::STGC_RawData_p2::m_time
unsigned int m_time
Definition
STGC_RawData_p2.h:18
Muon::STGC_RawData
Definition
STGC_RawData.h:15
Muon::STGC_RawData::charge
unsigned int charge() const
Definition
STGC_RawData.h:58
Muon::STGC_RawData::bcTag
uint16_t bcTag() const
Definition
STGC_RawData.h:59
Muon::STGC_RawData::tdo
unsigned int tdo() const
Definition
STGC_RawData.h:57
Muon::STGC_RawData::m_id
Identifier m_id
Definition
STGC_RawData.h:23
Muon::STGC_RawData::isDead
bool isDead() const
Definition
STGC_RawData.h:61
Identifier
Definition
IdentifierFieldParser.cxx:14
Generated on
for ATLAS Offline Software by
1.17.0