CMS 3D CMS Logo

List of all members | Public Member Functions | Private Attributes
EtMinSelector Struct Reference

#include <EtMinSelector.h>

Public Member Functions

 EtMinSelector (double etMin)
 
template<typename T >
bool operator() (const T &t) const
 

Private Attributes

double etMin_
 

Detailed Description

Definition at line 10 of file EtMinSelector.h.

Constructor & Destructor Documentation

◆ EtMinSelector()

EtMinSelector::EtMinSelector ( double  etMin)
inline

Definition at line 11 of file EtMinSelector.h.

11 : etMin_(etMin) {}

Member Function Documentation

◆ operator()()

template<typename T >
bool EtMinSelector::operator() ( const T t) const
inline

Definition at line 13 of file EtMinSelector.h.

13  {
14  return t.et() >= etMin_;
15  }

References etMin_, and submitPVValidationJobs::t.

Member Data Documentation

◆ etMin_

double EtMinSelector::etMin_
private

Definition at line 18 of file EtMinSelector.h.

Referenced by operator()().

photonAnalyzer_cfi.etMin
etMin
Definition: photonAnalyzer_cfi.py:54
EtMinSelector::etMin_
double etMin_
Definition: EtMinSelector.h:18
submitPVValidationJobs.t
string t
Definition: submitPVValidationJobs.py:644