ATLAS Offline Software
Loading...
Searching...
No Matches
TrigConfSeq_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#ifndef TRIGCONF_SEQ_P1_H
6#define TRIGCONF_SEQ_P1_H
7
8/*
9 @author Rustem Ospanov
10 @date July 2009
11
12 @brief Persistent partner for TrigConfSeq.
13*/
14
15#include <stdint.h>
16#include <string>
17#include <vector>
18
20
22{
23 public:
24
33
34 friend class TrigConfSeqCnv_p1;
35
36 private:
37
38 std::string m_output_te_name;
41 uint32_t m_topo_te;
42 std::vector<TrigConfAlg_p1> m_alg;
43 std::vector<uint32_t> m_input_te;
44};
45
46#endif
std::vector< TrigConfAlg_p1 > m_alg
std::string m_output_te_name
uint32_t m_output_te_id
uint16_t m_output_te_index
friend class TrigConfSeqCnv_p1
std::vector< uint32_t > m_input_te