CMS 3D CMS Logo

Functions
GoldenPatternBase.cc File Reference
#include "L1Trigger/L1TMuonOverlapPhase1/interface/Omtf/GoldenPatternBase.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include <iomanip>

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &out, const Key &o)
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  out,
const Key o 
)

Definition at line 13 of file GoldenPatternBase.cc.

References EcalTangentSkim_cfg::o, and MillePedeFileConverter_cfg::out.

13  {
14  out << "Key_" << std::setw(2) << o.theNumber << " hwNum " << std::setw(2) << o.getHwPatternNumber() << " group "
15  << std::setw(2) << o.theGroup << ":" << o.theIndexInGroup << " : (eta=" << o.theEtaCode << ", pt=" << std::setw(3)
16  << o.thePt << ", charge=" << setw(2) << o.theCharge << ")";
17  return out;
18 }