CMS 3D CMS Logo

Classes | Functions
BTLDetId.h File Reference
#include "DataFormats/ForwardDetId/interface/MTDDetId.h"
#include <ostream>
#include <array>

Go to the source code of this file.

Classes

class  BTLDetId
 Detector identifier class for the Barrel Timing Layer. The crystal count must start from 0, copy number must be scaled by 1 unit. More...
 

Functions

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

Function Documentation

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

Definition at line 133 of file BTLDetId.cc.

Referenced by BTLDetId::validHashedIndex().

133  {
134  os << ( MTDDetId& ) id;
135  os << " BTL " << std::endl
136  << " Side : " << id.mtdSide() << std::endl
137  << " Rod : " << id.mtdRR() << std::endl
138  << " Module : " << id.module() << std::endl
139  << " Crystal type: " << id.modType() << std::endl
140  << " Crystal : " << id.crystal() << std::endl;
141  return os;
142 }
Detector identifier base class for the MIP Timing Layer.
Definition: MTDDetId.h:21