CMS 3D CMS Logo

CastorUnpacker.cc File Reference

#include "EventFilter/CastorRawToDigi/interface/CastorUnpacker.h"
#include "EventFilter/HcalRawToDigi/interface/HcalDCCHeader.h"
#include "EventFilter/HcalRawToDigi/interface/HcalHTRData.h"
#include "DataFormats/HcalDetId/interface/HcalOtherDetId.h"
#include "DataFormats/HcalDigi/interface/HcalQIESample.h"
#include "DataFormats/HcalDigi/interface/CastorDataFrame.h"
#include "DataFormats/HcalDigi/interface/HcalTriggerPrimitiveSample.h"
#include <iostream>
#include "FWCore/MessageLogger/interface/MessageLogger.h"

Go to the source code of this file.

Namespaces

namespace  CastorUnpacker_impl

Functions

bool isTPGSOI (const HcalTriggerPrimitiveSample &s)
template<class DigiClass>
const HcalQIESampleCastorUnpacker_impl::unpack (const HcalQIESample *startPoint, const HcalQIESample *limit, DigiClass &digi, int presamples, const CastorElectronicsId &eid, int startSample, int endSample)


Function Documentation

bool @6362::isTPGSOI ( const HcalTriggerPrimitiveSample s  )  [inline, static]

Definition at line 36 of file CastorUnpacker.cc.

References HcalTriggerPrimitiveSample::raw(), and s.

Referenced by HcalUnpacker::unpack().

00036           { inline bool isTPGSOI(const HcalTriggerPrimitiveSample& s) {
00037   return (s.raw()&0x200)!=0;
00038 }


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