|
| fastNLOCoeffData (int NObsBin) |
|
| fastNLOCoeffData (const fastNLOCoeffBase &) |
|
virtual fastNLOCoeffData * | Clone () const |
| returns 'new' copy of this instance. More...
|
|
virtual void | Read (std::istream &table) |
| ________________________________________________________________________________________________________________ //
|
|
virtual void | Write (std::ostream &table, int ITabVersionWrite) |
|
virtual void | Print (int iprint) const |
|
virtual void | EraseBin (unsigned int iObsIdx) |
|
virtual void | MultiplyBin (unsigned int iObsIdx, double fact) |
|
virtual void | CatBin (const fastNLOCoeffData &other, unsigned int iObsIdx) |
|
bool | IsCatenable (const fastNLOCoeffData &other) const |
|
int | GetNuncorrel () const |
|
void | SetNuncorrel (int n) |
|
int | GetNcorrel () const |
|
void | SetNcorrel (int n) |
|
int | GetNErrMatrix () const |
|
void | SetNErrMatrix (int n) |
|
| fastNLOCoeffBase (int NObsBin) |
|
virtual | ~fastNLOCoeffBase () |
| Use this constructor.
|
|
virtual void | CatBin (const fastNLOCoeffBase &other, unsigned int iObsIdx) |
|
bool | IsCatenable (const fastNLOCoeffBase &other) const |
|
void | SetCoeffAddDefaults () |
|
int | GetIDataFlag () const |
|
void | SetIDataFlag (int n) |
|
int | GetIAddMultFlag () const |
|
void | SetIAddMultFlag (int n) |
|
int | GetIContrFlag1 () const |
|
void | SetIContrFlag1 (int n) |
|
int | GetIContrFlag2 () const |
|
void | SetIContrFlag2 (int n) |
|
int | GetNScaleDep () const |
|
void | SetNScaleDep (int n) |
|
int | GetIXsectUnits () const |
|
void | SetIXsectUnits (int n) |
|
int | GetNObsBin () const |
|
void | SetNObsBin (unsigned int nObs) |
|
bool | GetIsFlexibleScale () const |
|
std::vector< std::string > | GetContributionDescription () const |
|
void | SetContributionDescription (std::vector< std::string > descr) |
|
std::vector< std::string > | GetCodeDescription () const |
| Set contribution description.
|
|
bool | IsLO () const |
|
bool | IsNLO () const |
|
bool | IsNNLO () const |
|
bool | IsCompatible (const fastNLOCoeffBase &other) const |
|
| PrimalScream (std::string classname) |
|
void | SetClassName (const std::string classname) |
|
void | SetVerbosity (say::Verbosity volume) |
|