src
CommonTools
RecoAlgos
plugins
SuperClusterEt.h
Go to the documentation of this file.
1
#ifndef RecoAlgos_Superclustere_h
2
#define RecoAlgos_Superclustere_h
3
4
#include "
DataFormats/EgammaReco/interface/SuperCluster.h
"
5
6
struct
SuperClusterEt
{
7
typedef
reco::SuperCluster
type
;
8
double
operator()
(
const
reco::SuperCluster
&
c
)
const
{
return
c
.energy() *
sin
(
c
.position().theta()); }
9
};
10
11
#endif
SuperClusterEt::type
reco::SuperCluster type
Definition:
SuperClusterEt.h:7
DummyCfis.c
c
Definition:
DummyCfis.py:86
funct::sin
Sin< T >::type sin(const T &t)
Definition:
Sin.h:22
SuperClusterEt::operator()
double operator()(const reco::SuperCluster &c) const
Definition:
SuperClusterEt.h:8
reco::SuperCluster
Definition:
SuperCluster.h:20
SuperClusterEt
Definition:
SuperClusterEt.h:6
SuperCluster.h
Generated for CMSSW Reference Manual by
1.8.14