ATLAS Offline Software
Loading...
Searching...
No Matches
TrigConfAlg_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_ALG_P1_H
6#define TRIGCONF_ALG_P1_H
7
8/*
9 @author Rustem Ospanov
10 @date July 2009
11
12 @brief Converter class for TrigConfAlg.
13*/
14
15#include <stdint.h>
16#include <string>
17
19{
20 public:
21
24
25 friend class TrigConfAlgCnv_p1;
26
27 private:
28
29 uint16_t m_index;
30 uint8_t m_position;
31 uint32_t m_name_id;
32 uint32_t m_type_id;
33
34 std::string m_name;
35 std::string m_type;
36};
37
38#endif
std::string m_name
std::string m_type
friend class TrigConfAlgCnv_p1