ATLAS Offline Software
Loading...
Searching...
No Matches
TrigMonConfigCollection_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_CONFIG_COLLECTION_TLP1_H
6#define TRIGMON_CONFIG_COLLECTION_TLP1_H
7
8/*
9 @author Rustem Ospanov
10 @date July 2009
11
12 @brief Persistent "top level" copy of TrigMonConfigCollection;
13*/
14
15#include <vector>
18
20{
21 public:
22
25
27
28 private:
29
30 std::vector<TrigMonConfigCollection_p1> m_TrigMonConfigCollection;
31 std::vector<TrigMonConfig_p1> m_TrigMonConfig;
32
33};
34
35#endif
std::vector< TrigMonConfig_p1 > m_TrigMonConfig
std::vector< TrigMonConfigCollection_p1 > m_TrigMonConfigCollection