#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 Member Functions | |
template<class Archive > | |
void | serialize (Archive &ar, const unsigned int version) |
Private Attributes | |
CacheId | cacheId |
std::vector< Entry > | entries |
Friends | |
class | boost::serialization::access |
template<typename CondSerializationT , typename Enabled > | |
struct | cond::serialization::access |
Definition at line 251 of file MVAComputer.h.
typedef unsigned int PhysicsTools::Calibration::MVAComputerContainer::CacheId |
Definition at line 263 of file MVAComputer.h.
typedef std::pair<std::string, MVAComputer> PhysicsTools::Calibration::MVAComputerContainer::Entry |
Definition at line 253 of file MVAComputer.h.
PhysicsTools::Calibration::MVAComputerContainer::MVAComputerContainer | ( | ) |
Definition at line 159 of file MVAComputer.cc.
|
inlinevirtual |
Definition at line 256 of file MVAComputer.h.
MVAComputer & PhysicsTools::Calibration::MVAComputerContainer::add | ( | const std::string & | label | ) |
Definition at line 161 of file MVAComputer.cc.
References cacheId, entries, and PhysicsTools::Calibration::getNextMVAComputerContainerCacheId().
Referenced by counter.Counter::register(), SequenceTypes.Task::remove(), and SequenceTypes.Task::replace().
|
inline |
Definition at line 265 of file MVAComputer.h.
References cacheId.
Referenced by GenericMVAComputerCache::update(), and PhysicsTools::MVAComputerCache::update().
|
virtual |
Definition at line 181 of file MVAComputer.cc.
References entries, mps_splice::entry, and label.
Referenced by LumiList.LumiList::__contains__(), and GenericMVAComputerCache::update().
|
virtual |
Definition at line 168 of file MVAComputer.cc.
References entries, mps_splice::entry, and label.
Referenced by BeautifulSoup.Tag::__getattr__(), BeautifulSoup.Tag::firstText(), GenericMVAComputerCache::update(), and PhysicsTools::MVAComputerCache::update().
|
inline |
Definition at line 264 of file MVAComputer.h.
References cacheId.
Referenced by GenericMVAComputerCache::update(), and PhysicsTools::MVAComputerCache::update().
|
private |
|
friend |
Definition at line 272 of file MVAComputer.h.
|
friend |
Definition at line 272 of file MVAComputer.h.
|
private |
Definition at line 270 of file MVAComputer.h.
Referenced by add(), changed(), and getCacheId().
|
private |
Definition at line 268 of file MVAComputer.h.
Referenced by python.rootplot.utilities.Hist::__init_TGraph(), add(), contains(), find(), and python.rootplot.utilities.Hist::TH1F().