CMS 3D CMS Logo

Classes | Functions
ME0TriggerDigi.h File Reference
#include <cstdint>
#include <iosfwd>
#include "DataFormats/GEMRecHit/interface/ME0Segment.h"

Go to the source code of this file.

Classes

class  ME0TriggerDigi
 

Functions

std::ostream & operator<< (std::ostream &o, const ME0TriggerDigi &digi)
 

Function Documentation

std::ostream& operator<< ( std::ostream &  o,
const ME0TriggerDigi digi 
)

Definition at line 42 of file ME0TriggerDigi.cc.

References ME0TriggerDigi::getBend(), ME0TriggerDigi::getBX(), ME0TriggerDigi::getChamberid(), ME0TriggerDigi::getDeltaphi(), ME0TriggerDigi::getPartition(), ME0TriggerDigi::getPhiposition(), ME0TriggerDigi::getQuality(), and ME0TriggerDigi::getStrip().

43  {
44  return o << "ME0 chamber id #" << digi.getChamberid()
45  << " Partition = " << digi.getPartition()
46  << ": Quality = " << digi.getQuality()
47  << " Phiposition = " << digi.getPhiposition()
48  << " Strip = " << digi.getStrip()
49  << " deltaPhi = " << digi.getDeltaphi()
50  << " Bend = " << ((digi.getBend() == 0) ? 'L' : 'R') << "\n"
51  << " BX = " << digi.getBX()
52  << "\n";
53 }
int getDeltaphi() const
return bending angle
int getStrip() const
return the key strip
int getPhiposition() const
return the phi position, resolution: half strip level
int getQuality() const
return the Quality
int getPartition() const
return the key "partition"
int getBX() const
return BX
int getBend() const
return bend
int getChamberid() const
return chamber number in one CTP7