ATLAS Offline Software
Loading...
Searching...
No Matches
TrigOperationalInfo_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/**********************************************************************************
6 * @Project: Trigger
7 * @Package: TrigSteeringEventTPCnv
8 * @class : TrigOperationalInfo_p1
9 *
10 * @brief persistent partner for TrigOperationalInfo
11 *
12 * @author Tomasz Bold (based on exampels by Andrew Hamilton and Francesca Bucci)
13 *
14 * File and Version Information:
15 * $Id: TrigOperationalInfo_p1.h,v 1.2 2009-04-01 22:14:57 salvator Exp $
16 **********************************************************************************/
17#ifndef TRIGSTEERINGEVENTTPCNV_TrigOperationalInfo_P1_H
18#define TRIGSTEERINGEVENTTPCNV_TrigOperationalInfo_P1_H
19
20
22{
23 public:
24
27
28 private:
29 std::vector<std::string> m_keys;
30 std::vector<float> m_values;
31
32};
33
34#endif
std::vector< std::string > m_keys
std::vector< float > m_values