![]() |
![]() |
Helper class that can contain an list of identifier-value pairs. More...
#include <Variable.h>
Public Types | |
typedef std::vector< Value > | _Data |
typedef _Data::allocator_type | allocator_type |
typedef _Data::const_iterator | const_iterator |
typedef _Data::const_pointer | const_pointer |
typedef _Data::const_reference | const_reference |
typedef _Data::difference_type | difference_type |
typedef _Data::iterator | iterator |
typedef _Data::pointer | pointer |
typedef _Data::reference | reference |
typedef _Data::size_type | size_type |
typedef _Data::value_type | value_type |
Public Member Functions | |
void | add (AtomicId id, double value) |
void | add (const Value &value) |
const_reference | back () const |
reference | back () |
const_iterator | begin () const |
iterator | begin () |
void | clear () |
const_pointer | data () const |
pointer | data () |
bool | empty () const |
const_iterator | end () const |
iterator | end () |
const_reference | front () const |
reference | front () |
ValueList & | operator= (const ValueList &orig) |
size_type | size () const |
ValueList () | |
ValueList (const ValueList &orig) | |
ValueList (const _Data &orig) | |
const _Data & | values () const |
_Data & | values () |
~ValueList () | |
Private Attributes | |
std::vector< Value > | data_ |
Helper class that can contain an list of identifier-value pairs.
Variable::ValueList contains a vector of Variable::Value with additional convenience methods.
Definition at line 81 of file Variable.h.
typedef std::vector<Value> PhysicsTools::Variable::ValueList::_Data |
Definition at line 83 of file Variable.h.
typedef _Data::allocator_type PhysicsTools::Variable::ValueList::allocator_type |
Definition at line 93 of file Variable.h.
typedef _Data::const_iterator PhysicsTools::Variable::ValueList::const_iterator |
Definition at line 90 of file Variable.h.
typedef _Data::const_pointer PhysicsTools::Variable::ValueList::const_pointer |
Definition at line 86 of file Variable.h.
typedef _Data::const_reference PhysicsTools::Variable::ValueList::const_reference |
Definition at line 88 of file Variable.h.
typedef _Data::difference_type PhysicsTools::Variable::ValueList::difference_type |
Definition at line 92 of file Variable.h.
typedef _Data::iterator PhysicsTools::Variable::ValueList::iterator |
Definition at line 89 of file Variable.h.
typedef _Data::pointer PhysicsTools::Variable::ValueList::pointer |
Definition at line 85 of file Variable.h.
typedef _Data::reference PhysicsTools::Variable::ValueList::reference |
Definition at line 87 of file Variable.h.
typedef _Data::size_type PhysicsTools::Variable::ValueList::size_type |
Definition at line 91 of file Variable.h.
typedef _Data::value_type PhysicsTools::Variable::ValueList::value_type |
Definition at line 84 of file Variable.h.
|
inline |
Definition at line 95 of file Variable.h.
|
inline |
Definition at line 96 of file Variable.h.
|
inline |
Definition at line 97 of file Variable.h.
|
inline |
Definition at line 98 of file Variable.h.
|
inline |
Definition at line 106 of file Variable.h.
References PhysicsTools::Variable::Value::Value().
Referenced by TtSemiLepJetCombMVATrainer::analyze(), evaluateTtSemiLepJetComb(), PhysicsTools::TreeReader::Value::fill(), counter.Counter::register(), and PhysicsTools::MVAModuleHelper< Record, Object, Filler >::train().
|
inline |
Definition at line 109 of file Variable.h.
Referenced by counter.Counter::register().
|
inline |
Definition at line 127 of file Variable.h.
|
inline |
Definition at line 128 of file Variable.h.
|
inline |
Definition at line 115 of file Variable.h.
|
inline |
Definition at line 116 of file Variable.h.
|
inline |
|
inline |
Definition at line 130 of file Variable.h.
|
inline |
Definition at line 131 of file Variable.h.
|
inline |
Definition at line 113 of file Variable.h.
|
inline |
Definition at line 118 of file Variable.h.
|
inline |
Definition at line 119 of file Variable.h.
|
inline |
Definition at line 124 of file Variable.h.
|
inline |
Definition at line 125 of file Variable.h.
|
inline |
Definition at line 112 of file Variable.h.
Referenced by ntupleDataFormat._Collection::__iter__(), and ntupleDataFormat._Collection::__len__().
|
inline |
Definition at line 121 of file Variable.h.
|
inline |
Definition at line 122 of file Variable.h.
|
private |
Definition at line 134 of file Variable.h.
Referenced by operator=().