Main Page
Namespaces
Classes
Package Documentation
CommonTools
Utils
interface
AnySelector.h
Go to the documentation of this file.
1
#ifndef CommonTools_Utils_AnySelector_h
2
#define CommonTools_Utils_AnySelector_h
3
/* \class AnySelector
4
*
5
* \author Luca Lista, INFN
6
*
7
* $Id: AnySelector.h,v 1.5 2007/06/18 18:33:53 llista Exp $
8
*/
9
10
struct
AnySelector
{
11
template
<
typename
T>
12
bool
operator()
(
const
T
& )
const
{
return
true
; }
13
};
14
15
#endif
AnySelector::operator()
bool operator()(const T &) const
Definition:
AnySelector.h:12
AnySelector
Definition:
AnySelector.h:10
T
long double T
Definition:
Basic3DVectorLD.h:66
Generated for CMSSW Reference Manual by
1.8.11