ATLAS Offline Software
Loading...
Searching...
No Matches
TrigT2ZdcSignals_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 : TrigT2ZdcSignals_p1
9 *
10 * @brief persistent partner for TrigT2ZdcSignals
11 *
12 * @author Denis Oliveira Damazio <Denis.Oliveira.Damazio@cern.ch>
13 *
14 * File and Version Information:
15 * $Id: TrigT2ZdcSignals_p1.h 441930 2011-10-17 22:04:50Z damazio $
16 **********************************************************************************/
17#ifndef TRIGCALOEVENTTPCNV_TRIGT2ZDCSIGNALS_P1_H
18#define TRIGCALOEVENTTPCNV_TRIGT2ZDCSIGNALS_P1_H
19
20#include <vector>
21
23{
24 public:
25
28
29 private:
30
31 std::vector<float> m_triggerEnergies;
32 std::vector<float> m_triggerTimes;
33
34};
35
36#endif
std::vector< float > m_triggerEnergies
friend class TrigT2ZdcSignalsCnv_p1
std::vector< float > m_triggerTimes