#include <EventHypothesis.h>
Public Member Functions | |
__class__ () | |
virtual const char * | getCandidateRole (int i=0) const |
virtual bool | getIsVector (int i=0) const |
virtual int | getNCandidateRoles () const |
virtual int | getSize (int i=0) const |
virtual | ~__class__ () |
Public Member Functions inherited from pat::HardEventHypothesis | |
float | getQuality () const |
void | setQuality (float q) |
Public Attributes | |
PutMyEventHypothesisInterfaceHere | |
Static Public Attributes | |
static const char * | candidateRoles [N_ROLES] |
static const bool | isVector [N_ROLES] |
static const int | N_ROLES = 0 |
Protected Member Functions | |
virtual Candidate & | getCandidate (std::string name, int index=-1) |
Protected Attributes | |
PutMyEventHypothesisDataMembersHere | |
Protected Attributes inherited from pat::HardEventHypothesis | |
float | quality_ |
Definition at line 32 of file EventHypothesis.h.
|
inline |
Definition at line 45 of file EventHypothesis.h.
Referenced by python.seqvaluedict.seqdict::__add__(), BeautifulSoup.Tag::__getattr__(), python.seqvaluedict.seqdict::__getitem__(), python.seqvaluedict.seqdict::__getslice__(), python.seqvaluedict.seqdict::__radd__(), BeautifulSoup.UnicodeDammit::_ebcdic_to_ascii(), python.seqvaluedict.seqdict::copy(), python.seqvaluedict.seqdict::filter(), python.seqvaluedict.seqdict::map(), python.seqvaluedict.seqdict::split(), and python.seqvaluedict.seqdict::swap().
|
inlinevirtual |
Definition at line 46 of file EventHypothesis.h.
Implements pat::HardEventHypothesis.
Definition at line 35 of file EventHypothesis.cc.
References dtNoiseDBValidation_cfg::cerr.
Implements pat::HardEventHypothesis.
Definition at line 25 of file EventHypothesis.cc.
References candidateRoles, dtNoiseDBValidation_cfg::cerr, i, and N_ROLES.
Implements pat::HardEventHypothesis.
Definition at line 15 of file EventHypothesis.cc.
References dtNoiseDBValidation_cfg::cerr, i, isVector, and N_ROLES.
|
inlinevirtual |
Definition at line 44 of file EventHypothesis.cc.
References candidateRoles, dtNoiseDBValidation_cfg::cerr, mergeVDriftHistosByStation::name, and AlCaHLTBitMon_QueryRunRegistry::string.
Definition at line 37 of file EventHypothesis.h.
Referenced by getCandidateRole(), and getSize().
Definition at line 38 of file EventHypothesis.h.
Referenced by getIsVector().
|
static |
Definition at line 36 of file EventHypothesis.h.
Referenced by getCandidateRole(), getIsVector(), and getNCandidateRoles().
|
protected |
Definition at line 59 of file EventHypothesis.h.
pat::__class__::PutMyEventHypothesisInterfaceHere |
Definition at line 49 of file EventHypothesis.h.