CMS 3D CMS Logo

Functions
dummy Namespace Reference

Functions

void Isolationdummy ()
 
template<typename T >
bool select (const T &)
 

Function Documentation

void dummy::Isolationdummy ( )

Definition at line 126 of file ZToMuMuIsolationSelector.cc.

References pat::Lepton< LeptonType >::caloIso(), pat::Lepton< LeptonType >::ecalIso(), pat::Lepton< LeptonType >::hcalIso(), and pat::Lepton< LeptonType >::trackIso().

126  {
128  //ignore return values
129  pat.trackIso(); pat.ecalIso(); pat.hcalIso(); pat.caloIso();
130  }
float ecalIso() const
Definition: Lepton.h:127
Definition: HeavyIon.h:7
float trackIso() const
Definition: Lepton.h:117
float caloIso() const
Definition: Lepton.h:122
float hcalIso() const
Definition: Lepton.h:132
template<typename T >
bool dummy::select ( const T )
inline

Definition at line 40 of file DummySelector.h.

40 { return true; }