#include "TrigT1CaloCalibConditions/L1CaloPprConditions.h"
#include <string>
#include <sstream>
#include <iostream>
#include <iomanip>
Go to the source code of this file.
◆ operator<<()
Definition at line 57 of file L1CaloPprConditions.cxx.
58 output <<
"extBcidThreshold: " <<
r.m_extBcidThreshold <<
", "
59 <<
"satBcidThreshLow: " <<
r.m_satBcidThreshLow <<
", "
60 <<
"satBcidThreshHigh: " <<
r.m_satBcidThreshHigh <<
", "
61 <<
"bcidEnergyRangeLow: " <<
r.m_bcidEnergyRangeLow <<
", "
62 <<
"bcidEnergyRangeHigh: " <<
r.m_bcidEnergyRangeHigh << std::endl
63 <<
"firStartBit: " <<
r.m_firStartBit <<
", "
64 <<
"firCoeff1: " <<
r.m_vFirCoefficients.at(0) <<
", "
65 <<
"firCoeff2: " <<
r.m_vFirCoefficients.at(1) <<
", "
66 <<
"firCoeff3: " <<
r.m_vFirCoefficients.at(2) <<
", "
67 <<
"firCoeff4: " <<
r.m_vFirCoefficients.at(3) <<
", "
68 <<
"firCoeff5: " <<
r.m_vFirCoefficients.at(4) << std::endl
69 <<
"lutStrategy: " <<
r.m_lutStrategy <<
", "
70 <<
"lutOffset: " <<
r.m_lutOffset <<
", "
71 <<
"lutSlope: " <<
r.m_lutSlope <<
", "
72 <<
"lutNoiseCut: " <<
r.m_lutNoiseCut <<
", "
73 <<
"pedValue: " <<
r.m_pedValue <<
", "
74 <<
"pedMean: " <<
r.m_pedMean << std::endl;