#include "DataFormats/ForwardDetId/interface/MTDDetId.h"
#include <ostream>
#include <array>
Go to the source code of this file.
|
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...
|
|
◆ operator<<()
std::ostream& operator<< |
( |
std::ostream & |
, |
|
|
const BTLDetId & |
|
|
) |
| |
Definition at line 19 of file BTLDetId.cc.
21 os <<
" BTL " << std::endl
22 <<
" Side : " <<
id.mtdSide() << std::endl
23 <<
" Rod : " <<
id.mtdRR() << std::endl
24 <<
" Crystal type: " <<
id.modType() << std::endl
25 <<
" Readout unit: " <<
id.runit() << std::endl
26 <<
" Module : " <<
id.module() << std::endl
27 <<
" Crystal : " <<
id.crystal() << std::endl;
Detector identifier base class for the MIP Timing Layer.