CMS 3D CMS Logo

Functions
CaloTower.cc File Reference
#include "DataFormats/CaloTowers/interface/CaloTower.h"

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &s, const CaloTower &ct)
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  s,
const CaloTower ct 
)

Definition at line 280 of file CaloTower.cc.

References CaloTower::emEt(), CaloTower::et(), reco::LeafCandidate::eta(), CaloTower::hadEt(), CaloTower::id(), CaloTower::outerEt(), reco::LeafCandidate::phi(), and alignCSCRings::s.

280  {
281  return s << ct.id() << ":" << ct.et() << " GeV ET (EM=" << ct.emEt() << " HAD=" << ct.hadEt()
282  << " OUTER=" << ct.outerEt() << ") (" << ct.eta() << "," << ct.phi() << ")";
283 }
double hadEt() const
Definition: CaloTower.h:136
double outerEt() const
Definition: CaloTower.h:137
double et(double vtxZ) const
Definition: CaloTower.h:150
double emEt() const
Definition: CaloTower.h:135
double phi() const final
momentum azimuthal angle
CaloTowerDetId id() const
Definition: CaloTower.h:123
double eta() const final
momentum pseudorapidity