Class to hold one picture of the BPix survey. More...
#include <SurveyPxbImageReader.h>
Public Types | |
typedef std::vector< T > | measurements_t |
Public Member Functions | |
SurveyPxbImage::count_t | read (std::ifstream &infile, measurements_t &measurements, SurveyPxbImage::count_t reserve=830) |
SurveyPxbImageReader () | |
Empty default constructor. More... | |
SurveyPxbImageReader (std::ifstream &infile, measurements_t &measurements, SurveyPxbImage::count_t reserve=800) | |
Constructor with ifstream and destination vector. More... | |
SurveyPxbImageReader (std::string filename, measurements_t &measurements, SurveyPxbImage::count_t reserve=800) | |
Constructor with filename and destination vector. More... | |
Class to hold one picture of the BPix survey.
Definition at line 10 of file SurveyPxbImageReader.h.
typedef std::vector<T> SurveyPxbImageReader< T >::measurements_t |
Definition at line 13 of file SurveyPxbImageReader.h.
|
inline |
|
inline |
Constructor with ifstream and destination vector.
Definition at line 19 of file SurveyPxbImageReader.h.
References SurveyPxbImageReader< T >::read().
|
inline |
Constructor with filename and destination vector.
Definition at line 25 of file SurveyPxbImageReader.h.
References ecal_dqm_sourceclient-live_cfg::cerr, EdgesToViz::infile, and SurveyPxbImageReader< T >::read().
|
inline |
Reads a file, parses its content and fills the data vector All data after a hash sign (#) is treated as a comment and not read
filename | Filename of the file to be read |
measurements | Vector containing the measurements, previous content will be deleted |
reserve | Initial size of the vector, set with vector::reserve() |
Definition at line 42 of file SurveyPxbImageReader.h.
References filterCSVwithJSON::copy, spr::find(), recoMuon::in, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by Vispa.Plugins.EdmBrowser.EdmDataAccessor.EdmDataAccessor::goto(), Vispa.Plugins.EdmBrowser.EdmDataAccessor.EdmDataAccessor::setFilterBranches(), and SurveyPxbImageReader< T >::SurveyPxbImageReader().