CMS 3D CMS Logo

Functions
CaloTowerDetId.cc File Reference
#include "DataFormats/CaloTowers/interface/CaloTowerDetId.h"
#include "FWCore/Utilities/interface/Exception.h"
#include <iostream>

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &s, const CaloTowerDetId &id)
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  s,
const CaloTowerDetId id 
)

Definition at line 35 of file CaloTowerDetId.cc.

References alignCSCRings::s.

35  {
36  return s << "Tower (" << id.ieta() << "," << id.iphi() << ")";
37 }