CMS 3D CMS Logo

Functions
EMTFGEMDetId.cc File Reference
#include "L1Trigger/L1TMuonEndCap/interface/EMTFGEMDetId.h"

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, const EMTFGEMDetId &id)
 

Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const EMTFGEMDetId id 
)

Definition at line 76 of file EMTFGEMDetId.cc.

References EMTFGEMDetId::isME0().

76  {
77  if (!id.isME0())
78  os << id.getGEMDetId();
79  else
80  os << id.getME0DetId();
81  return os;
82 }
bool isME0(GeomDetEnumerators::SubDetector m)