ATLAS Offline Software
Loading...
Searching...
No Matches
MaterialEffectsOnTrackCnv_p1.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
7
8void MaterialEffectsOnTrackCnv_p1 :: persToTrans(
11 MsgStream& )
12{
13 *transObj = Trk::EstimatedBremOnTrack (persObj->m_tInX0,
14 persObj->m_deltaP,
15 0.0,
16 persObj->m_sigmaQoverPSquared,
17 transObj->associatedSurface(),
19}
20
21void MaterialEffectsOnTrackCnv_p1 :: transToPers(
22 const Trk :: EstimatedBremOnTrack *transObj,
23 Trk :: MaterialEffectsOnTrack_p1 *persObj,
24 MsgStream& )
25{
26 // not to be used anyway.
27 persObj->m_tInX0 = transObj->thicknessInX0();
28 persObj->m_deltaP = transObj->retainedEnFraction();
29 persObj->m_sigmaQoverPSquared = transObj->sigmaQoverPsquared();
30}
31
32
33
class holding information about momentum reduction and an additional noise term due to significant en...
const Surface & associatedSurface() const
returns the surface to which these m.eff. are associated.
@ undefinedDirection