|
Jpp 19.3.0-rc.2
the software that should make you happy
|
#include <MultiHead.hh>
Public Member Functions | |
| MultiHead () | |
| Default constructor. | |
| virtual | ~MultiHead () |
| Virtual destructor. | |
| const_iterator | find (const uuid_t &uuid, const bool useCache=false) const |
| Find header with given UUID. | |
| const_iterator | find (const Evt &event, const bool useCache=false) const |
| Find the header corresponding to the given event. | |
| bool | insert (const Head &header) |
| Insert the given header. | |
| size_t | join (const MultiHead &multiHead) |
Join given MultiHead object with this MultiHead object. | |
| ClassDef (MultiHead, 1) | |
Static Public Member Functions | |
| static void | actionAtFileOpen (int version) |
| Action method at file open. | |
Static Public Attributes | |
| static int | ROOT_IO_VERSION = -1 |
| Streamer version as obtained from ROOT file. | |
Definition at line 17 of file MultiHead.hh.
|
inline |
Default constructor.
Definition at line 24 of file MultiHead.hh.
|
inlinevirtual |
|
inline |
Find header with given UUID.
Note: The parameter useCache can be toggled on for faster lookup.
This should not be used if your MultiHead object is modified between look-ups.
| uuid | header UUID |
| useCache | use caching for faster look-up |
Definition at line 47 of file MultiHead.hh.
|
inline |
Find the header corresponding to the given event.
Note: The parameter useCache can be toggled on for faster lookup.
This should not be used if your MultiHead object is modified between look-ups.
| event | event |
| useCache | use caching for faster look-up |
Definition at line 98 of file MultiHead.hh.
|
inline |
Insert the given header.
| header | header |
Definition at line 111 of file MultiHead.hh.
|
inline |
Join given MultiHead object with this MultiHead object.
| multiHead | MultiHead object |
Definition at line 138 of file MultiHead.hh.
|
inlinestatic |
Action method at file open.
| version | version |
Definition at line 157 of file MultiHead.hh.
| MultiHead::ClassDef | ( | MultiHead | , |
| 1 | ) |
|
static |
Streamer version as obtained from ROOT file.
Definition at line 163 of file MultiHead.hh.