#include <MVAComputer.h>
Definition at line 155 of file MVAComputer.h.
◆ DerivContext()
PhysicsTools::MVAComputer::DerivContext::DerivContext |
( |
| ) |
|
|
inline |
◆ conf()
int* PhysicsTools::MVAComputer::DerivContext::conf |
( |
| ) |
const |
|
inline |
◆ eval()
void PhysicsTools::MVAComputer::DerivContext::eval |
( |
const VarProcessor * |
proc, |
|
|
int * |
outConf, |
|
|
double * |
output, |
|
|
int * |
loop, |
|
|
VarProcessor::LoopCtx & |
ctx, |
|
|
unsigned int |
offset, |
|
|
unsigned int |
out |
|
) |
| const |
◆ n()
unsigned int PhysicsTools::MVAComputer::DerivContext::n |
( |
| ) |
const |
|
inline |
◆ output()
double PhysicsTools::MVAComputer::DerivContext::output |
( |
unsigned int |
output, |
|
|
std::vector< double > & |
derivs |
|
) |
| const |
◆ values()
double* PhysicsTools::MVAComputer::DerivContext::values |
( |
| ) |
const |
|
inline |
◆ conf_
std::vector<int> PhysicsTools::MVAComputer::DerivContext::conf_ |
|
mutable |
◆ deriv_
std::vector<double> PhysicsTools::MVAComputer::DerivContext::deriv_ |
|
mutable |
◆ n_
unsigned int PhysicsTools::MVAComputer::DerivContext::n_ |
◆ values_
std::vector<double> PhysicsTools::MVAComputer::DerivContext::values_ |
|
mutable |