ATLAS Offline Software
Loading...
Searching...
No Matches
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
std::vector< TrigMonEventCollection_p1 > m_TrigMonEventCollection
std::vector< TrigMonEvent_p1 > m_TrigMonEvent