#include "EventFilter/CastorRawToDigi/interface/CastorUnpacker.h"
#include "EventFilter/HcalRawToDigi/interface/HcalDCCHeader.h"
#include "EventFilter/HcalRawToDigi/interface/HcalHTRData.h"
#include "EventFilter/HcalRawToDigi/interface/HcalTTPUnpacker.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 | |
CastorUnpacker_impl | |
Functions | |
static int | slb (const HcalTriggerPrimitiveSample &theSample) |
static int | slbAndChan (const HcalTriggerPrimitiveSample &theSample) |
static int | slbChan (const HcalTriggerPrimitiveSample &theSample) |
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, int expectedTime, const HcalHTRData &hhd) |
|
static |
Definition at line 71 of file CastorUnpacker.cc.
References HcalTriggerPrimitiveSample::raw().
Referenced by LutXml::create_lut_map(), HcalTriggerPrimitiveSample::HcalTriggerPrimitiveSample(), HcalPacker::pack(), and CastorUnpacker::unpack().
|
static |
Definition at line 73 of file CastorUnpacker.cc.
References HcalTriggerPrimitiveSample::raw().
Referenced by CastorUnpacker::unpack().
|
static |
Definition at line 72 of file CastorUnpacker.cc.
References HcalTriggerPrimitiveSample::raw().
Referenced by CastorUnpacker::unpack().