CMS 3D CMS Logo

Classes | Functions
CaloTowerDetId.h File Reference
#include "DataFormats/DetId/interface/DetId.h"

Go to the source code of this file.

Classes

class  CaloTowerDetId
 

Functions

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

Function Documentation

◆ operator<<()

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

Definition at line 35 of file CaloTowerDetId.cc.

References alignCSCRings::s.

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