#include <SurveyInputTextReader.h>
Public Types | |
typedef std::map< UniqueId, align::Scalars > | MapType |
typedef std::pair< UniqueId, align::Scalars > | PairType |
typedef std::pair< align::ID, align::StructureType > | UniqueId |
Public Member Functions | |
void | readFile (const std::string &textFileName) |
Read given text file. More... | |
const MapType & | UniqueIdMap () const |
Private Attributes | |
MapType | theMap |
Static Private Attributes | |
static const int | NINPUTS = 27 |
Definition at line 18 of file SurveyInputTextReader.h.
typedef std::map<UniqueId, align::Scalars> SurveyInputTextReader::MapType |
Definition at line 22 of file SurveyInputTextReader.h.
typedef std::pair<UniqueId, align::Scalars> SurveyInputTextReader::PairType |
Definition at line 23 of file SurveyInputTextReader.h.
typedef std::pair<align::ID, align::StructureType> SurveyInputTextReader::UniqueId |
Definition at line 20 of file SurveyInputTextReader.h.
void SurveyInputTextReader::readFile | ( | const std::string & | textFileName | ) |
Read given text file.
Definition at line 11 of file SurveyInputTextReader.cc.
References AlignableObjectId::General, mps_fire::i, mps_splice::line, NINPUTS, AlCaHLTBitMon_QueryRunRegistry::string, and theMap.
Referenced by SurveyInputTrackerFromDB::analyze(), and SurveyMisalignmentInput::analyze().
|
inline |
Definition at line 29 of file SurveyInputTextReader.h.
References theMap.
Referenced by SurveyInputTrackerFromDB::analyze(), and SurveyMisalignmentInput::analyze().
|
staticprivate |
Definition at line 34 of file SurveyInputTextReader.h.
Referenced by readFile().
|
private |
Definition at line 32 of file SurveyInputTextReader.h.
Referenced by readFile(), and UniqueIdMap().