CMS 3D CMS Logo

Classes | Functions
ME0TriggerDigi.h File Reference
#include <cstdint>
#include <iosfwd>

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::getPartition(), ME0TriggerDigi::getPattern(), ME0TriggerDigi::getQuality(), ME0TriggerDigi::getStrip(), and ME0TriggerDigi::getTrknmb().

43  {
44  return o << "ME0 Trigger #" << digi.getTrknmb()
45  << ": Quality = " << digi.getQuality()
46  << " Strip = " << digi.getStrip()
47  << " Partition = " << digi.getPartition()
48  << " Pattern = " << digi.getPattern()
49  << " Bend = " << ((digi.getBend() == 0) ? 'L' : 'R') << "\n"
50  << " BX = " << digi.getBX()
51  << "\n";
52 }
int getPattern() const
return pattern
int getStrip() const
return the key strip
int getQuality() const
return the Quality
int getTrknmb() const
return track number
int getPartition() const
return the key "partition"
int getBX() const
return BX
int getBend() const
return bend