1 #ifndef SurveyDataReader_h 2 #define SurveyDataReader_h 17 typedef std::map<align::ID, align::Scalars>
MapType;
18 typedef std::pair<align::ID, align::Scalars>
PairType;
std::pair< align::ID, align::Scalars > PairType
std::pair< std::vector< int >, align::Scalars > PairTypeOr
std::map< align::ID, align::Scalars > MapType
std::vector< Scalar > Scalars
const MapType & detIdMap() const
const MapTypeOr & surveyMap() const
void readFile(const std::string &textFileName, const std::string &fileType, const TrackerTopology *tTopo)
Read given text file.
align::Scalars convertToAlignableCoord(const align::Scalars &align_params)
std::map< std::vector< int >, align::Scalars > MapTypeOr