|
| fastNLOCoeffMult (int NObsBin) |
|
| fastNLOCoeffMult (const fastNLOCoeffBase &) |
|
virtual fastNLOCoeffMult * | 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 |
|
double | GetMultFactor (int iObs) const |
|
std::vector< double > | GetMultFactor () const |
|
std::vector< std::string > | GetUncDescription () const |
|
std::vector< std::string > | GetCorDescription () const |
|
fastNLO::v2d | GetUncorLo () const |
|
fastNLO::v2d | GetUncorHi () const |
|
fastNLO::v2d | GetCorrLo () const |
|
fastNLO::v2d | GetCorrHi () const |
|
virtual void | EraseBin (unsigned int iObsIdx) |
|
virtual void | MultiplyBin (unsigned int iObsIdx, double fact) |
|
bool | IsCatenable (const fastNLOCoeffMult &other) const |
|
virtual void | CatBin (const fastNLOCoeffMult &other, unsigned int iObsIdx) |
|
int | GetNuncorrel () const |
|
void | SetNuncorrel (int n) |
|
int | GetNcorrel () const |
|
void | SetNcorrel (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) |
|