#include <EventHypothesisLooper.h>
Public Member Functions | |
void | clearCache () |
const T * | get (const reco::Candidate *ptr) |
bool | typeOk (const reco::Candidate *ptr) |
Private Member Functions | |
void | doPtr (const reco::Candidate *ptr) |
Private Attributes | |
const T * | cachePtr_ |
bool | isPtrCached_ |
Definition at line 9 of file EventHypothesisLooper.h.
|
inline |
Definition at line 12 of file EventHypothesisLooper.h.
References pat::eventhypothesis::DynCastCandPtr< T >::isPtrCached_.
|
private |
Definition at line 20 of file EventHypothesisLooper.h.
Referenced by pat::eventhypothesis::DynCastCandPtr< T >::typeOk().
const T * pat::eventhypothesis::DynCastCandPtr< T >::get | ( | const reco::Candidate * | ptr | ) |
Definition at line 27 of file EventHypothesisLooper.h.
References edm::hlt::Exception, and mergeVDriftHistosByStation::name.
Referenced by Options.Options::__getitem__(), betterConfigParser.BetterConfigParser::__updateDict(), betterConfigParser.BetterConfigParser::getCompares(), betterConfigParser.BetterConfigParser::getGeneral(), and betterConfigParser.BetterConfigParser::getResultingSection().
|
inline |
Definition at line 13 of file EventHypothesisLooper.h.
References pat::eventhypothesis::DynCastCandPtr< T >::cachePtr_, and pat::eventhypothesis::DynCastCandPtr< T >::doPtr().
|
private |
Definition at line 17 of file EventHypothesisLooper.h.
Referenced by pat::eventhypothesis::DynCastCandPtr< T >::typeOk().
|
private |
Definition at line 16 of file EventHypothesisLooper.h.
Referenced by pat::eventhypothesis::DynCastCandPtr< T >::clearCache().