![]() |
![]() |
#include <VarProcessor.h>
Public Member Functions | |
double * | begin () const |
begin of value array for current input variable More... | |
bool | empty () const |
checks for existence of values for current input variable More... | |
double * | end () const |
end of value array for current input variable More... | |
LoopCtx & | loopCtx () |
operator bool () const | |
test for end of input variable iterator More... | |
void | operator() () |
finish current output variable, move to next slot More... | |
void | operator() (double value) |
add value as output variable and move to next slot More... | |
double | operator* () |
the (first or only) value for the current input variable More... | |
ValueIterator & | operator++ () |
move to next input variable More... | |
ValueIterator | operator++ (int dummy) |
move to next input variable More... | |
ValueIterator & | operator<< (double value) |
add computed value to current output variable More... | |
double | operator[] (unsigned int idx) |
value idx of current input variable More... | |
unsigned int | size () const |
number of values for current input variable More... | |
Protected Member Functions | |
ValueIterator (BitSet::Iterator cur, double *values, int *conf, double *output, int *outConf, int *loop, LoopCtx &ctx, unsigned int offset) | |
Private Attributes | |
const int * | conf |
LoopCtx & | ctx |
BitSet::Iterator | cur |
const int * | loop |
const unsigned int | offset |
int * | outConf |
double * | output |
double *const | start |
double * | values |
Friends | |
class | VarProcessor |
Definition at line 200 of file VarProcessor.h.
|
inlineprotected |
Definition at line 269 of file VarProcessor.h.
References PFRecoTauDiscriminationByIsolation_cfi::offset.
|
inline |
begin of value array for current input variable
Definition at line 207 of file VarProcessor.h.
References MuonErrorMatrixValues_cff::values.
Referenced by PhysicsTools::Interceptor::eval().
|
inline |
checks for existence of values for current input variable
Definition at line 213 of file VarProcessor.h.
|
inline |
end of value array for current input variable
Definition at line 210 of file VarProcessor.h.
References findQualityFiles::size, and MuonErrorMatrixValues_cff::values.
Referenced by PhysicsTools::Interceptor::eval().
|
inline |
Definition at line 244 of file VarProcessor.h.
|
inline |
|
inline |
finish current output variable, move to next slot
Definition at line 228 of file VarProcessor.h.
References command_line::start.
|
inline |
add value as output variable and move to next slot
Definition at line 238 of file VarProcessor.h.
References relativeConstraints::value.
|
inline |
the (first or only) value for the current input variable
Definition at line 216 of file VarProcessor.h.
References MuonErrorMatrixValues_cff::values.
|
inline |
move to next input variable
Definition at line 247 of file VarProcessor.h.
References PFRecoTauDiscriminationByIsolation_cfi::offset, and MuonErrorMatrixValues_cff::values.
|
inline |
move to next input variable
Definition at line 263 of file VarProcessor.h.
|
inline |
add computed value to current output variable
Definition at line 224 of file VarProcessor.h.
References relativeConstraints::value.
|
inline |
value idx of current input variable
Definition at line 220 of file VarProcessor.h.
References training_settings::idx, and MuonErrorMatrixValues_cff::values.
|
inline |
number of values for current input variable
Definition at line 203 of file VarProcessor.h.
Referenced by ntupleDataFormat._Collection::__iter__(), ntupleDataFormat._Collection::__len__(), and PhysicsTools::Interceptor::eval().
|
friend |
Definition at line 267 of file VarProcessor.h.
|
private |
Definition at line 290 of file VarProcessor.h.
|
private |
Definition at line 286 of file VarProcessor.h.
|
private |
Definition at line 285 of file VarProcessor.h.
|
private |
Definition at line 291 of file VarProcessor.h.
|
private |
Definition at line 287 of file VarProcessor.h.
|
private |
Definition at line 293 of file VarProcessor.h.
|
private |
Definition at line 292 of file VarProcessor.h.
|
private |
Definition at line 288 of file VarProcessor.h.
Referenced by progressbar.ProgressBar::__next__(), Types.LuminosityBlockRange::cppID(), Types.EventRange::cppID(), cmsPerfSuite.PerfSuiteTimer::set_end(), and cmsPerfSuite.PerfSuiteTimer::set_start().
|
private |
Definition at line 289 of file VarProcessor.h.
Referenced by genericValidation.ValidationWithPlotsSummaryBase.SummaryItem::value().