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 192 of file GEMInternalCluster.cc.

References haddnano::cl.

192  {
193  return os << cl.id() << " " << cl.cl1() << " " << cl.cl2();
194 }