CMS 3D CMS Logo

Functions
GEMInternalCluster.cc File Reference
#include "L1Trigger/CSCTriggerPrimitives/interface/GEMInternalCluster.h"
#include "DataFormats/CSCDigi/interface/CSCConstants.h"

Go to the source code of this file.

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 }