Information on a trigger path, including accept, prescale and version information. More...
#include "UserCode/ICHiggsTauTau/interface/TriggerPath.hh"
Public Member Functions | |
TriggerPath () | |
virtual | ~TriggerPath () |
virtual void | Print () const |
ClassDef (TriggerPath, 2) | |
Properties | |
std::string const & | name () const |
The trigger path name. More... | |
bool | accept () const |
True if the trigger fired, false otherwise. More... | |
unsigned | prescale () const |
The trigger prescale. More... | |
std::size_t | id () const |
Unique identifier, usually a hash of the trigger name. More... | |
unsigned | version () const |
The trigger version number. More... | |
Setters | |
void | set_name (std::string const &name) |
The trigger path name. More... | |
void | set_accept (bool const &accept) |
True if the trigger fired, false otherwise. More... | |
void | set_prescale (unsigned const &prescale) |
The trigger prescale. More... | |
void | set_id (std::size_t const &id) |
Unique identifier, usually a hash of the trigger name. More... | |
void | set_version (unsigned const &version) |
The trigger version number. More... | |
Information on a trigger path, including accept, prescale and version information.
Definition at line 13 of file TriggerPath.hh.
ic::TriggerPath::TriggerPath | ( | ) |
Definition at line 7 of file TriggerPath.cc.
|
virtual |
Definition at line 10 of file TriggerPath.cc.
|
virtual |
Definition at line 12 of file TriggerPath.cc.
|
inline |
The trigger path name.
Definition at line 22 of file TriggerPath.hh.
|
inline |
True if the trigger fired, false otherwise.
Definition at line 25 of file TriggerPath.hh.
|
inline |
The trigger prescale.
Definition at line 28 of file TriggerPath.hh.
|
inline |
Unique identifier, usually a hash of the trigger name.
Definition at line 31 of file TriggerPath.hh.
|
inline |
The trigger version number.
Definition at line 34 of file TriggerPath.hh.
|
inline |
The trigger path name.
Definition at line 40 of file TriggerPath.hh.
|
inline |
True if the trigger fired, false otherwise.
Definition at line 43 of file TriggerPath.hh.
|
inline |
The trigger prescale.
Definition at line 46 of file TriggerPath.hh.
|
inline |
Unique identifier, usually a hash of the trigger name.
Definition at line 49 of file TriggerPath.hh.
|
inline |
The trigger version number.
Definition at line 52 of file TriggerPath.hh.
ic::TriggerPath::ClassDef | ( | TriggerPath | , |
2 | |||
) |