ATLAS Offline Software
TestBeam
TBTPCnv
TBTPCnv
TBEventInfo_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/TBEventInfo
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 TBEVENTINFO_P1_H
11
#define TBEVENTINFO_P1_H
12
13
14
class
TBEventInfo_p1
15
{
16
17
public
:
18
19
int
m_ev_number
;
20
int
m_ev_clock
;
21
int
m_ev_type
;
22
unsigned
int
m_run_num
;
23
float
m_beam_moment
;
24
std::string
m_beam_part
;
25
float
m_cryoX
;
26
float
m_cryoAngle
;
27
float
m_tableY
;
28
29
};
30
31
32
#endif
TBEventInfo_p1::m_ev_clock
int m_ev_clock
Definition:
TBEventInfo_p1.h:20
TBEventInfo_p1::m_beam_moment
float m_beam_moment
Definition:
TBEventInfo_p1.h:23
TBEventInfo_p1::m_tableY
float m_tableY
Definition:
TBEventInfo_p1.h:27
TBEventInfo_p1::m_beam_part
std::string m_beam_part
Definition:
TBEventInfo_p1.h:24
TBEventInfo_p1::m_cryoAngle
float m_cryoAngle
Definition:
TBEventInfo_p1.h:26
TBEventInfo_p1::m_run_num
unsigned int m_run_num
Definition:
TBEventInfo_p1.h:22
TBEventInfo_p1::m_cryoX
float m_cryoX
Definition:
TBEventInfo_p1.h:25
TBEventInfo_p1::m_ev_type
int m_ev_type
Definition:
TBEventInfo_p1.h:21
TBEventInfo_p1
Definition:
TBEventInfo_p1.h:15
TBEventInfo_p1::m_ev_number
int m_ev_number
Definition:
TBEventInfo_p1.h:19
Generated on Thu Nov 7 2024 21:27:13 for ATLAS Offline Software by
1.8.18