CMS 3D CMS Logo

List of all members | Public Types | Public Member Functions
SuperClusterEt Struct Reference

#include <SuperClusterEt.h>

Public Types

typedef reco::SuperCluster type
 

Public Member Functions

double operator() (const reco::SuperCluster &c) const
 

Detailed Description

Definition at line 6 of file SuperClusterEt.h.

Member Typedef Documentation

◆ type

Definition at line 7 of file SuperClusterEt.h.

Member Function Documentation

◆ operator()()

double SuperClusterEt::operator() ( const reco::SuperCluster c) const
inline

Definition at line 8 of file SuperClusterEt.h.

References c, and funct::sin().

8 { return c.energy() * sin(c.position().theta()); }
Sin< T >::type sin(const T &t)
Definition: Sin.h:22