|
|
| HLTObjectStore (char const *name="", UInt_t initialMax=512) |
| |
|
| HLTObjectStore (HLTObjectStore const &) |
| |
|
HLTObjectStore & | operator= (HLTObjectStore const &) |
| |
|
void | setFilterObjectKeys (std::vector< TString > const &filters) |
| | Reset the filterObjects map for each run. Not to be called by users.
|
| |
|
void | makeMap () |
| | Fill the filterObjects map for each event. Not to be called by users.
|
| |
| void | registerFilter (char const *filter) |
| | Use to declare a trigger filter name (key in the triggerObjects map) to be used in the analysis. More...
|
| |
|
void | setIgnoreMissing (Bool_t b) |
| | If set to true, return an empty vector when non-existent filter is asked for.
|
| |
|
HLTObjectVector const & | filterObjects (char const *filter) const |
| | filterObjects_.at() with warnings. To be called by users.
|
| |
Public Member Functions inherited from panda::Collection< E > |
|
| Collection (char const *name="", UInt_t initialMax=64) |
| |
|
| Collection (self_type const &src) |
| |
|
self_type & | operator= (self_type const &rhs) |
| |
|
reference | at (UInt_t idx) |
| | Element accessor with range check.
|
| |
|
const_reference | at (UInt_t idx) const |
| | Element accessor with range check.
|
| |
|
reference | operator[] (UInt_t idx) |
| | Element accessor with no range check.
|
| |
|
const_reference | operator[] (UInt_t idx) const |
| | Element accessor with no range check.
|
| |
|
iterator | begin () |
| | Return an iterator pointing to the first element.
|
| |
|
const_iterator | begin () const |
| | Return an iterator pointing to the first element.
|
| |
|
iterator | end () |
| | Return an iterator pointing to the end of the array (invalid address)
|
| |
|
const_iterator | end () const |
| | Return an iterator pointing to the end of the array (invalid address)
|
| |
|
reference | front () |
| | Reference to the first element.
|
| |
|
const_reference | front () const |
| | Reference to the first element.
|
| |
|
reference | back () |
| | Reference to the last element.
|
| |
|
const_reference | back () const |
| | Reference to the last element.
|
| |
| void | copy (self_type const &) |
| | Copy the array contents. More...
|
| |
| void | push_back (const_reference) |
| | Append an element to the back and resize by 1. More...
|
| |
| reference | create_back () |
| | Create an element at the end of the collection and return a reference. More...
|
| |
|
Element::datastore & | getData () override |
| |
|
Element::datastore const & | getData () const override |
| |
|
Element & | elemAt (UInt_t idx) override |
| |
|
Element const & | elemAt (UInt_t idx) const override |
| |
|
std::vector< UInt_t > | sort (ContainerBase::Comparison const &) override |
| |
|
void | print (std::ostream &=std::cout, UInt_t level=1) const override |
| |
|
void | dump (std::ostream &=std::cout) const override |
| |