ATLAS Offline Software
Loading...
Searching...
No Matches
MaterialEffectsOnTrack_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//
7// file: MaterialEffectsOnTrack_p2.h
8// author: Wolfgang Liebig <lhttp://consult.cern.ch/xwho/people/54608>
9//
10//-----------------------------------------------------------------------------
11
12#ifndef MATERIAL_EFFECTS_ON_TRACK_P2_TRK_H
13#define MATERIAL_EFFECTS_ON_TRACK_P2_TRK_H
14
16
17namespace Trk
18{
22
24 {
25 public:
27
28 TPObjRef m_mefBase; // MaterialEffectsBase.h base class
29
30 // TPObjRef has overhead, so just take the doubles.
35
36 TPObjRef m_energyLoss; // was: const EnergyLoss*
37 };
38}
39
40#endif
This class is an object reference used in Athena persistent data model.
Definition TPObjRef.h:20
Ensure that the ATLAS eigen extensions are properly loaded.