ATLAS Offline Software
TrigT2MbtsBits_p3.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  * @Project: Trigger
7  * @Package: TrigCaloEventTPCnv
8  * @class : TrigT2MbtsBits_p3
9  *
10  * @brief persistent partner for TrigT2MbtsBits
11  *
12  * @author W. H. Bell <W.Bell@cern.ch>
13  *
14  **********************************************************************************/
15 #ifndef TRIGCALOEVENTTPCNV_TRIGT2MBTSBITS_P3_H
16 #define TRIGCALOEVENTTPCNV_TRIGT2MBTSBITS_P3_H
17 
18 #include <vector>
19 
21  friend class TrigT2MbtsBitsCnv_p3;
22 
23  public:
24  TrigT2MbtsBits_p3 () {}
25  virtual ~TrigT2MbtsBits_p3 () {}
26 
27  private:
28  std::vector<float> m_triggerEnergies;
29  std::vector<float> m_triggerTimes;
30 };
31 
32 #endif
TrigT2MbtsBits_p3::m_triggerTimes
std::vector< float > m_triggerTimes
Definition: TrigT2MbtsBits_p3.h:38
TrigT2MbtsBits_p3::~TrigT2MbtsBits_p3
virtual ~TrigT2MbtsBits_p3()
Definition: TrigT2MbtsBits_p3.h:34
TrigT2MbtsBits_p3
Definition: TrigT2MbtsBits_p3.h:20
TrigT2MbtsBits_p3::m_triggerEnergies
std::vector< float > m_triggerEnergies
Definition: TrigT2MbtsBits_p3.h:37
TrigT2MbtsBits_p3::TrigT2MbtsBits_p3
TrigT2MbtsBits_p3()
Definition: TrigT2MbtsBits_p3.h:33
TrigT2MbtsBitsCnv_p3
Definition: TrigT2MbtsBitsCnv_p3.h:25