#include <xxxEventHypothesis.h>
Public Member Functions | |
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 |
xxxEventHypothesis () | |
virtual | ~xxxEventHypothesis () |
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 34 of file xxxEventHypothesis.h.
|
inline |
Definition at line 47 of file xxxEventHypothesis.h.
|
inlinevirtual |
Definition at line 48 of file xxxEventHypothesis.h.
|
protectedvirtual |
Implements pat::HardEventHypothesis.
Definition at line 35 of file xxxEventHypothesis.cc.
References dtNoiseDBValidation_cfg::cerr.
|
virtual |
Implements pat::HardEventHypothesis.
Definition at line 25 of file xxxEventHypothesis.cc.
References candidateRoles, dtNoiseDBValidation_cfg::cerr, i, and N_ROLES.
|
virtual |
Implements pat::HardEventHypothesis.
Definition at line 15 of file xxxEventHypothesis.cc.
References dtNoiseDBValidation_cfg::cerr, i, isVector, and N_ROLES.
|
inlinevirtual |
|
virtual |
Definition at line 44 of file xxxEventHypothesis.cc.
References candidateRoles, dtNoiseDBValidation_cfg::cerr, and mergeVDriftHistosByStation::name.
|
static |
Definition at line 39 of file xxxEventHypothesis.h.
Referenced by getCandidateRole(), and getSize().
|
static |
Definition at line 40 of file xxxEventHypothesis.h.
Referenced by getIsVector().
|
static |
Definition at line 38 of file xxxEventHypothesis.h.
Referenced by getCandidateRole(), getIsVector(), and getNCandidateRoles().
|
protected |
Definition at line 61 of file xxxEventHypothesis.h.
pat::xxxEventHypothesis::PutMyEventHypothesisInterfaceHere |
Definition at line 51 of file xxxEventHypothesis.h.