![]() |
![]() |
#include <EventHypothesisLooper.h>
Public Member Functions | |
void | clearCache () |
const reco::Candidate * | get (const reco::Candidate *ptr) |
bool | typeOk (const reco::Candidate *ptr) |
Definition at line 36 of file EventHypothesisLooper.h.
void pat::eventhypothesis::DynCastCandPtr< reco::Candidate >::clearCache | ( | ) | [inline] |
Definition at line 38 of file EventHypothesisLooper.h.
{}
const reco::Candidate* pat::eventhypothesis::DynCastCandPtr< reco::Candidate >::get | ( | const reco::Candidate * | ptr | ) | [inline] |
Definition at line 37 of file EventHypothesisLooper.h.
{ return ptr; }
bool pat::eventhypothesis::DynCastCandPtr< reco::Candidate >::typeOk | ( | const reco::Candidate * | ptr | ) | [inline] |
Definition at line 39 of file EventHypothesisLooper.h.
{ return true; }