CMS 3D CMS Logo

Functions
MuonStubsInput.cc File Reference
#include "L1Trigger/L1TMuonOverlapPhase1/interface/MuonStubsInput.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &out, const MuonStubsInput &stubsInput)
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  out,
const MuonStubsInput stubsInput 
)

Definition at line 14 of file MuonStubsInput.cc.

References MuonStubsInput::getMuonStubs(), and MillePedeFileConverter_cfg::out.

14  {
15  out << "MuonStubsInput: " << std::endl;
16  for (auto& layerStubs : stubsInput.getMuonStubs()) {
17  for (auto& stub : layerStubs) {
18  out << (*stub) << std::endl;
19  }
20  }
21  return out;
22 }
virtual MuonStubPtrs2D & getMuonStubs()