CMS 3D CMS Logo

Public Member Functions | Public Attributes

PhysicsTools::MVAComputer::InputVar Class Reference

input variable configuration object More...

List of all members.

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
unsigned int multiplicity
 number of times each appearance of that variable can appear while computing the discriminator
Variable var
 generic variable information (name, ...)

Detailed Description

input variable configuration object

Definition at line 100 of file MVAComputer.h.


Member Function Documentation

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

Definition at line 110 of file MVAComputer.h.

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

                { return var.getName() < id; }
bool PhysicsTools::MVAComputer::InputVar::operator< ( const InputVar other) const [inline]

Definition at line 113 of file MVAComputer.h.

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

                { return var.getName() < other.var.getName(); }

Member Data Documentation

variable index in fixed-position evaluation array

Definition at line 105 of file MVAComputer.h.

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

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

Definition at line 108 of file MVAComputer.h.

generic variable information (name, ...)

Definition at line 102 of file MVAComputer.h.

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