#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 BeautifulSoup.Tag::__getattr__(), and BeautifulSoup.UnicodeDammit::_ebcdic_to_ascii().
|
inlinevirtual |
Definition at line 46 of file EventHypothesis.h.
Implements pat::HardEventHypothesis.
Definition at line 35 of file EventHypothesis.cc.
References MessageLogger_cfi::cerr.
Implements pat::HardEventHypothesis.
Definition at line 25 of file EventHypothesis.cc.
References candidateRoles, MessageLogger_cfi::cerr, mps_fire::i, and N_ROLES.
Referenced by getNCandidateRoles().
Implements pat::HardEventHypothesis.
Definition at line 15 of file EventHypothesis.cc.
References MessageLogger_cfi::cerr, mps_fire::i, isVector, and N_ROLES.
Referenced by getNCandidateRoles().
|
inlinevirtual |
Definition at line 39 of file EventHypothesis.h.
References getCandidateRole(), getIsVector(), getSize(), mps_fire::i, and N_ROLES.
Definition at line 44 of file EventHypothesis.cc.
References candidateRoles, MessageLogger_cfi::cerr, dataset::name, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by getNCandidateRoles().
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.