#include <iostream>
#include <iomanip>
#include <string>
#include <vector>
#include <cmath>
#include <cstdlib>
#include <cstdint>
#include "UCTTower.hh"
#include "UCTLogging.hh"
Go to the source code of this file.
|
std::ostream & | operator<< (std::ostream &os, const UCTTower &t) |
|
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const UCTTower & |
t |
|
) |
| |
Definition at line 198 of file UCTTower.cc.
References TauDecayModes::dec, g, and AlCaHLTBitMon_QueryRunRegistry::string.
201 os <<
"Side Crt Crd Rgn iEta iPhi cEta cPhi eET eFG hET hFB Summary" << std::endl;
205 if(
t.negativeEta) side =
"-eta ";
207 << std::showbase << std::internal << std::setfill(
'0') << std::setw(4) << std::hex
209 << std::showbase << std::internal << std::setfill(
'0') << std::setw(4) << std::hex
211 << std::showbase << std::internal << std::setfill(
'0') << std::setw(4) << std::hex
213 << std::showbase << std::internal << std::setfill(
'0') << std::setw(4) << std::hex
215 << std::showbase << std::internal << std::setfill(
'0') << std::setw(4) << std::hex
217 << std::setw(4) << std::setfill(
' ') <<
std::dec 218 << g.getCaloEtaIndex(
t.negativeEta,
t.region,
t.iEta) <<
" " 219 << std::setw(4) << std::setfill(
' ') <<
std::dec 220 << g.getCaloPhiIndex(
t.crate,
t.card,
t.region,
t.iPhi) <<
" " 221 << std::showbase << std::internal << std::setfill(
'0') << std::setw(4) << std::hex
223 << std::showbase << std::internal << std::setfill(
'0') << std::setw(4) << std::hex
225 << std::showbase << std::internal << std::setfill(
'0') << std::setw(4) << std::hex
227 << std::showbase << std::internal << std::setfill(
'0') << std::setw(4) << std::hex
229 << std::showbase << std::internal << std::setfill(
'0') << std::setw(10) << std::hex
The Signals That Services Can Subscribe To This is based on ActivityRegistry and is current per Services can connect to the signals distributed by the ActivityRegistry in order to monitor the activity of the application Each possible callback has some defined which we here list in angle e g