#include <iostream>
Go to the source code of this file.
◆ operator<<()
std::ostream& operator<< |
( |
std::ostream & |
, |
|
|
const CaloCellId & |
|
|
) |
| |
Definition at line 55 of file CaloCellId.cc.
References alignBH_cfg::fixed.
56 os <<
"Eta range = [" <<
std::fixed << std::setw(7) << std::setfill(
' ') << std::setprecision(4) <<
id.getEtaMin()
57 <<
"," <<
std::fixed << std::setw(7) << std::setfill(
' ') << std::setprecision(4) <<
id.getEtaMax()
58 <<
"], Phi range = [" <<
std::fixed << std::setw(7) << std::setfill(
' ') << std::setprecision(4) <<
id.getPhiMin()
59 <<
"," <<
std::fixed << std::setw(7) << std::setfill(
' ') << std::setprecision(4) <<
id.getPhiMax()
60 <<
"], subsystem = " <<
id.getSubSys();