ATLAS Offline Software
TBTDC_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/TBTDC
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 TBTDC_P1_H
11 #define TBTDC_P1_H
12 
13 
14 class TBTDC_p1
15 {
16 
17 public:
18 
19  int m_tdc;
20  int m_tdcmin;
21  float m_scale; //Scale of the TDC (in ns)
22  int m_phase;
23 
24 };
25 
26 
27 #endif
TBTDC_p1::m_phase
int m_phase
Definition: TBTDC_p1.h:22
TBTDC_p1
Definition: TBTDC_p1.h:15
TBTDC_p1::m_scale
float m_scale
Definition: TBTDC_p1.h:21
TBTDC_p1::m_tdc
int m_tdc
Definition: TBTDC_p1.h:19
TBTDC_p1::m_tdcmin
int m_tdcmin
Definition: TBTDC_p1.h:20