CMS 3D CMS Logo

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

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

Definition at line 192 of file GEMInternalCluster.cc.

References GEMInternalCluster::cl1(), GEMInternalCluster::cl2(), and GEMInternalCluster::id().

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