Functions | |
void | Isolationdummy () |
template<typename T > | |
bool | select (const T &) |
void dummy::Isolationdummy | ( | ) |
Definition at line 125 of file ZToMuMuIsolationSelector.cc.
References pat::Lepton< LeptonType >::caloIso(), pat::Lepton< LeptonType >::ecalIso(), pat::Lepton< LeptonType >::hcalIso(), and pat::Lepton< LeptonType >::trackIso().
{ pat::Lepton<reco::Muon> pat; //ignore return values pat.trackIso(); pat.ecalIso(); pat.hcalIso(); pat.caloIso(); }
bool dummy::select | ( | const T & | ) | [inline] |
Definition at line 37 of file DummySelector.h.
{ return true; }