#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 HcalQIESample * | CastorUnpacker_impl::unpack (const HcalQIESample *startPoint, const HcalQIESample *limit, DigiClass &digi, int presamples, const CastorElectronicsId &eid, int startSample, int endSample) |
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 }