Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
CommonTools
Utils
interface
MaxFunctionSelector.h
Go to the documentation of this file.
1
#ifndef RecoAlgos_MaxFunctionSelector_h
2
#define RecoAlgos_MaxFunctionSelector_h
3
/* \class MaxSelector
4
*
5
* \author Luca Lista, INFN
6
*
7
* $Id: MaxFunctionSelector.h,v 1.1 2009/02/24 14:40:26 llista Exp $
8
*/
9
10
template
<
typename
T,
double
(T::*fun)() const>
11
struct
MaxFunctionSelector
{
12
MaxFunctionSelector
(
double
max
) :
13
max_
( max ) { }
14
bool
operator()
(
const
T
&
t
)
const
{
return
(t.*fun)() <=
max_
; }
15
16
private
:
17
double
max_
;
18
};
19
20
#endif
lumiQTWidget.t
tuple t
Definition:
lumiQTWidget.py:50
MaxFunctionSelector::max_
double max_
Definition:
MaxFunctionSelector.h:17
max
const T & max(const T &a, const T &b)
Definition:
MaterialBudgetTrackerHistos.cc:4
MaxFunctionSelector::MaxFunctionSelector
MaxFunctionSelector(double max)
Definition:
MaxFunctionSelector.h:12
MaxFunctionSelector
Definition:
MaxFunctionSelector.h:11
MaxFunctionSelector::operator()
bool operator()(const T &t) const
Definition:
MaxFunctionSelector.h:14
T
long double T
Definition:
Basic3DVectorLD.h:59
Generated for CMSSW Reference Manual by
1.8.5