ATLAS Offline Software
Loading...
Searching...
No Matches
L1CaloPprConditions.cxx File Reference
#include "TrigT1CaloCalibConditions/L1CaloPprConditions.h"
#include <string>
#include <sstream>
#include <iostream>
#include <iomanip>
Include dependency graph for L1CaloPprConditions.cxx:

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &output, const L1CaloPprConditions &r)

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream & output,
const L1CaloPprConditions & r )

Definition at line 57 of file L1CaloPprConditions.cxx.

57 {
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;
75 return output;
76}
int r
Definition globals.cxx:22
output
Definition merge.py:16