#include <cstdint>
#include <vector>
#include <algorithm>
#include "DataFormats/HGCalDigi/interface/HGCalElectronicsId.h"
#include "CondFormats/Serialization/interface/Serializable.h"
#include "CondFormats/HGCalObjects/interface/HGCalDenseIndexerBase.h"
#include "CondFormats/HGCalObjects/interface/HGCalMappingCellIndexer.h"
#include "FWCore/Utilities/interface/Exception.h"
Go to the source code of this file.
Classes | |
struct | HGCalFEDReadoutSequence_t |
this structure holds the indices and types in the readout sequence as the 12 capture blocks may not all be used and the each capture block may also be under-utilized a lookup table is used to hold the compact index More... | |
class | HGCalMappingModuleIndexer |
utility class to assign dense readout module indexing the class holds the information on the expected readout sequence (module types) per FED and their offset in the SoAs of data More... | |