CMS 3D CMS Logo

HcalTriggerPrimitiveSample.h File Reference

#include <boost/cstdint.hpp>
#include <ostream>

Go to the source code of this file.

Classes

class  HcalTriggerPrimitiveSample
 
Date
2007/12/14 08:50:43
Revision
1.7
More...

Defines

#define HCALTRIGGERPRIMITIVESAMPLE_H   1

Functions

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


Define Documentation

#define HCALTRIGGERPRIMITIVESAMPLE_H   1

Definition at line 2 of file HcalTriggerPrimitiveSample.h.


Function Documentation

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

Definition at line 12 of file HcalTriggerPrimitiveSample.cc.

References HcalTriggerPrimitiveSample::compressedEt(), and HcalTriggerPrimitiveSample::fineGrain().

00012                                                                               {
00013   return s << "Value=" << samp.compressedEt() << ", FG=" << samp.fineGrain();
00014 }


Generated on Tue Jun 9 17:52:07 2009 for CMSSW by  doxygen 1.5.4