ATLAS Offline Software
Loading...
Searching...
No Matches
TBEventInfo_p1.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2026 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
15{
16
17public:
18
19 int m_ev_number = 0;
20 int m_ev_clock = 0;
21 int m_ev_type = 0;
22 unsigned int m_run_num = 0;
23 float m_beam_moment = 0;
24 std::string m_beam_part;
25 float m_cryoX = 0;
26 float m_cryoAngle = 0;
27 float m_tableY = 0;
28
29};
30
31
32#endif
unsigned int m_run_num
std::string m_beam_part