CMS 3D CMS Logo

Classes | Functions
GEMInternalCluster.h File Reference
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "DataFormats/MuonDetId/interface/GEMDetId.h"
#include "DataFormats/GEMDigi/interface/GEMPadDigiCluster.h"
#include "DataFormats/GEMDigi/interface/GEMPadDigi.h"
#include "DataFormats/GEMDigi/interface/GEMCoPadDigi.h"

Go to the source code of this file.

Classes

class  GEMInternalCluster
 

Functions

std::ostream & operator<< (std::ostream &os, const GEMInternalCluster &cl)
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  os,
const GEMInternalCluster cl 
)

Definition at line 162 of file GEMInternalCluster.cc.

References haddnano::cl.

162  {
163  return os << "Cluster Layer 1: " << cl.id1() << " " << cl.cl1() << ", Cluster Layer 2: " << cl.id2() << " "
164  << cl.cl2();
165 }