Jpp
17.2.1-pre0
the software that should make you happy
|
#include <MultiHead.hh>
Public Member Functions | |
MultiHead () | |
Default constructor. More... | |
virtual | ~MultiHead () |
Virtual destructor. More... | |
const Head & | find (const uuid_t &uuid, const bool useCache=false) const |
Find header with given UUID. More... | |
const Head & | find (const Evt &event, const bool useCache=false) const |
Find the header corresponding to the given event. More... | |
ClassDef (MultiHead, 1) | |
Definition at line 18 of file MultiHead.hh.
|
inline |
Default constructor.
Definition at line 25 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 48 of file MultiHead.hh.
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 95 of file MultiHead.hh.
MultiHead::ClassDef | ( | MultiHead | , |
1 | |||
) |