List of all members.
Public Member Functions |
int * | conf () const |
| DerivContext () |
void | eval (const VarProcessor *proc, int *outConf, double *output, int *loop, unsigned int offset, unsigned int out) const |
unsigned int | n () const |
double | output (unsigned int output, std::vector< double > &derivs) const |
double * | values () const |
Public Attributes |
std::vector< int > | conf_ |
std::vector< double > | deriv_ |
unsigned int | n_ |
std::vector< double > | values_ |
Detailed Description
Definition at line 159 of file MVAComputer.h.
Constructor & Destructor Documentation
PhysicsTools::MVAComputer::DerivContext::DerivContext |
( |
| ) |
[inline] |
Member Function Documentation
int* PhysicsTools::MVAComputer::DerivContext::conf |
( |
| ) |
const [inline] |
void PhysicsTools::MVAComputer::DerivContext::eval |
( |
const VarProcessor * |
proc, |
|
|
int * |
outConf, |
|
|
double * |
output, |
|
|
int * |
loop, |
|
|
unsigned int |
offset, |
|
|
unsigned int |
out |
|
) |
| const |
unsigned int PhysicsTools::MVAComputer::DerivContext::n |
( |
void |
| ) |
const [inline] |
double PhysicsTools::MVAComputer::DerivContext::output |
( |
unsigned int |
output, |
|
|
std::vector< double > & |
derivs |
|
) |
| const |
double* PhysicsTools::MVAComputer::DerivContext::values |
( |
| ) |
const [inline] |
Member Data Documentation