CMS 3D CMS Logo

Functions
BTLDetId.cc File Reference
#include "DataFormats/ForwardDetId/interface/BTLDetId.h"
#include <iomanip>

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, const BTLDetId &id)
 

Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const BTLDetId id 
)

Definition at line 104 of file BTLDetId.cc.

Referenced by BTLDetId::validHashedIndex().

104  {
105  os << ( MTDDetId& ) id;
106  os << " BTL " << std::endl
107  << " Side : " << id.mtdSide() << std::endl
108  << " Rod : " << id.mtdRR() << std::endl
109  << " Module : " << id.module() << std::endl
110  << " Crystal type: " << id.modType() << std::endl
111  << " Crystal : " << id.crystal() << std::endl;
112  return os;
113 }
Detector identifier base class for the MIP Timing Layer.
Definition: MTDDetId.h:21