TrigOperationalInfo Class Reference
This class defined generic object to store operational info available during triggering online i.e. timing infomration. To avoid various problems reated to schema evolution this are just key: value pairs while value is always of type float (OK we can think about templating this for int and float maybe).
More...
#include <TrigOperationalInfo.h>
List of all members.
Public Member Functions |
| TrigOperationalInfo (const std::vector< std::string > &keys, const std::vector< float > &values) |
unsigned int | defined (const std::string &name) const |
float | get (const std::string &name) const |
void | set (const std::string &name, float value) |
std::pair< std::vector
< std::string >, std::vector
< float > > | infos () const |
const std::vector< std::string > & | getKeys () const |
const std::vector< float > & | getValues () const |
void | updateAtLocation (unsigned int location, float value) |
Detailed Description
This class defined generic object to store operational info available during triggering online i.e. timing infomration. To avoid various problems reated to schema evolution this are just key: value pairs while value is always of type float (OK we can think about templating this for int and float maybe).
The documentation for this class was generated from the following files:
- /cvmfs/atlas.cern.ch/repo/sw/ASG/AnalysisBase/2.4.31/TrigSteeringEvent/TrigSteeringEvent/TrigOperationalInfo.h
- /cvmfs/atlas.cern.ch/repo/sw/ASG/AnalysisBase/2.4.31/TrigSteeringEvent/src/TrigOperationalInfo.cxx