#include <MVAComputer.h>
Public Types | |
typedef unsigned int | CacheId |
Public Member Functions | |
void | addProcessor (const VarProcessor *proc) |
bool | changed (CacheId old) const |
CacheId | getCacheId () const |
virtual std::vector < VarProcessor * > | getProcessors () const |
MVAComputer () | |
MVAComputer (const MVAComputer &orig) | |
MVAComputer & | operator= (const MVAComputer &orig) |
virtual | ~MVAComputer () |
Public Attributes | |
std::vector< Variable > | inputSet |
unsigned int | output |
Private Member Functions | |
template<class Archive > | |
void | serialize (Archive &ar, const unsigned int version) |
Private Attributes | |
CacheId | cacheId |
std::vector< VarProcessor * > | processors |
Friends | |
class | boost::serialization::access |
template<typename CondSerializationT , typename Enabled > | |
struct | cond::serialization::access |
Definition at line 201 of file MVAComputer.h.
typedef unsigned int PhysicsTools::Calibration::MVAComputer::CacheId |
Definition at line 213 of file MVAComputer.h.
PhysicsTools::Calibration::MVAComputer::MVAComputer | ( | ) |
Definition at line 70 of file MVAComputer.cc.
PhysicsTools::Calibration::MVAComputer::MVAComputer | ( | const MVAComputer & | orig | ) |
Definition at line 75 of file MVAComputer.cc.
References addProcessor(), getDQMSummary::iter, and processors.
|
virtual |
Definition at line 86 of file MVAComputer.cc.
References getDQMSummary::iter, and processors.
void PhysicsTools::Calibration::MVAComputer::addProcessor | ( | const VarProcessor * | proc | ) |
Definition at line 118 of file MVAComputer.cc.
References cacheId, filterCSVwithJSON::copy, edm::hlt::Exception, PhysicsTools::Calibration::getNextMVAComputerCacheId(), getDQMSummary::iter, getGTfromDQMFile::obj, and processors.
Referenced by PhysicsTools::MVATrainer::connectProcessors(), MVAComputer(), and operator=().
|
inline |
Definition at line 215 of file MVAComputer.h.
References cacheId.
Referenced by GenericMVAComputerCache::update(), and PhysicsTools::MVAComputerCache::update().
|
inline |
Definition at line 214 of file MVAComputer.h.
References cacheId.
Referenced by GenericMVAComputerCache::update(), and PhysicsTools::MVAComputerCache::update().
|
virtual |
Definition at line 113 of file MVAComputer.cc.
References processors.
Referenced by PhysicsTools::MVAComputer::setup().
MVAComputer & PhysicsTools::Calibration::MVAComputer::operator= | ( | const MVAComputer & | orig | ) |
Definition at line 94 of file MVAComputer.cc.
References addProcessor(), cacheId, inputSet, getDQMSummary::iter, output, and processors.
|
private |
|
friend |
Definition at line 225 of file MVAComputer.h.
|
friend |
Definition at line 225 of file MVAComputer.h.
|
private |
Definition at line 223 of file MVAComputer.h.
Referenced by addProcessor(), changed(), getCacheId(), and operator=().
std::vector<Variable> PhysicsTools::Calibration::MVAComputer::inputSet |
Definition at line 217 of file MVAComputer.h.
Referenced by PhysicsTools::MVATrainer::connectProcessors(), operator=(), and PhysicsTools::MVAComputer::setup().
unsigned int PhysicsTools::Calibration::MVAComputer::output |
Definition at line 218 of file MVAComputer.h.
Referenced by PhysicsTools::MVATrainer::connectProcessors(), operator=(), and PhysicsTools::MVAComputer::setup().
|
private |
Definition at line 221 of file MVAComputer.h.
Referenced by addProcessor(), getProcessors(), MVAComputer(), operator=(), and ~MVAComputer().