#include <MillePedeFileReader.h>
Definition at line 17 of file MillePedeFileReader.h.
mpPCLresults::mpPCLresults |
( |
bool |
isDBUpdated, |
|
|
bool |
isDBUpdateVetoed, |
|
|
int |
nRecords, |
|
|
int |
exitCode, |
|
|
std::string |
exitMessage, |
|
|
std::bitset< 4 > |
updateBits |
|
) |
| |
|
inline |
const bool mpPCLresults::belowSignificance |
( |
| ) |
|
|
inline |
const bool mpPCLresults::exceedsCutoffs |
( |
| ) |
|
|
inline |
const bool mpPCLresults::exceedsMaxError |
( |
| ) |
|
|
inline |
const bool mpPCLresults::exceedsThresholds |
( |
| ) |
|
|
inline |
const bool mpPCLresults::getDBUpdated |
( |
| ) |
|
|
inline |
const bool mpPCLresults::getDBVetoed |
( |
| ) |
|
|
inline |
const int mpPCLresults::getExitCode |
( |
| ) |
|
|
inline |
const std::string mpPCLresults::getExitMessage |
( |
| ) |
|
|
inline |
const int mpPCLresults::getNRecords |
( |
| ) |
|
|
inline |
void mpPCLresults::print |
( |
void |
| ) |
|
|
inline |
int mpPCLresults::m_exitCode |
|
private |
std::string mpPCLresults::m_exitMessage |
|
private |
bool mpPCLresults::m_isDBUpdated |
|
private |
bool mpPCLresults::m_isDBUpdateVetoed |
|
private |
int mpPCLresults::m_nRecords |
|
private |
std::bitset<4> mpPCLresults::m_updateBits |
|
private |