#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 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 |
Definition at line 33 of file EventHypothesis.h.
pat::__class__::__class__ | ( | ) | [inline] |
Definition at line 46 of file EventHypothesis.h.
{}
virtual pat::__class__::~__class__ | ( | ) | [inline, virtual] |
Definition at line 47 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.
virtual int pat::__class__::getNCandidateRoles | ( | ) | const [inline, virtual] |
Definition at line 44 of file EventHypothesis.cc.
References candidateRoles, dtNoiseDBValidation_cfg::cerr, mergeVDriftHistosByStation::name, and AlCaHLTBitMon_QueryRunRegistry::string.
{ std::string name( candidateRoles[i] ); PutMySizesHere; std::cerr << "__class__: Unknown role " << name << ", returning first member" << std::endl; return -1; }
const char * __class__< T >::candidateRoles [static] |
{ PutMyListOfCandidateRolesHere }
Definition at line 38 of file EventHypothesis.h.
Referenced by getCandidateRole(), and getSize().
{ PutMyListOfVectorBoolsHere }
Definition at line 39 of file EventHypothesis.h.
Referenced by getIsVector().
const int pat::__class__::N_ROLES = 0 [static] |
Definition at line 37 of file EventHypothesis.h.
Referenced by getCandidateRole(), getIsVector(), and getNCandidateRoles().
Definition at line 60 of file EventHypothesis.h.
Definition at line 50 of file EventHypothesis.h.