ATLAS Offline Software
TBTailCatcher_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/TBTailCatcher
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 TBTAILCATCHER_P1_H
11 #define TBTAILCATCHER_P1_H
12 
13 
15 {
16 
17 public:
18 
19  std::vector< double > m_signals; // from TBTailCatcher.h
20 
21  std::vector< float > m_signal, m_time_signal; // from TBScintillator.h
22  std::vector< bool > m_signal_overflow, m_time_overflow; // from TBScintillator.h
23 
24  std::vector< std::string > m_tbDetectorName; // from TBBeamDetector.h
25  std::vector< bool > m_overflow; // from TBBeamDetector.h
26 
27 };
28 
29 
30 #endif
TBTailCatcher_p1::m_signal
std::vector< float > m_signal
Definition: TBTailCatcher_p1.h:21
TBTailCatcher_p1::m_tbDetectorName
std::vector< std::string > m_tbDetectorName
Definition: TBTailCatcher_p1.h:24
TBTailCatcher_p1::m_signal_overflow
std::vector< bool > m_signal_overflow
Definition: TBTailCatcher_p1.h:22
TBTailCatcher_p1::m_time_signal
std::vector< float > m_time_signal
Definition: TBTailCatcher_p1.h:21
TBTailCatcher_p1::m_overflow
std::vector< bool > m_overflow
Definition: TBTailCatcher_p1.h:25
TBTailCatcher_p1::m_time_overflow
std::vector< bool > m_time_overflow
Definition: TBTailCatcher_p1.h:22
TBTailCatcher_p1::m_signals
std::vector< double > m_signals
Definition: TBTailCatcher_p1.h:19
TBTailCatcher_p1
Definition: TBTailCatcher_p1.h:15