#include "EventFilter/HcalRawToDigi/interface/HcalUnpacker.h"
#include "EventFilter/HcalRawToDigi/interface/HcalDCCHeader.h"
#include "EventFilter/HcalRawToDigi/interface/HcalDTCHeader.h"
#include "EventFilter/HcalRawToDigi/interface/AMC13Header.h"
#include "EventFilter/HcalRawToDigi/interface/HcalHTRData.h"
#include "EventFilter/HcalRawToDigi/interface/HcalUHTRData.h"
#include "DataFormats/HcalDetId/interface/HcalOtherDetId.h"
#include "DataFormats/HcalDigi/interface/HcalQIESample.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "EventFilter/HcalRawToDigi/interface/HcalTTPUnpacker.h"
#include "EventFilter/HcalRawToDigi/plugins/HcalRawToDigi.h"
Go to the source code of this file.
Classes | |
struct | HOUnrolledTP |
Namespaces | |
HcalUnpacker_impl | |
Functions | |
static bool | isTPGSOI (const HcalTriggerPrimitiveSample &s) |
static int | slb (uint16_t theSample) |
static int | slbAndChan (uint16_t theSample) |
static int | slbChan (uint16_t theSample) |
template<class DigiClass > | |
const HcalQIESample * | HcalUnpacker_impl::unpack (const HcalQIESample *startPoint, const HcalQIESample *limit, DigiClass &digi, int presamples, const HcalElectronicsId &eid, int startSample, int endSample, int expectedTime, const HcalHTRData &hhd) |
template<class DigiClass > | |
const unsigned short * | HcalUnpacker_impl::unpack_compact (const unsigned short *startPoint, const unsigned short *limit, DigiClass &digi, int presamples, const HcalElectronicsId &eid, int startSample, int endSample, int expectedTime, const HcalHTRData &hhd) |
template<class DigiClass > | |
void | HcalUnpacker_impl::unpack_compact (HcalUHTRData::const_iterator &i, const HcalUHTRData::const_iterator &iend, DigiClass &digi, int presamples, const HcalElectronicsId &eid, int startSample, int endSample) |
|
inlinestatic |
Definition at line 168 of file HcalUnpacker.cc.
References HcalTriggerPrimitiveSample::raw().
Referenced by CastorUnpacker_impl::unpack(), CastorUnpacker::unpack(), and HcalUnpacker::unpackVME().
|
static |
Definition at line 205 of file HcalUnpacker.cc.
Referenced by HcalUnpacker::unpackVME().
|
static |
Definition at line 207 of file HcalUnpacker.cc.
Referenced by HcalUnpacker::unpackVME().
|
static |
Definition at line 206 of file HcalUnpacker.cc.
Referenced by HcalUnpacker::unpackVME().