#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 () |
virtual std::vector< const 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 221 of file MVAComputer.h.
typedef unsigned int PhysicsTools::Calibration::MVAComputer::CacheId |
Definition at line 234 of file MVAComputer.h.
PhysicsTools::Calibration::MVAComputer::MVAComputer | ( | ) |
Definition at line 110 of file MVAComputer.cc.
PhysicsTools::Calibration::MVAComputer::MVAComputer | ( | const MVAComputer & | orig | ) |
Definition at line 112 of file MVAComputer.cc.
References addProcessor(), and processors.
|
virtual |
Definition at line 119 of file MVAComputer.cc.
References processors.
void PhysicsTools::Calibration::MVAComputer::addProcessor | ( | const VarProcessor * | proc | ) |
Definition at line 149 of file MVAComputer.cc.
References cacheId, PhysicsTools::Calibration::getNextMVAComputerCacheId(), ValidateTausOnZEEFastSim_cff::proc, and processors.
Referenced by MVAComputer(), and operator=().
|
inline |
Definition at line 236 of file MVAComputer.h.
References cacheId.
Referenced by GenericMVAComputerCache::update().
|
inline |
Definition at line 235 of file MVAComputer.h.
References cacheId.
Referenced by GenericMVAComputerCache::update().
|
virtual |
Definition at line 141 of file MVAComputer.cc.
References processors.
|
virtual |
Definition at line 143 of file MVAComputer.cc.
References filterCSVwithJSON::copy, processors, and runTheMatrix::ret.
MVAComputer & PhysicsTools::Calibration::MVAComputer::operator= | ( | const MVAComputer & | orig | ) |
Definition at line 125 of file MVAComputer.cc.
References addProcessor(), cacheId, inputSet, output, and processors.
|
private |
|
friend |
Definition at line 246 of file MVAComputer.h.
|
friend |
Definition at line 246 of file MVAComputer.h.
|
private |
Definition at line 244 of file MVAComputer.h.
Referenced by addProcessor(), changed(), getCacheId(), and operator=().
std::vector<Variable> PhysicsTools::Calibration::MVAComputer::inputSet |
Definition at line 238 of file MVAComputer.h.
Referenced by operator=().
unsigned int PhysicsTools::Calibration::MVAComputer::output |
Definition at line 239 of file MVAComputer.h.
Referenced by personalPlayback.Playback::do_create_lumi(), personalPlayback.Playback::do_exec(), and operator=().
|
private |
Definition at line 242 of file MVAComputer.h.
Referenced by addProcessor(), getProcessors(), MVAComputer(), operator=(), and ~MVAComputer().