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