CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
PhysicsTools::MVAComputer::InputVar Class Reference

input variable configuration object More...

#include <MVAComputer.h>

Public Member Functions

bool operator< (AtomicId id) const
 
bool operator< (const InputVar &other) const
 

Public Attributes

unsigned int index
 variable index in fixed-position evaluation array More...
 
unsigned int multiplicity
 number of times each appearance of that variable can appear while computing the discriminator More...
 
Variable var
 generic variable information (name, ...) More...
 

Detailed Description

input variable configuration object

Definition at line 92 of file MVAComputer.h.

Member Function Documentation

bool PhysicsTools::MVAComputer::InputVar::operator< ( AtomicId  id) const
inline

Definition at line 102 of file MVAComputer.h.

References PhysicsTools::Variable::getName(), and triggerObjects_cff::id.

102 { return var.getName() < id; }
const AtomicId getName() const
Definition: Variable.h:136
Variable var
generic variable information (name, ...)
Definition: MVAComputer.h:94
bool PhysicsTools::MVAComputer::InputVar::operator< ( const InputVar other) const
inline

Definition at line 104 of file MVAComputer.h.

References PhysicsTools::Variable::getName(), and var.

104 { return var.getName() < other.var.getName(); }
const AtomicId getName() const
Definition: Variable.h:136
Variable var
generic variable information (name, ...)
Definition: MVAComputer.h:94

Member Data Documentation

unsigned int PhysicsTools::MVAComputer::InputVar::index

variable index in fixed-position evaluation array

Definition at line 97 of file MVAComputer.h.

Referenced by BeautifulSoup.PageElement::insert(), and PhysicsTools::MVAComputer::setup().

unsigned int PhysicsTools::MVAComputer::InputVar::multiplicity

number of times each appearance of that variable can appear while computing the discriminator

Definition at line 100 of file MVAComputer.h.

Referenced by PhysicsTools::MVAComputer::setup().

Variable PhysicsTools::MVAComputer::InputVar::var

generic variable information (name, ...)

Definition at line 94 of file MVAComputer.h.

Referenced by tree.Tree::copyStructure(), operator<(), and PhysicsTools::MVAComputer::setup().