CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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

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

Definition at line 13 of file GoldenPatternBase.cc.

References Key::getHwPatternNumber(), submitPVResolutionJobs::out, Key::theCharge, Key::theEtaCode, Key::theGroup, Key::theIndexInGroup, Key::theNumber, and Key::thePt.

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 }
unsigned int theNumber
Definition: GoldenPattern.h:37
int theCharge
Definition: GoldenPattern.h:36
unsigned int getHwPatternNumber() const
unsigned int theGroup
unsigned int thePt
unsigned int theIndexInGroup
int theEtaCode
Definition: GoldenPattern.h:34