ATLAS Offline Software
TBPhase_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 // -------------------------------------------------------------------
6 // Persistent representation of TBEvent/TBPhase
7 // See: https://twiki.cern.ch/twiki/bin/view/Atlas/TransientPersistentSeparation#TP_converters_for_component_type
8 // Author: Iftach Sadeh (iftach.sadeh@NOSPAMTODAYcern.ch) , February 2010
9 // -------------------------------------------------------------------
10 #ifndef TBPHASE_P1_H
11 #define TBPHASE_P1_H
12 
13 
15 {
16 
17 public:
18 
19  float m_phase;
20  short m_phaseind;
21  float m_dTtoWAC;
22 
23 };
24 
25 
26 #endif
TBPhase_p1::m_phase
float m_phase
Definition: TBPhase_p1.h:19
TBPhase_p1::m_phaseind
short m_phaseind
Definition: TBPhase_p1.h:20
TBPhase_p1::m_dTtoWAC
float m_dTtoWAC
Definition: TBPhase_p1.h:21
TBPhase_p1
Definition: TBPhase_p1.h:15