#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 10 of file EventHypothesisLooper.h.
|
inline |
Definition at line 13 of file EventHypothesisLooper.h.
References pat::eventhypothesis::DynCastCandPtr< T >::isPtrCached_.
|
private |
Definition at line 21 of file EventHypothesisLooper.h.
References pat::eventhypothesis::DynCastCandPtr< T >::cachePtr_, and pat::eventhypothesis::DynCastCandPtr< T >::isPtrCached_.
Referenced by pat::eventhypothesis::DynCastCandPtr< T >::get(), and pat::eventhypothesis::DynCastCandPtr< T >::typeOk().
const T * pat::eventhypothesis::DynCastCandPtr< T >::get | ( | const reco::Candidate * | ptr | ) |
Definition at line 28 of file EventHypothesisLooper.h.
References pat::eventhypothesis::DynCastCandPtr< T >::cachePtr_, pat::eventhypothesis::DynCastCandPtr< T >::doPtr(), Exception, and dataset::name.
Referenced by Options.Options::__getitem__(), betterConfigParser.BetterConfigParser::__updateDict(), util.rrapi.RRApi::columns(), rrapi.RRApi::columns(), util.rrapi.RRApi::count(), rrapi.RRApi::count(), rrapi.RRApi::data(), util.rrapi.RRApi::data(), betterConfigParser.BetterConfigParser::getCompares(), betterConfigParser.BetterConfigParser::getGeneral(), betterConfigParser.BetterConfigParser::getResultingSection(), rrapi.RRApi::report(), util.rrapi.RRApi::report(), rrapi.RRApi::reports(), util.rrapi.RRApi::reports(), util.rrapi.RRApi::tables(), rrapi.RRApi::tables(), rrapi.RRApi::tags(), util.rrapi.RRApi::tags(), rrapi.RRApi::templates(), util.rrapi.RRApi::templates(), util.rrapi.RRApi::workspaces(), and rrapi.RRApi::workspaces().
|
inline |
Definition at line 14 of file EventHypothesisLooper.h.
References pat::eventhypothesis::DynCastCandPtr< T >::cachePtr_, and pat::eventhypothesis::DynCastCandPtr< T >::doPtr().
|
private |
Definition at line 18 of file EventHypothesisLooper.h.
Referenced by pat::eventhypothesis::DynCastCandPtr< T >::doPtr(), pat::eventhypothesis::DynCastCandPtr< T >::get(), and pat::eventhypothesis::DynCastCandPtr< T >::typeOk().
|
private |
Definition at line 17 of file EventHypothesisLooper.h.
Referenced by pat::eventhypothesis::DynCastCandPtr< T >::clearCache(), and pat::eventhypothesis::DynCastCandPtr< T >::doPtr().