#include <MVAComputer.h>
Public Types | |
typedef unsigned int | CacheId |
typedef std::pair< std::string, MVAComputer > | Entry |
Public Member Functions | |
MVAComputer & | add (const std::string &label) |
bool | changed (CacheId old) const |
virtual bool | contains (const std::string &label) const |
virtual const MVAComputer & | find (const std::string &label) const |
CacheId | getCacheId () const |
MVAComputerContainer () | |
virtual | ~MVAComputerContainer () |
Private Attributes | |
COND_SERIALIZABLE | |
CacheId cacheId | COND_TRANSIENT |
std::vector< Entry > | entries |
Definition at line 230 of file MVAComputer.h.
typedef unsigned int PhysicsTools::Calibration::MVAComputerContainer::CacheId |
Definition at line 242 of file MVAComputer.h.
typedef std::pair<std::string, MVAComputer> PhysicsTools::Calibration::MVAComputerContainer::Entry |
Definition at line 232 of file MVAComputer.h.
PhysicsTools::Calibration::MVAComputerContainer::MVAComputerContainer | ( | ) |
Definition at line 165 of file MVAComputer.cc.
|
inlinevirtual |
Definition at line 235 of file MVAComputer.h.
MVAComputer & PhysicsTools::Calibration::MVAComputerContainer::add | ( | const std::string & | label | ) |
Definition at line 170 of file MVAComputer.cc.
References entries, and PhysicsTools::Calibration::getNextMVAComputerContainerCacheId().
|
inline |
Definition at line 244 of file MVAComputer.h.
Referenced by GenericMVAComputerCache::update(), and PhysicsTools::MVAComputerCache::update().
|
virtual |
Reimplemented in PhysicsTools::MVATrainerContainer.
Definition at line 206 of file MVAComputer.cc.
References entries.
Referenced by LumiList.LumiList::__contains__(), PhysicsTools::MVATrainerContainer::contains(), and GenericMVAComputerCache::update().
|
virtual |
Reimplemented in PhysicsTools::MVATrainerContainer.
Definition at line 192 of file MVAComputer.cc.
References entries.
Referenced by BeautifulSoup.Tag::__getattr__(), PhysicsTools::MVATrainerContainerSave::analyze(), PhysicsTools::MVATrainerContainer::find(), BeautifulSoup.Tag::firstText(), PhysicsTools::MVAModuleHelper< Record, Object, Filler >::init(), GenericMVAComputerCache::update(), and PhysicsTools::MVAComputerCache::update().
|
inline |
Definition at line 243 of file MVAComputer.h.
Referenced by GenericMVAComputerCache::update(), and PhysicsTools::MVAComputerCache::update().
|
private |
Definition at line 251 of file MVAComputer.h.
|
private |
Definition at line 249 of file MVAComputer.h.
|
private |
Definition at line 247 of file MVAComputer.h.
Referenced by python.rootplot.utilities.Hist::__init_TGraph(), add(), contains(), find(), and python.rootplot.utilities.Hist::TH1F().