CMS 3D CMS Logo

Classes | Functions
EcalPseudoStripInputSample.h File Reference
#include <ostream>
#include <cstdint>

Go to the source code of this file.

Classes

class  EcalPseudoStripInputSample
 

Functions

std::ostream & operator<< (std::ostream &s, const EcalPseudoStripInputSample &samp)
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  s,
const EcalPseudoStripInputSample samp 
)

Definition at line 10 of file EcalPseudoStripInputSample.cc.

References EcalPseudoStripInputSample::fineGrain(), EcalPseudoStripInputSample::pseudoStripInput(), and alignCSCRings::s.

10  {
11  return s << "PSInput=" << samp.pseudoStripInput() << ", FG=" << samp.fineGrain();
12 }
int pseudoStripInput() const
get the pseudoStrip Input amplitude (12 bits)
bool fineGrain() const
get the fine-grain bit (1 bit, the 13-th)