Millepede-II V04-17-03
|
Public Member Functions | |
ReadPedeHists (const char *txtFile) | |
~ReadPedeHists () | |
void | Draw () |
void | Write (const char *rootFileName) |
void | Print (const char *printFileName) |
Private Member Functions | |
template<class T > | |
bool | readBasic (std::ifstream &aStream, T &outValue) |
template<class T > | |
bool | readBasicVector (std::ifstream &aStream, std::vector< T > &outVector) |
bool | proceedTo (std::ifstream &aStream, const TString &pattern) |
void | readNumVersTypeTitle (std::ifstream &file, Int_t &num, Int_t &version, Int_t &type, TString &title) |
TH1 * | readNextHist (std::ifstream &file) |
std::pair< TGraph *, Option_t * > | readNextGraph (std::ifstream &file) |
bool | readNext (std::ifstream &file, TH1 *&hist, std::pair< TGraph *, Option_t * > &graphOpt) |
void | read (std::ifstream &stream) |
Private Attributes | |
std::ifstream | theStream |
std::vector< TH1 * > | theHists |
std::vector< std::pair< TGraph *, Option_t * > > | theGraphOpts |
std::vector< TCanvas * > | theCanvases |
Definition at line 110 of file readPedeHists.C.
|
explicit |
Definition at line 139 of file readPedeHists.C.
|
inline |
Definition at line 114 of file readPedeHists.C.
void ReadPedeHists::Draw | ( | ) |
Definition at line 512 of file readPedeHists.C.
References theCanvases, theGraphOpts, and theHists.
Referenced by readPedeHists().
void ReadPedeHists::Print | ( | const char * | printFileName | ) |
Definition at line 553 of file readPedeHists.C.
References theCanvases.
Referenced by readPedeHists().
|
private |
Definition at line 193 of file readPedeHists.C.
Referenced by readNext(), readNextGraph(), and readNextHist().
|
private |
Definition at line 498 of file readPedeHists.C.
References readNext(), theGraphOpts, and theHists.
Referenced by ReadPedeHists().
|
private |
Definition at line 152 of file readPedeHists.C.
Referenced by readBasicVector(), readNextGraph(), readNextHist(), and readNumVersTypeTitle().
|
private |
Definition at line 182 of file readPedeHists.C.
References readMilleBinary::i, and readBasic().
Referenced by readNextGraph(), and readNextHist().
|
private |
Definition at line 467 of file readPedeHists.C.
References proceedTo(), readNextGraph(), readNextHist(), and readMilleBinary::type.
Referenced by read().
|
private |
Definition at line 367 of file readPedeHists.C.
References readMilleBinary::i, proceedTo(), readBasic(), readBasicVector(), readNumVersTypeTitle(), and readMilleBinary::type.
Referenced by readNext().
|
private |
Definition at line 248 of file readPedeHists.C.
References proceedTo(), readBasic(), readBasicVector(), readNumVersTypeTitle(), mptest1::sigma, and readMilleBinary::type.
Referenced by readNext().
|
private |
Definition at line 218 of file readPedeHists.C.
References readBasic(), and readMilleBinary::type.
Referenced by readNextGraph(), and readNextHist().
void ReadPedeHists::Write | ( | const char * | rootFileName | ) |
Definition at line 568 of file readPedeHists.C.
References theGraphOpts, and theHists.
Referenced by readPedeHists().
|
private |
Definition at line 135 of file readPedeHists.C.
|
private |
Definition at line 134 of file readPedeHists.C.
|
private |
Definition at line 133 of file readPedeHists.C.
|
private |
Definition at line 132 of file readPedeHists.C.
Referenced by ReadPedeHists().