Namespaces | |
Calibration | |
helper | |
Classes | |
class | AtomicId |
Cheap generic unique keyword identifier class. More... | |
class | BitSet |
A compact container for storing single bits. More... | |
class | Interceptor |
class | LeastSquares |
class | MLP |
class | MVAComputer |
Main interface class to the generic discriminator computer framework. More... | |
class | MVAComputerCache |
Creates and and MVAComputer from calibrations via EventSetup. More... | |
class | MVAComputerESSourceBase |
class | MVAComputerESSourceImpl |
class | MVAModuleHelper |
Template for automated variable collection and MVA computation in EDM modules. More... | |
class | MVAModuleHelperDefaultFiller |
Default template for MVAModuleHelper "Filler" template argument. More... | |
class | MVATrainer |
class | MVATrainerContainer |
class | MVATrainerContainerLooperImpl |
class | MVATrainerContainerSave |
class | MVATrainerContainerSaveImpl |
class | MVATrainerFileSave |
class | MVATrainerFileSaveImpl |
class | MVATrainerLooper |
class | MVATrainerLooperImpl |
class | MVATrainerSave |
class | MVATrainerSaveImpl |
class | ProcessRegistry |
Generic registry template for polymorphic processor implementations. More... | |
class | ProcessRegistryImpl |
template to generate a registry singleton for a type. More... | |
class | Source |
class | SourceVariable |
class | SourceVariableSet |
class | Spline |
A simple class for cubic splines. More... | |
class | TrainerMonitoring |
class | TrainMVAComputerCalibration |
for internal use by MVATrainer More... | |
class | TrainProcessor |
class | TreeReader |
class | TreeTrainer |
class | Variable |
Class describing an input variable. More... | |
class | VarProcessor |
Common base class for variable processors. More... | |
Functions | |
static std::string | escape (const std::string &in) |
static IdCache & | getAtomicIdCache () |
static bool | isMagic (AtomicId id) |
static void | loadMatrix (DOMElement *elem, unsigned int n, TMatrixDBase &matrix) |
static void | loadVector (DOMElement *elem, unsigned int n, TVectorD &vector) |
template<typename T > | |
static std::pair< void *, std::vector< T > > | makeMulti () |
std::ostream & | operator<< (std::ostream &os, const PhysicsTools::AtomicId &id) |
STL streaming operator. More... | |
static DOMElement * | saveMatrix (DOMDocument *doc, unsigned int n, const TMatrixDBase &matrix) |
static DOMElement * | saveVector (DOMDocument *doc, unsigned int n, const TVectorD &vector) |
static std::vector< std::string > | split (const std::string line, char delim) |
static std::string | stdStringPrintf (const char *format,...) |
static std::string | stdStringVPrintf (const char *format, std::va_list va) |
Variables | |
static const AtomicId | kOutputId ("__OUTPUT__") |
static Interceptor::Registry | registry ("Interceptor") |
|
static |
Definition at line 405 of file MVATrainer.cc.
References query::result, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by PhysicsTools::MVATrainer::MVATrainer().
|
static |
Definition at line 59 of file AtomicId.cc.
Referenced by PhysicsTools::AtomicId::lookup().
|
static |
Definition at line 398 of file MVATrainer.cc.
References kOutputId.
Referenced by PhysicsTools::MVATrainer::fillOutputVars().
|
static |
Definition at line 144 of file LeastSquares.cc.
References cuy::col, Exception, makeMuonMisalignmentScenario::matrix, and python.Node::node.
Referenced by PhysicsTools::LeastSquares::load(), and FWGeometry::loadMap().
|
static |
Definition at line 205 of file LeastSquares.cc.
References cuy::col, Exception, and python.Node::node.
Referenced by PhysicsTools::LeastSquares::load().
|
static |
Definition at line 196 of file TreeReader.cc.
|
inline |
STL streaming operator.
Definition at line 72 of file AtomicId.h.
|
static |
Definition at line 240 of file LeastSquares.cc.
References i, j, makeMuonMisalignmentScenario::matrix, gen::n, dbtoconf::root, and relativeConstraints::value.
Referenced by PhysicsTools::LeastSquares::save().
|
static |
Definition at line 263 of file LeastSquares.cc.
References i, gen::n, dbtoconf::root, and relativeConstraints::value.
Referenced by PhysicsTools::LeastSquares::save().
|
static |
Definition at line 18 of file MLP.cc.
References AlCaHLTBitMon_ParallelJobs::p, lumiQueryAPI::q, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by PhysicsTools::MLP::MLP(), and PhysicsTools::MVATrainer::setCrossValidation().
|
static |
Definition at line 183 of file MVATrainer.cc.
References query::result, stdStringVPrintf(), and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by PhysicsTools::MVATrainer::bookMonitor(), and PhysicsTools::MVATrainer::trainFileName().
|
static |
Definition at line 160 of file MVATrainer.cc.
References gen::n, query::result, findQualityFiles::size, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by stdStringPrintf().
|
static |
|
static |