ATLAS Offline Software
Loading...
Searching...
No Matches
TrigT2MbtsBits_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 * @Project: Trigger
7 * @Package: TrigCaloEventTPCnv
8 * @class : TrigT2MbtsBits_p1
9 *
10 * @brief persistent partner for TrigT2MbtsBits
11 *
12 * @author W. H. Bell <W.Bell@cern.ch>
13 *
14 **********************************************************************************/
15#ifndef TRIGCALOEVENTTPCNV_TRIGT2MBTSBITS_P1_H
16#define TRIGCALOEVENTTPCNV_TRIGT2MBTSBITS_P1_H
17
18#include <vector>
19#include <cstdint>
20
23
24 public:
26 virtual ~TrigT2MbtsBits_p1 () {}
27
28 private:
29 uint32_t m_mbtsWord;
30 std::vector<float> m_triggerTimes;
31};
32
33#endif
std::vector< float > m_triggerTimes
friend class TrigT2MbtsBitsCnv_p1