CMS 3D CMS Logo

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

◆ Cluster()

l1tpf_calo::Cluster::Cluster ( )
inline

Definition at line 161 of file CaloClusterer.h.

Member Function Documentation

◆ clear()

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

◆ constituents

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

◆ et

float l1tpf_calo::Cluster::et

◆ eta

float l1tpf_calo::Cluster::eta

◆ phi

float l1tpf_calo::Cluster::phi