#include <MVATrainerLooper.h>
Public Types | |
typedef std::vector< Trainer * > ::const_iterator | const_iterator |
Public Member Functions | |
void | add (Trainer *trainer) |
const_iterator | begin () const |
void | clear () |
bool | empty () const |
const_iterator | end () const |
~TrainerContainer () | |
Private Attributes | |
std::vector< Trainer * > | content |
Definition at line 54 of file MVATrainerLooper.h.
typedef std::vector<Trainer*>::const_iterator PhysicsTools::MVATrainerLooper::TrainerContainer::const_iterator |
Definition at line 59 of file MVATrainerLooper.h.
PhysicsTools::MVATrainerLooper::TrainerContainer::~TrainerContainer | ( | ) |
Definition at line 60 of file MVATrainerLooper.cc.
References hitfit::clear().
|
inline |
Definition at line 65 of file MVATrainerLooper.h.
References content.
Referenced by PhysicsTools::MVATrainerLooper::addTrainer().
|
inline |
Definition at line 61 of file MVATrainerLooper.h.
References content.
Referenced by PhysicsTools::MVATrainerLooper::duringLoop(), PhysicsTools::MVATrainerLooper::endOfLoop(), and PhysicsTools::MVATrainerLooper::startingNewLoop().
void PhysicsTools::MVATrainerLooper::TrainerContainer::clear | ( | void | ) |
Definition at line 65 of file MVATrainerLooper.cc.
References begin, ws_sso_content_reader::content, and end.
Referenced by PhysicsTools::MVATrainerLooper::duringLoop().
|
inline |
Definition at line 63 of file MVATrainerLooper.h.
References content.
Referenced by PhysicsTools::MVATrainerLooper::duringLoop(), and PhysicsTools::MVATrainerLooper::endOfLoop().
|
inline |
Definition at line 62 of file MVATrainerLooper.h.
References content.
Referenced by PhysicsTools::MVATrainerLooper::duringLoop(), PhysicsTools::MVATrainerLooper::endOfLoop(), PhysicsTools::MVATrainerContainerLooperImpl< Record_t >::produce(), and PhysicsTools::MVATrainerLooper::startingNewLoop().
|
private |
Definition at line 69 of file MVATrainerLooper.h.
Referenced by python.rootplot.utilities.Hist2D::_flat_content(), add(), begin(), python.rootplot.root2matplotlib.Hist2D::box(), python.rootplot.root2matplotlib.Hist2D::col(), python.rootplot.root2matplotlib.Hist2D::contour(), empty(), end(), python.rootplot.utilities.Hist2D::TH2F(), and python.rootplot.root2matplotlib.Hist2D::TH2F().