Go to the source code of this file.
◆ operator<<()
Definition at line 117 of file L1CaloPprConditionsRun2.cxx.
118 output <<
"extBcidThreshold: " <<
r.m_extBcidThreshold <<
", "
119 <<
"satBcidThreshLow: " <<
r.m_satBcidThreshLow <<
", "
120 <<
"satBcidThreshHigh: " <<
r.m_satBcidThreshHigh <<
", "
121 <<
"bcidEnergyRangeLow: " <<
r.m_bcidEnergyRangeLow <<
", "
122 <<
"bcidEnergyRangeHigh: " <<
r.m_bcidEnergyRangeHigh << std::endl
123 <<
"firStartBit: " <<
r.m_firStartBit <<
", "
124 <<
"firCoeff1: " <<
r.m_vFirCoefficients.at(0) <<
", "
125 <<
"firCoeff2: " <<
r.m_vFirCoefficients.at(1) <<
", "
126 <<
"firCoeff3: " <<
r.m_vFirCoefficients.at(2) <<
", "
127 <<
"firCoeff4: " <<
r.m_vFirCoefficients.at(3) <<
", "
128 <<
"firCoeff5: " <<
r.m_vFirCoefficients.at(4) << std::endl
129 <<
"lutCpStrategy: " <<
r.m_lutCpStrategy <<
", "
130 <<
"lutCpOffset: " <<
r.m_lutCpOffset <<
", "
131 <<
"lutCpSlope: " <<
r.m_lutCpSlope <<
", "
132 <<
"lutCpNoiseCut: " <<
r.m_lutCpNoiseCut <<
", "
133 <<
"lutCpScale: " <<
r.m_lutCpScale << std::endl
134 <<
"lutCpPar1:" <<
r.m_lutCpPar1 <<
", "
135 <<
"lutCpPar2:" <<
r.m_lutCpPar2 <<
", "
136 <<
"lutCpPar3:" <<
r.m_lutCpPar3 <<
", "
137 <<
"lutCpPar4:" <<
r.m_lutCpPar4 << std::endl
138 <<
"lutJepStrategy: " <<
r.m_lutJepStrategy <<
", "
139 <<
"lutJepOffset: " <<
r.m_lutJepOffset <<
", "
140 <<
"lutJepSlope: " <<
r.m_lutJepSlope <<
", "
141 <<
"lutJepNoiseCut: " <<
r.m_lutJepNoiseCut <<
", "
142 <<
"lutJepScale: " <<
r.m_lutJepScale << std::endl
143 <<
"lutJepPar1:" <<
r.m_lutJepPar1 <<
", "
144 <<
"lutJepPar2:" <<
r.m_lutJepPar2 <<
", "
145 <<
"lutJepPar3:" <<
r.m_lutJepPar3 <<
", "
146 <<
"lutJepPar4:" <<
r.m_lutJepPar4 << std::endl
147 <<
"pedValue: " <<
r.m_pedValue <<
", "
148 <<
"pedMean: " <<
r.m_pedMean <<
", "
149 <<
"pedFirSum: " <<
r.m_pedFirSum << std::endl;