CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Public Attributes
l1tpf_calo::Cluster Struct Reference

#include <CaloClusterer.h>

Inheritance diagram for l1tpf_calo::Cluster:
l1tpf_calo::CombinedCluster

Public Member Functions

void clear ()
 
 Cluster ()
 

Public Attributes

std::vector< std::pair< int,
float > > 
constituents
 
float et
 
float eta
 
float phi
 

Detailed Description

Definition at line 160 of file CaloClusterer.h.

Constructor & Destructor Documentation

l1tpf_calo::Cluster::Cluster ( )
inline

Definition at line 161 of file CaloClusterer.h.

Member Function Documentation

void l1tpf_calo::Cluster::clear ( void  )
inline

Definition at line 164 of file CaloClusterer.h.

References constituents, et, eta, and phi.

Referenced by l1tpf_calo::CombinedCluster::clear(), and l1tpf_calo::SingleCaloClusterer::run().

164  {
165  et = eta = phi = 0;
166  constituents.clear();
167  }
std::vector< std::pair< int, float > > constituents

Member Data Documentation

std::vector<std::pair<int, float> > l1tpf_calo::Cluster::constituents
float l1tpf_calo::Cluster::et
float l1tpf_calo::Cluster::eta
float l1tpf_calo::Cluster::phi