#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 16 of file TTUConfigurator.cc.
TTUConfigurator::~TTUConfigurator | ( | ) |
|
private |
Definition at line 38 of file TTUConfigurator.cc.
References mps_fire::i, m_in, and RBCBoardSpecs::v_boardspecs.
Referenced by process().
|
private |
Definition at line 46 of file TTUConfigurator.cc.
References mps_fire::i, TTUBoardSpecs::m_boardspecs, and m_in.
|
inline |
|
inline |
void TTUConfigurator::process | ( | ) |
bool TTUConfigurator::m_hasConfig |
Definition at line 42 of file TTUConfigurator.h.
|
private |
Definition at line 46 of file TTUConfigurator.h.
Referenced by addData(), and ~TTUConfigurator().
|
private |
Definition at line 51 of file TTUConfigurator.h.
Referenced by getRbcSpecs(), and process().
|
private |
Definition at line 52 of file TTUConfigurator.h.
Referenced by getTtuSpecs(), and process().