CMS 3D CMS Logo

Functions
EcalEBTriggerPrimitiveSample.cc File Reference
#include "DataFormats/EcalDigi/interface/EcalEBTriggerPrimitiveSample.h"

Go to the source code of this file.

Functions

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

Function Documentation

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

Definition at line 24 of file EcalEBTriggerPrimitiveSample.cc.

References EcalEBTriggerPrimitiveSample::encodedEt(), EcalEBTriggerPrimitiveSample::l1aSpike(), and EcalEBTriggerPrimitiveSample::time().

24  {
25  return s << "ET=" << samp.encodedEt() << ", isASpike=" << samp.l1aSpike()<< " timing= " << samp.time() ;
26 
27 }
int encodedEt() const
get the encoded Et (10 bits)