ATLAS Offline Software
Loading...
Searching...
No Matches
TBTDCRawCont_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/TBTDCRawCont
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 TBTDCRAWCONT_P1_H
11#define TBTDCRAWCONT_P1_H
12
13
15{
16
17public:
18
19 typedef unsigned int signal_type;
20
21 std::vector< signal_type > m_tdc; // from TBTDCRaw.h
22 std::vector< bool > m_underThreshold; // from TBTDCRaw.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#endif
std::vector< bool > m_overflow
std::vector< signal_type > m_tdc
std::vector< bool > m_underThreshold
std::vector< std::string > m_tbDetectorName
unsigned int signal_type