ATLAS Offline Software
Loading...
Searching...
No Matches
L1CaloRampRunPlan.cxx File Reference
#include "TrigT1CaloCalibConditions/L1CaloRampRunPlan.h"
#include <string>
#include <sstream>
#include <iostream>
#include "CoralBase/AttributeListSpecification.h"
#include "AthenaPoolUtilities/AthenaAttributeList.h"
#include "GaudiKernel/MsgStream.h"
Include dependency graph for L1CaloRampRunPlan.cxx:

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &output, const L1CaloRampRunPlan &rplan)

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream & output,
const L1CaloRampRunPlan & rplan )

Definition at line 115 of file L1CaloRampRunPlan.cxx.

115 {
116 output << "nEventsPerStep: "<< rplan.m_nEventsPerStep<<" ";
117 std::vector<double> vSteps = rplan.energySteps();
118 output<<" nsteps: "<< vSteps.size()<<" - steps: ";
119 std::vector<double>::const_iterator it = vSteps.begin();
120 for(;it!=vSteps.end();++it) {
121 output << *it<<" ";
122 }
123 return output;
124}
const std::vector< double > & energySteps() const
output
Definition merge.py:16