#include <TTUConfigurator.h>
Public Member Functions | |
RBCBoardSpecs * | getRbcSpecs () |
TTUBoardSpecs * | getTtuSpecs () |
void | process () |
TTUConfigurator (const std::string &) | |
~TTUConfigurator () | |
Destructor. More... | |
Public Attributes | |
bool | m_hasConfig |
Private Member Functions | |
void | addData (RBCBoardSpecs &) |
void | addData (TTUBoardSpecs &) |
Private Attributes | |
std::ifstream | m_in |
RBCBoardSpecs | m_rbcspecs |
TTUBoardSpecs | m_ttuspecs |
This is an auxiliary class to read an ascii or xml configuration file for the RPC Technical Trigger - to by pass reading configuration from database via EventSetup
Definition at line 30 of file TTUConfigurator.h.
TTUConfigurator::TTUConfigurator | ( | const std::string & | infile | ) |
Definition at line 18 of file TTUConfigurator.cc.
References m_hasConfig, m_in, m_rbcspecs, and m_ttuspecs.
TTUConfigurator::~TTUConfigurator | ( | ) |
|
private |
Definition at line 50 of file TTUConfigurator.cc.
References mps_fire::i, m_in, and RBCBoardSpecs::v_boardspecs.
Referenced by process().
|
private |
Definition at line 60 of file TTUConfigurator.cc.
References mps_fire::i, TTUBoardSpecs::m_boardspecs, and m_in.
|
inline |
|
inline |
void TTUConfigurator::process | ( | ) |
Definition at line 42 of file TTUConfigurator.cc.
References addData(), m_rbcspecs, and m_ttuspecs.
Referenced by getTtuSpecs().
bool TTUConfigurator::m_hasConfig |
Definition at line 42 of file TTUConfigurator.h.
Referenced by TTUConfigurator().
|
private |
Definition at line 48 of file TTUConfigurator.h.
Referenced by addData(), TTUConfigurator(), and ~TTUConfigurator().
|
private |
Definition at line 53 of file TTUConfigurator.h.
Referenced by getRbcSpecs(), process(), and TTUConfigurator().
|
private |
Definition at line 54 of file TTUConfigurator.h.
Referenced by getTtuSpecs(), process(), and TTUConfigurator().