MINT2
|
Enumerations | |
enum | OWNERSHIP { CALLER_PASSES_OWNERSHIP, CALLER_KEEPS_OWNERSHIP } |
Functions | |
template<typename T > | |
std::complex< T > | cexp (std::complex< T > arg) |
counted_ptr< FitComplex > | FitComplexMaker (const std::string &name, const char *fname=0, MinuitParameterSet *pset=0, MINT::IFitParRegister *daddy=0, FitParameter::FIX_OR_WHAT fow=FitParameter::FIX, NamedParameterBase::VERBOSITY vb=NamedParameterBase::VERBOSE) |
double | generalisedPareto_cumulative (double y, double xi, double sigma_bar) |
double | generalisedPareto_pdf (double y, double xi, double sigma_bar) |
double | generalisedPareto_logPdf (double y, double xi, double sigma_bar) |
double | generalisedPareto_xiFromMeanRMS (double mean, double rms) |
double | generalisedPareto_sigmaFromMeanRMS (double mean, double rms) |
double | generalisedPareto_yFromCL (double CL, double xi, double sigma_bar) |
double | generalisedPareto_limit (double xi, double sigma_bar) |
double | generalisedPareto_estimateMaximum (const std::vector< double > &input, double CL=0.001) |
double | generalisedPareto_estimateMaximum (std::vector< double > input, double CL, double &actualMax, double &paretoMax, int numEvents=-9999) |
template<typename EVT_TYPE > | |
double | getWeight (const EVT_TYPE &) |
template<> | |
double | getWeight (const MINT::IWeightedEvent &evt) |
NamedParameterStream & | operator>> (NamedParameterStream &eam, std::string &ing) |
template<typename Key , typename Val > | |
const Val & | keyFinder (const Key &k, const std::map< Key, Val > &m, const Val &dummy, bool &successFlag) |
template<typename Key , typename Val > | |
const Val & | keyFinder (const Key &k, const std::map< Key, Val > &m, const Val &dummy) |
template<typename T > | |
TMatrixTSym< T > | makeTMatrixTSym (const TMatrixT< T > &m) |
template<typename T > | |
void | stringToAnything (const std::string &str, T &anything) |
template<typename T > | |
std::string | anythingToString (const T &anything) |
template<typename T > | |
std::string | anyVectorToString (const std::vector< T > &anyV) |
std::string | stringtime (double dt) |
int | nearestInt (double f) |
bool | A_is_in_B (const std::string &a, const std::string &b) |
int | LeviCita (int a, int b) |
int | LeviCita (int a, int b, int c) |
int | LeviCita (int a, int b, int c, int d) |
int | LeviCita (int a, int b, int c, int d, int e) |
int | LeviCita (const std::vector< int > &v) |
enum MINT::OWNERSHIP |
Enumerator | |
---|---|
CALLER_PASSES_OWNERSHIP | |
CALLER_KEEPS_OWNERSHIP |
Definition at line 17 of file Utils.h.
bool MINT::A_is_in_B | ( | const std::string & | a, |
const std::string & | b | ||
) |
std::string MINT::anythingToString | ( | const T & | anything | ) |
std::string MINT::anyVectorToString | ( | const std::vector< T > & | anyV | ) |
std::complex<T> MINT::cexp | ( | std::complex< T > | arg | ) |
counted_ptr< FitComplex > MINT::FitComplexMaker | ( | const std::string & | name, |
const char * | fname = 0 , |
||
MinuitParameterSet * | pset = 0 , |
||
MINT::IFitParRegister * | daddy = 0 , |
||
FitParameter::FIX_OR_WHAT | fow = FitParameter::FIX , |
||
NamedParameterBase::VERBOSITY | vb = NamedParameterBase::VERBOSE |
||
) |
Definition at line 17 of file FitComplex.cpp.
double MINT::generalisedPareto_cumulative | ( | double | y, |
double | xi, | ||
double | sigma_bar | ||
) |
Definition at line 27 of file GeneralisedPareto.cpp.
double MINT::generalisedPareto_estimateMaximum | ( | const std::vector< double > & | input, |
double | CL = 0.001 |
||
) |
Definition at line 65 of file GeneralisedPareto.cpp.
double MINT::generalisedPareto_estimateMaximum | ( | std::vector< double > | input, |
double | CL, | ||
double & | actualMax, | ||
double & | paretoMax, | ||
int | numEvents = -9999 |
||
) |
Definition at line 98 of file GeneralisedPareto.cpp.
double MINT::generalisedPareto_limit | ( | double | xi, |
double | sigma_bar | ||
) |
Definition at line 56 of file GeneralisedPareto.cpp.
double MINT::generalisedPareto_logPdf | ( | double | y, |
double | xi, | ||
double | sigma_bar | ||
) |
Definition at line 36 of file GeneralisedPareto.cpp.
double MINT::generalisedPareto_pdf | ( | double | y, |
double | xi, | ||
double | sigma_bar | ||
) |
Definition at line 31 of file GeneralisedPareto.cpp.
double MINT::generalisedPareto_sigmaFromMeanRMS | ( | double | mean, |
double | rms | ||
) |
Definition at line 46 of file GeneralisedPareto.cpp.
double MINT::generalisedPareto_xiFromMeanRMS | ( | double | mean, |
double | rms | ||
) |
Definition at line 42 of file GeneralisedPareto.cpp.
double MINT::generalisedPareto_yFromCL | ( | double | CL, |
double | xi, | ||
double | sigma_bar | ||
) |
Definition at line 51 of file GeneralisedPareto.cpp.
double MINT::getWeight | ( | const EVT_TYPE & | ) |
Definition at line 32 of file IWeightedEvent.h.
|
inline |
Definition at line 36 of file IWeightedEvent.h.
const Val& MINT::keyFinder | ( | const Key & | k, |
const std::map< Key, Val > & | m, | ||
const Val & | dummy, | ||
bool & | successFlag | ||
) |
const Val& MINT::keyFinder | ( | const Key & | k, |
const std::map< Key, Val > & | m, | ||
const Val & | dummy | ||
) |
TMatrixTSym<T> MINT::makeTMatrixTSym | ( | const TMatrixT< T > & | m | ) |
int MINT::nearestInt | ( | double | f | ) |
NamedParameterStream& MINT::operator>> | ( | NamedParameterStream & | eam, |
std::string & | ing | ||
) |
Definition at line 8 of file NamedParameterStream.cpp.