ATLAS Offline Software
TrigMonEventCollection_tlp1.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 #ifndef TRIGMON_EVENT_COLLECTION_TLP1_H
6 #define TRIGMON_EVENT_COLLECTION_TLP1_H
7 
8 /*
9  @author Rustem Ospanov
10  @date July 2009
11 
12  @brief Persistent "top level" copy of TrigMonEventCollection;
13 */
14 
15 #include <vector>
18 
20 {
21  public:
22 
25 
27 
28  private:
29 
30  std::vector<TrigMonEventCollection_p1> m_TrigMonEventCollection;
31  std::vector<TrigMonEvent_p1> m_TrigMonEvent;
32 
33 };
34 
35 #endif
TrigMonEventCollection_tlp1::m_TrigMonEventCollection
std::vector< TrigMonEventCollection_p1 > m_TrigMonEventCollection
Definition: TrigMonEventCollection_tlp1.h:30
TrigMonEventCollection_tlp1::TrigMonEventCollection_tlp1
TrigMonEventCollection_tlp1()
Definition: TrigMonEventCollection_tlp1.h:23
TrigMonEvent_p1.h
TrigMonEventCollection_tlp1
Definition: TrigMonEventCollection_tlp1.h:20
TrigMonEventCollection_tlp1::m_TrigMonEvent
std::vector< TrigMonEvent_p1 > m_TrigMonEvent
Definition: TrigMonEventCollection_tlp1.h:31
TrigMonEventCollection_tlp1::~TrigMonEventCollection_tlp1
~TrigMonEventCollection_tlp1()
Definition: TrigMonEventCollection_tlp1.h:24
TrigMonEventCollection_p1.h
TrigMonEventCollectionCnv_tlp1
Definition: TrigMonEventCollectionCnv_tlp1.h:16