CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Classes | Functions
L1CaloEtScale.h File Reference
#include "CondFormats/Serialization/interface/Serializable.h"
#include <boost/cstdint.hpp>
#include <vector>
#include <ostream>

Go to the source code of this file.

Classes

class  L1CaloEtScale
 

Functions

std::ostream & operator<< (std::ostream &os, const L1CaloEtScale onj)
 

Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const L1CaloEtScale  onj 
)

Definition at line 113 of file L1CaloEtScale.cc.

References L1CaloEtScale::getThresholds(), i, L1CaloEtScale::linearLsb(), L1CaloEtScale::linScaleMax(), and L1CaloEtScale::rankScaleMax().

113  {
114  os << "L1CaloEtScale :" << endl;
115  os << " Input scale max = " << obj.linScaleMax() << endl;
116  os << " Input LSB = " << obj.linearLsb() << " GeV" << endl;
117  os << " Rank scale max = " << obj.rankScaleMax() << endl;
118  for (unsigned i=0; i<obj.getThresholds().size(); i++) {
119  os << " Threshold " << i << " = " << obj.getThresholds().at(i) << " GeV" << endl;
120  }
121  return os ;
122 }
int i
Definition: DBlmapReader.cc:9