#include "ZdcByteStream/ZdcToString.h"
#include <sstream>
Go to the source code of this file.
◆ ZdcToString() [1/4]
template<typename T >
std::string ZdcToString |
( |
const std::vector< T > & |
vv | ) |
|
◆ ZdcToString() [2/4]
◆ ZdcToString() [3/4]
Definition at line 23 of file ZdcToString.cxx.
25 if(
tt.coolId() == 0) {
26 o <<
"xAOD::TriggerTower, coolId=0";
28 o <<
"xAOD::TriggerTower, coolId=" << std::hex <<
tt.coolId() << std::dec
29 <<
", layer=" <<
int(
tt.layer())
30 <<
", sampling=" <<
int(
tt.sampling())
31 <<
", eta=" <<
tt.eta()
32 <<
", phi=" <<
tt.phi()
47 <<
", correctionEnabled=" <<
ZdcToString(
tt.correctionEnabled())
52 <<
", errorWord=" <<
tt.errorWord()
53 <<
", peak=" <<
int(
tt.peak())
54 <<
", adcPeak=" <<
int(
tt.adcPeak());
55 if (!
tt.lut_cp().empty()) {
56 o <<
", cpET=" <<
int(
tt.cpET());
58 if (!
tt.lut_jep().empty()) {
59 o <<
", jepET=" <<
int(
tt.jepET());
◆ ZdcToString() [4/4]