10 #ifndef DataFormats_HGCalDigi_HGCalRawDataEmulatorInfo_h 11 #define DataFormats_HGCalDigi_HGCalRawDataEmulatorInfo_h 14 #include <unordered_map> 56 std::unordered_map<unsigned int, HGCalECONDEmulatorInfo>
econd_info_;
70 std::unordered_map<unsigned int, HGCalCaptureBlockEmulatorInfo>
cb_info_;
std::unordered_map< unsigned int, HGCalECONDEmulatorInfo > econd_info_
HGCalSlinkEmulatorInfo()=default
std::vector< std::vector< bool > > erx_pois_
HGCalCaptureBlockEmulatorInfo()=default
HGCalCaptureBlockEmulatorInfo & captureBlockEmulatedInfo(unsigned int)
std::vector< bool > channelsEnabled(size_t) const
std::bitset< 6 > header_bits_
std::unordered_map< unsigned int, HGCalCaptureBlockEmulatorInfo > cb_info_
HGCROCEventRecoStatus eventRecoStatus() const
void addERxChannelsEnable(const std::vector< bool > &)
Map of capture block emulator truth information within a S-link payload.
HGCalECONDEmulatorInfo()=default
void addECONDEmulatedInfo(unsigned int, const HGCalECONDEmulatorInfo &)
Map of ECON-D emulator truth information within a capture block.
void addCaptureBlockEmulatedInfo(unsigned int, const HGCalCaptureBlockEmulatorInfo &)