Main Page
Namespaces
Classes
Package Documentation
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
reco::CaloCluster::position
const math::XYZPoint & position() const
cluster centroid position
Definition:
CaloCluster.h:153
SuperClusterEt::type
reco::SuperCluster type
Definition:
SuperClusterEt.h:7
funct::sin
Sin< T >::type sin(const T &t)
Definition:
Sin.h:22
HltBtagPostValidation_cff.c
c
Definition:
HltBtagPostValidation_cff.py:31
reco::CaloCluster::energy
double energy() const
cluster energy
Definition:
CaloCluster.h:148
reco::SuperCluster
Definition:
SuperCluster.h:18
SuperClusterEt::operator()
double operator()(const reco::SuperCluster &c) const
Definition:
SuperClusterEt.h:8
SuperClusterEt
Definition:
SuperClusterEt.h:6
SuperCluster.h
Generated for CMSSW Reference Manual by
1.8.11