Go to the source code of this file.
◆ operator<<()
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const L1CaloGeometry & |
obj |
|
) |
| |
Definition at line 377 of file L1CaloGeometry.cc.
378 os <<
"L1CaloGeometry:" << std::endl;
380 os <<
"Central/tau eta bins: low / center / high" << std::endl;
381 for (
unsigned int i = 0;
i <
obj.numberGctCentralEtaBinsPerHalf(); ++
i) {
382 os <<
" bin " <<
i <<
": " <<
obj.etaBinLowEdge(
i) <<
" / " <<
obj.etaBinCenter(
i) <<
" / "
383 <<
obj.etaBinHighEdge(
i) << std::endl;
386 os <<
"Forward eta bins: low / center / high" << std::endl;
387 for (
unsigned int i = 0;
i <
obj.numberGctForwardEtaBinsPerHalf(); ++
i) {
388 os <<
" bin " <<
i <<
": " <<
obj.etaBinLowEdge(
i,
false) <<
" / " <<
obj.etaBinCenter(
i,
false) <<
" / "
389 <<
obj.etaBinHighEdge(
i,
false) << std::endl;
392 os <<
"Global eta bins: low / center / high" << std::endl;
393 for (
unsigned int i = 0;
i <
obj.numberGctCentralEtaBinsPerHalf() +
obj.numberGctForwardEtaBinsPerHalf(); ++
i) {
394 os <<
" bin " <<
i <<
": " <<
obj.globalEtaBinLowEdge(
i) <<
" / " <<
obj.globalEtaBinCenter(
i) <<
" / "
395 <<
obj.globalEtaBinHighEdge(
i) << std::endl;
398 os <<
"EM/jet phi bins: low / center / high" << std::endl;
399 for (
unsigned int i = 0;
i <
obj.numberGctEmJetPhiBins(); ++
i) {
400 os <<
" bin " <<
i <<
": " <<
obj.emJetPhiBinLowEdge(
i) <<
" / " <<
obj.emJetPhiBinCenter(
i) <<
" / "
401 <<
obj.emJetPhiBinHighEdge(
i) << std::endl;
404 os <<
"Et sum phi bins: low / center / high" << std::endl;
405 for (
unsigned int i = 0;
i <
obj.numberGctEtSumPhiBins(); ++
i) {
406 os <<
" bin " <<
i <<
": " <<
obj.etSumPhiBinLowEdge(
i) <<
" / " <<
obj.etSumPhiBinCenter(
i) <<
" / "
407 <<
obj.etSumPhiBinHighEdge(
i) << std::endl;
410 os <<
"Ht sum phi bins: low / center / high" << std::endl;
411 for (
unsigned int i = 0;
i <
obj.numberGctHtSumPhiBins(); ++
i) {
412 os <<
" bin " <<
i <<
": " <<
obj.htSumPhiBinLowEdge(
i) <<
" / " <<
obj.htSumPhiBinCenter(
i) <<
" / "
413 <<
obj.htSumPhiBinHighEdge(
i) << std::endl;
References mps_fire::i, and getGTfromDQMFile::obj.