Unpacks/packs the V38 raw format. More...
#include <GctFormatTranslateV38.h>
Public Member Functions | |
virtual bool | convertBlock (const unsigned char *d, const GctBlockHeader &hdr) |
Get digis from the block - will return true if it succeeds, false otherwise. More... | |
GctFormatTranslateV38 (bool hltMode=false, bool unpackSharedRegions=false, unsigned numberOfGctSamplesToUnpack=1, unsigned numberOfRctSamplesToUnpack=1) | |
Constructor. More... | |
virtual GctBlockHeader | generateBlockHeader (const unsigned char *data) const |
Generate a block header from four 8-bit values. More... | |
virtual | ~GctFormatTranslateV38 () |
Destructor. More... | |
Public Member Functions inherited from GctFormatTranslateBase | |
GctFormatTranslateBase (bool hltMode=false, bool unpackSharedRegions=false) | |
Constructor. More... | |
const std::string & | getBlockDescription (const GctBlockHeader &header) const |
Get block description. More... | |
void | setPackingBxId (uint32_t bxId) |
void | setPackingEventId (uint32_t eventId) |
void | setUnpackCollections (GctUnpackCollections *const collections) |
Set the pointer to the unpack collections. More... | |
virtual | ~GctFormatTranslateBase () |
Destructor. More... | |
Protected Member Functions | |
virtual BlockLengthMap & | blockLengthMap () |
get the static block ID to block-length map. More... | |
virtual const BlockLengthMap & | blockLengthMap () const |
get the static block ID to block-length map. More... | |
virtual BlockNameMap & | blockNameMap () |
get the static block ID to block-name map. More... | |
virtual const BlockNameMap & | blockNameMap () const |
get the static block ID to blockname map. More... | |
virtual uint32_t | generateRawHeader (const uint32_t blockId, const uint32_t nSamples, const uint32_t bxId, const uint32_t eventId) const |
Returns a raw 32-bit header word generated from the blockId, number of time samples, bunch-crossing and event IDs. More... | |
virtual BlockIdToEmCandIsoBoundMap & | internEmIsoBounds () |
get the static intern EM cand isolated boundary map. More... | |
virtual const BlockIdToEmCandIsoBoundMap & | internEmIsoBounds () const |
get the static intern EM cand isolated boundary map. More... | |
virtual BlkToRctCrateMap & | rctEmCrateMap () |
get the static block ID to RCT crate map for electrons. More... | |
virtual const BlkToRctCrateMap & | rctEmCrateMap () const |
get static the block ID to RCT crate map for electrons. More... | |
virtual BlkToRctCrateMap & | rctJetCrateMap () |
get the static block ID to RCT crate map for jets More... | |
virtual const BlkToRctCrateMap & | rctJetCrateMap () const |
get the static block ID to RCT crate map for jets More... | |
Protected Member Functions inherited from GctFormatTranslateBase | |
void | blockDoNothing (const unsigned char *d, const GctBlockHeader &hdr) |
The null unpack function - obviously common to all formats. More... | |
bool | checkBlock (const GctBlockHeader &hdr) const |
Performs checks on the block header to see if the block is possible to unpack or not. More... | |
GctUnpackCollections *const | colls () const |
Protected access to the GCT Unpack Collections. More... | |
L1GctJetCandCollection *const | gctJets (const unsigned cat) const |
Get a specific jet candandiate collection using the JetCandCategory enumeration. More... | |
bool | hltMode () const |
Protected interface to get HLT optimisation mode flag. More... | |
const uint32_t | packingBxId () const |
Get the BxId to be used when packing data. More... | |
const uint32_t | packingEventId () const |
Get the EventId to be used when packing data. More... | |
const SourceCardRouting & | srcCardRouting () const |
Protected interface to the unpackSharedRegions commissioning option. More... | |
bool | unpackSharedRegions () const |
void | writeRawHeader (unsigned char *data, uint32_t blockId, uint32_t nSamples) const |
Writes a raw block header into the raw data array for a given block ID and number of time-samples. More... | |
Private Types | |
typedef std::map< unsigned int, PtrToUnpackFn > | BlockIdToUnpackFnMap |
Typedef for a block ID to unpack function map. More... | |
typedef void(GctFormatTranslateV38::* | PtrToUnpackFn )(const unsigned char *, const GctBlockHeader &) |
Function pointer typdef to a block unpack function. More... | |
Private Member Functions | |
void | blockToFibres (const unsigned char *d, const GctBlockHeader &hdr) |
unpack Fibres More... | |
void | blockToFibresAndToRctEmCand (const unsigned char *d, const GctBlockHeader &hdr) |
unpack Fibres and RCT EM Candidates More... | |
void | blockToGctEmCandsAndEnergySums (const unsigned char *d, const GctBlockHeader &hdr) |
unpack GCT EM Candidates and energy sums. More... | |
void | blockToGctInternEmCand (const unsigned char *d, const GctBlockHeader &hdr) |
unpack GCT internal EM Candidates More... | |
void | blockToGctInternEtSums (const unsigned char *d, const GctBlockHeader &hdr) |
unpack GCT internal Et sums More... | |
void | blockToGctInternEtSumsAndJetCluster (const unsigned char *d, const GctBlockHeader &hdr) |
unpack GCT internal output of leaf jet finder More... | |
void | blockToGctInternHtMissPostWheel (const unsigned char *d, const GctBlockHeader &hdr) |
unpack GCT internal Missing Ht data that is either wheel output or concJet input (i.e. after wheel processing). More... | |
void | blockToGctInternHtMissPreWheel (const unsigned char *d, const GctBlockHeader &hdr) |
unpack GCT internal Missing Ht data that is being input to the wheels. More... | |
void | blockToGctInternRingSums (const unsigned char *d, const GctBlockHeader &hdr) |
unpack GCT internal HF ring sums More... | |
void | blockToGctJetCandsAndCounts (const unsigned char *d, const GctBlockHeader &hdr) |
Unpack GCT Jet Candidates and jet counts. More... | |
void | blockToGctJetClusterMinimal (const unsigned char *d, const GctBlockHeader &hdr) |
unpack GCT internal input to wheel jet sort More... | |
void | blockToGctJetPreCluster (const unsigned char *d, const GctBlockHeader &hdr) |
unpack GCT internal shared jet finder info More... | |
void | blockToGctTrigObjects (const unsigned char *d, const GctBlockHeader &hdr) |
unpack GCT internal wheel and conc jets More... | |
void | blockToGctWheelInputInternEtAndRingSums (const unsigned char *d, const GctBlockHeader &hdr) |
unpack GCT internal input to wheel More... | |
void | blockToGctWheelOutputInternEtAndRingSums (const unsigned char *d, const GctBlockHeader &hdr) |
unpack GCT internal output of wheel More... | |
void | blockToRctCaloRegions (const unsigned char *d, const GctBlockHeader &hdr) |
Unpack RCT Calo Regions. More... | |
void | blockToRctEmCand (const unsigned char *d, const GctBlockHeader &hdr) |
unpack RCT EM Candidates More... | |
Private Attributes | |
const unsigned | m_numberOfGctSamplesToUnpack |
Number of BXs of GCT data to unpack (assuming they are in the raw data) More... | |
const unsigned | m_numberOfRctSamplesToUnpack |
Static Private Attributes | |
static BlockLengthMap | m_blockLength = GctFormatTranslateV38::BlockLengthMap() |
Map to translate block number to fundamental size of a block (i.e. for 1 time-sample). More... | |
static BlockNameMap | m_blockName = GctFormatTranslateV38::BlockNameMap() |
Map to hold a description for each block number. More... | |
static BlockIdToUnpackFnMap | m_blockUnpackFn = GctFormatTranslateV38::BlockIdToUnpackFnMap() |
Block ID to unpack function map. More... | |
static BlockIdToEmCandIsoBoundMap | m_internEmIsoBounds = GctFormatTranslateV38::BlockIdToEmCandIsoBoundMap() |
static BlkToRctCrateMap | m_rctEmCrate = GctFormatTranslateV38::BlkToRctCrateMap() |
Map to relate capture block ID to the RCT crate the data originated from (for electrons). More... | |
static BlkToRctCrateMap | m_rctJetCrate = GctFormatTranslateV38::BlkToRctCrateMap() |
Map to relate capture block ID to the RCT crate the data originated from (for jets). More... | |
Additional Inherited Members | |
Protected Types inherited from GctFormatTranslateBase | |
typedef std::map< unsigned int, unsigned int > | BlkToRctCrateMap |
Typedef for mapping block ID to RCT crate. More... | |
typedef std::map< unsigned int, IsoBoundaryPair > | BlockIdToEmCandIsoBoundMap |
A typdef for mapping Block IDs to IsoBoundaryPairs. More... | |
typedef std::map< unsigned int, unsigned int > | BlockLengthMap |
Block ID to Block Length map. More... | |
typedef std::pair< unsigned int, unsigned int > | BlockLengthPair |
Block ID/length pair. More... | |
typedef std::map< unsigned int, std::string > | BlockNameMap |
Block ID to Block Description map. More... | |
typedef std::pair< unsigned int, std::string > | BlockNamePair |
Block ID/Description pair. More... | |
enum | EmCandCatagory { NON_ISO_EM_CANDS, ISO_EM_CANDS, NUM_EM_CAND_CATEGORIES } |
An enum of the EM candidate types. More... | |
typedef std::pair< unsigned int, unsigned int > | IsoBoundaryPair |
enum | JetCandCategory { TAU_JETS, FORWARD_JETS, CENTRAL_JETS, NUM_JET_CATEGORIES } |
Useful enumeration for jet candidate pack/unpack. More... | |
Unpacks/packs the V38 raw format.
Definition at line 17 of file GctFormatTranslateV38.h.
|
private |
Typedef for a block ID to unpack function map.
Definition at line 83 of file GctFormatTranslateV38.h.
|
private |
Function pointer typdef to a block unpack function.
Definition at line 81 of file GctFormatTranslateV38.h.
|
explicit |
Constructor.
hltMode | - set true to unpack only BX zero and GCT output data (i.e. to run as quick as possible). |
unpackSharedRegions | - this is a commissioning option to unpack the shared RCT calo regions. |
Definition at line 29 of file GctFormatTranslateV38.cc.
References GctFormatTranslateBase::blockDoNothing(), blockToFibres(), blockToFibresAndToRctEmCand(), blockToGctEmCandsAndEnergySums(), blockToGctInternEmCand(), blockToGctInternEtSums(), blockToGctInternEtSumsAndJetCluster(), blockToGctInternHtMissPostWheel(), blockToGctInternHtMissPreWheel(), blockToGctInternRingSums(), blockToGctJetCandsAndCounts(), blockToGctJetClusterMinimal(), blockToGctJetPreCluster(), blockToGctTrigObjects(), blockToGctWheelInputInternEtAndRingSums(), blockToGctWheelOutputInternEtAndRingSums(), blockToRctCaloRegions(), m_blockLength, m_blockName, m_blockUnpackFn, m_internEmIsoBounds, m_rctEmCrate, and m_rctJetCrate.
|
virtual |
|
inlineprotectedvirtual |
get the static block ID to block-length map.
Implements GctFormatTranslateBase.
Definition at line 52 of file GctFormatTranslateV38.h.
References m_blockLength.
Referenced by generateBlockHeader().
|
inlineprotectedvirtual |
get the static block ID to block-length map.
Implements GctFormatTranslateBase.
Definition at line 53 of file GctFormatTranslateV38.h.
References m_blockLength.
|
inlineprotectedvirtual |
get the static block ID to block-name map.
Implements GctFormatTranslateBase.
Definition at line 55 of file GctFormatTranslateV38.h.
References m_blockName.
|
inlineprotectedvirtual |
get the static block ID to blockname map.
Implements GctFormatTranslateBase.
Definition at line 56 of file GctFormatTranslateV38.h.
References m_blockName.
|
private |
unpack Fibres
Definition at line 946 of file GctFormatTranslateV38.cc.
References GctBlockHeader::blockId(), GctBlockHeader::blockLength(), GctFormatTranslateBase::colls(), GctUnpackCollections::gctFibres(), GctFormatTranslateBase::hltMode(), i, LogDebug, GctBlockHeader::nSamples(), and AlCaHLTBitMon_ParallelJobs::p.
Referenced by blockToFibresAndToRctEmCand(), and GctFormatTranslateV38().
|
private |
unpack Fibres and RCT EM Candidates
Definition at line 966 of file GctFormatTranslateV38.cc.
References blockToFibres(), and blockToRctEmCand().
Referenced by GctFormatTranslateV38().
|
private |
unpack GCT EM Candidates and energy sums.
Definition at line 648 of file GctFormatTranslateV38.cc.
References GctBlockHeader::blockId(), GctFormatTranslateBase::colls(), castor_dqm_sourceclient_file_cfg::firstSample, GctUnpackCollections::gctEtHad(), GctUnpackCollections::gctEtMiss(), GctUnpackCollections::gctEtTot(), GctUnpackCollections::gctIsoEm(), GctUnpackCollections::gctNonIsoEm(), castor_dqm_sourceclient_file_cfg::lastSample, LogDebug, m_numberOfGctSamplesToUnpack, bookConverter::min, GctBlockHeader::nSamples(), and evf::evtn::offset().
Referenced by GctFormatTranslateV38().
|
private |
unpack GCT internal EM Candidates
Definition at line 783 of file GctFormatTranslateV38.cc.
References GctBlockHeader::blockId(), GctBlockHeader::blockLength(), GctFormatTranslateBase::colls(), end, spr::find(), GctUnpackCollections::gctInternEm(), GctFormatTranslateBase::hltMode(), i, internEmIsoBounds(), LogDebug, GctBlockHeader::nSamples(), evf::evtn::offset(), and AlCaHLTBitMon_ParallelJobs::p.
Referenced by GctFormatTranslateV38().
|
private |
unpack GCT internal Et sums
Definition at line 972 of file GctFormatTranslateV38.cc.
References GctBlockHeader::blockId(), GctBlockHeader::blockLength(), GctFormatTranslateBase::colls(), L1GctInternEtSum::fromTotalEtOrHt(), GctUnpackCollections::gctInternEtSums(), GctFormatTranslateBase::hltMode(), i, LogDebug, GctBlockHeader::nSamples(), and AlCaHLTBitMon_ParallelJobs::p.
Referenced by GctFormatTranslateV38().
|
private |
unpack GCT internal output of leaf jet finder
Definition at line 994 of file GctFormatTranslateV38.cc.
References GctBlockHeader::blockId(), GctBlockHeader::blockLength(), GctFormatTranslateBase::colls(), L1GctInternJetData::fromJetCluster(), L1GctInternEtSum::fromJetMissEt(), L1GctInternEtSum::fromJetTotEt(), L1GctInternEtSum::fromJetTotHt(), GctUnpackCollections::gctInternEtSums(), GctUnpackCollections::gctInternJets(), GctFormatTranslateBase::hltMode(), i, LogDebug, GctBlockHeader::nSamples(), and AlCaHLTBitMon_ParallelJobs::p.
Referenced by GctFormatTranslateV38().
|
private |
unpack GCT internal Missing Ht data that is either wheel output or concJet input (i.e. after wheel processing).
Definition at line 1195 of file GctFormatTranslateV38.cc.
References GctBlockHeader::blockId(), GctBlockHeader::blockLength(), GctFormatTranslateBase::colls(), GctUnpackCollections::gctInternHtMiss(), GctFormatTranslateBase::hltMode(), LogDebug, GctBlockHeader::nSamples(), AlCaHLTBitMon_ParallelJobs::p, L1GctInternHtMiss::unpackerMissHtx(), and L1GctInternHtMiss::unpackerMissHty().
Referenced by GctFormatTranslateV38().
|
private |
unpack GCT internal Missing Ht data that is being input to the wheels.
Definition at line 1172 of file GctFormatTranslateV38.cc.
References GctBlockHeader::blockId(), GctBlockHeader::blockLength(), GctFormatTranslateBase::colls(), GctUnpackCollections::gctInternHtMiss(), GctFormatTranslateBase::hltMode(), LogDebug, GctBlockHeader::nSamples(), AlCaHLTBitMon_ParallelJobs::p, and L1GctInternHtMiss::unpackerMissHtxHty().
Referenced by GctFormatTranslateV38().
|
private |
unpack GCT internal HF ring sums
Definition at line 1089 of file GctFormatTranslateV38.cc.
References GctBlockHeader::blockId(), GctBlockHeader::blockLength(), GctFormatTranslateBase::colls(), L1GctInternHFData::fromConcBitCounts(), L1GctInternHFData::fromConcRingSums(), GctUnpackCollections::gctInternHFData(), GctFormatTranslateBase::hltMode(), i, LogDebug, GctBlockHeader::nSamples(), and AlCaHLTBitMon_ParallelJobs::p.
Referenced by GctFormatTranslateV38().
|
private |
Unpack GCT Jet Candidates and jet counts.
Definition at line 717 of file GctFormatTranslateV38.cc.
References GctBlockHeader::blockId(), GctFormatTranslateBase::colls(), castor_dqm_sourceclient_file_cfg::firstSample, GctFormatTranslateBase::FORWARD_JETS, L1GctHFBitCounts::fromConcHFBitCounts(), L1GctHFRingEtSums::fromConcRingSums(), GctUnpackCollections::gctHfBitCounts(), GctUnpackCollections::gctHfRingEtSums(), GctUnpackCollections::gctHtMiss(), GctFormatTranslateBase::gctJets(), fwrapper::jets, castor_dqm_sourceclient_file_cfg::lastSample, LogDebug, m_numberOfGctSamplesToUnpack, bookConverter::min, GctBlockHeader::nSamples(), GctFormatTranslateBase::NUM_JET_CATEGORIES, and GctFormatTranslateBase::TAU_JETS.
Referenced by GctFormatTranslateV38().
|
private |
unpack GCT internal input to wheel jet sort
Definition at line 1043 of file GctFormatTranslateV38.cc.
References GctBlockHeader::blockId(), GctBlockHeader::blockLength(), GctFormatTranslateBase::colls(), L1GctInternJetData::fromJetClusterMinimal(), GctUnpackCollections::gctInternJets(), GctFormatTranslateBase::hltMode(), i, LogDebug, GctBlockHeader::nSamples(), and AlCaHLTBitMon_ParallelJobs::p.
Referenced by GctFormatTranslateV38().
|
private |
unpack GCT internal shared jet finder info
Definition at line 1066 of file GctFormatTranslateV38.cc.
References GctBlockHeader::blockId(), GctBlockHeader::blockLength(), GctFormatTranslateBase::colls(), L1GctInternJetData::fromJetPreCluster(), GctUnpackCollections::gctInternJets(), GctFormatTranslateBase::hltMode(), i, LogDebug, GctBlockHeader::nSamples(), and AlCaHLTBitMon_ParallelJobs::p.
Referenced by GctFormatTranslateV38().
|
private |
unpack GCT internal wheel and conc jets
Definition at line 1020 of file GctFormatTranslateV38.cc.
References GctBlockHeader::blockId(), GctBlockHeader::blockLength(), GctFormatTranslateBase::colls(), L1GctInternJetData::fromGctTrigObject(), GctUnpackCollections::gctInternJets(), GctFormatTranslateBase::hltMode(), i, LogDebug, GctBlockHeader::nSamples(), and AlCaHLTBitMon_ParallelJobs::p.
Referenced by GctFormatTranslateV38().
|
private |
unpack GCT internal input to wheel
Definition at line 1114 of file GctFormatTranslateV38.cc.
References GctBlockHeader::blockId(), GctBlockHeader::blockLength(), GctFormatTranslateBase::colls(), L1GctInternEtSum::fromMissEtxOrEty(), L1GctInternEtSum::fromTotalEtOrHt(), L1GctInternHFData::fromWheelBitCounts(), L1GctInternHFData::fromWheelRingSums(), GctUnpackCollections::gctInternEtSums(), GctUnpackCollections::gctInternHFData(), GctFormatTranslateBase::hltMode(), i, LogDebug, GctBlockHeader::nSamples(), and AlCaHLTBitMon_ParallelJobs::p.
Referenced by GctFormatTranslateV38().
|
private |
unpack GCT internal output of wheel
Definition at line 1143 of file GctFormatTranslateV38.cc.
References GctBlockHeader::blockId(), GctBlockHeader::blockLength(), GctFormatTranslateBase::colls(), L1GctInternEtSum::fromMissEtxOrEty(), L1GctInternEtSum::fromTotalEtOrHt(), L1GctInternHFData::fromWheelBitCounts(), L1GctInternHFData::fromWheelRingSums(), GctUnpackCollections::gctInternEtSums(), GctUnpackCollections::gctInternHFData(), GctFormatTranslateBase::hltMode(), i, LogDebug, GctBlockHeader::nSamples(), and AlCaHLTBitMon_ParallelJobs::p.
Referenced by GctFormatTranslateV38().
|
private |
Unpack RCT Calo Regions.
Definition at line 878 of file GctFormatTranslateV38.cc.
References GctBlockHeader::blockId(), GctBlockHeader::blockLength(), GctFormatTranslateBase::colls(), end, spr::find(), GctFormatTranslateBase::hltMode(), i, LogDebug, L1CaloRegion::makeRegionFromUnpacker(), GctBlockHeader::nSamples(), AlCaHLTBitMon_ParallelJobs::p, GctUnpackCollections::rctCalo(), rctJetCrateMap(), and GctFormatTranslateBase::unpackSharedRegions().
Referenced by GctFormatTranslateV38().
|
private |
unpack RCT EM Candidates
Definition at line 824 of file GctFormatTranslateV38.cc.
References GctBlockHeader::blockId(), GctBlockHeader::blockLength(), GctFormatTranslateBase::colls(), GctFormatTranslateBase::hltMode(), i, LogDebug, GctBlockHeader::nSamples(), AlCaHLTBitMon_ParallelJobs::p, GctUnpackCollections::rctEm(), rctEmCrateMap(), SourceCardRouting::SFPtoEMU(), and GctFormatTranslateBase::srcCardRouting().
Referenced by blockToFibresAndToRctEmCand().
|
virtual |
Get digis from the block - will return true if it succeeds, false otherwise.
Implements GctFormatTranslateBase.
Definition at line 604 of file GctFormatTranslateV38.cc.
References GctBlockHeader::blockId(), GctFormatTranslateBase::checkBlock(), data, m_blockUnpackFn, GctBlockHeader::nSamples(), and edm::second().
|
virtual |
Generate a block header from four 8-bit values.
Implements GctFormatTranslateBase.
Definition at line 576 of file GctFormatTranslateV38.cc.
References blockLengthMap(), and TrackValidation_HighPurity_cff::valid.
|
protectedvirtual |
Returns a raw 32-bit header word generated from the blockId, number of time samples, bunch-crossing and event IDs.
Implements GctFormatTranslateBase.
Definition at line 622 of file GctFormatTranslateV38.cc.
|
inlineprotectedvirtual |
get the static intern EM cand isolated boundary map.
Implements GctFormatTranslateBase.
Definition at line 64 of file GctFormatTranslateV38.h.
References m_internEmIsoBounds.
Referenced by blockToGctInternEmCand().
|
inlineprotectedvirtual |
get the static intern EM cand isolated boundary map.
Implements GctFormatTranslateBase.
Definition at line 65 of file GctFormatTranslateV38.h.
References m_internEmIsoBounds.
|
inlineprotectedvirtual |
get the static block ID to RCT crate map for electrons.
Implements GctFormatTranslateBase.
Definition at line 58 of file GctFormatTranslateV38.h.
References m_rctEmCrate.
Referenced by blockToRctEmCand().
|
inlineprotectedvirtual |
get static the block ID to RCT crate map for electrons.
Implements GctFormatTranslateBase.
Definition at line 59 of file GctFormatTranslateV38.h.
References m_rctEmCrate.
|
inlineprotectedvirtual |
get the static block ID to RCT crate map for jets
Implements GctFormatTranslateBase.
Definition at line 61 of file GctFormatTranslateV38.h.
References m_rctJetCrate.
Referenced by blockToRctCaloRegions().
|
inlineprotectedvirtual |
get the static block ID to RCT crate map for jets
Implements GctFormatTranslateBase.
Definition at line 62 of file GctFormatTranslateV38.h.
References m_rctJetCrate.
|
staticprivate |
Map to translate block number to fundamental size of a block (i.e. for 1 time-sample).
Definition at line 89 of file GctFormatTranslateV38.h.
Referenced by blockLengthMap(), and GctFormatTranslateV38().
|
staticprivate |
Map to hold a description for each block number.
Definition at line 92 of file GctFormatTranslateV38.h.
Referenced by blockNameMap(), and GctFormatTranslateV38().
|
staticprivate |
Block ID to unpack function map.
Definition at line 105 of file GctFormatTranslateV38.h.
Referenced by convertBlock(), and GctFormatTranslateV38().
|
staticprivate |
A map of Block IDs to IsoBoundaryPairs for storing the location of the isolated Internal EM cands in the pipeline, as this differs with Block ID.
Definition at line 102 of file GctFormatTranslateV38.h.
Referenced by GctFormatTranslateV38(), and internEmIsoBounds().
|
private |
Number of BXs of GCT data to unpack (assuming they are in the raw data)
Number of BXs of RCT data to unpack (assuming they are in the raw data)
Definition at line 108 of file GctFormatTranslateV38.h.
Referenced by blockToGctEmCandsAndEnergySums(), and blockToGctJetCandsAndCounts().
|
private |
Definition at line 111 of file GctFormatTranslateV38.h.
|
staticprivate |
Map to relate capture block ID to the RCT crate the data originated from (for electrons).
Definition at line 95 of file GctFormatTranslateV38.h.
Referenced by GctFormatTranslateV38(), and rctEmCrateMap().
|
staticprivate |
Map to relate capture block ID to the RCT crate the data originated from (for jets).
Definition at line 98 of file GctFormatTranslateV38.h.
Referenced by GctFormatTranslateV38(), and rctJetCrateMap().