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 118 of file ZToMuMuIsolationSelector.cc.

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

118  {
120  //ignore return values
121  pat.trackIso();
122  pat.ecalIso();
123  pat.hcalIso();
124  pat.caloIso();
125  }
float ecalIso() const
Definition: Lepton.h:144
Definition: HeavyIon.h:7
float trackIso() const
Definition: Lepton.h:134
float caloIso() const
Definition: Lepton.h:139
float hcalIso() const
Definition: Lepton.h:149
template<typename T >
bool dummy::select ( const T )
inline

Definition at line 40 of file DummySelector.h.

40  {
41  return true;
42  }