#include <layer1_emulator.h>
Public Member Functions | |
void | clear () |
bool | read (std::fstream &from) |
bool | write (std::fstream &to) const |
Public Attributes | |
std::vector< DetectorSector< ap_uint< 256 > > > | hgcalcluster |
DetectorSector< ap_uint< 64 > > | muon |
std::vector< DetectorSector< ap_uint< 96 > > > | track |
Definition at line 254 of file layer1_emulator.h.
void l1ct::RawInputs::clear | ( | ) |
bool l1ct::RawInputs::read | ( | std::fstream & | from | ) |
Referenced by edmIntegrityCheck.PublishToFileSystem::get().
bool l1ct::RawInputs::write | ( | std::fstream & | to | ) | const |
Referenced by pkg.AbstractPkg::generate().
std::vector<DetectorSector<ap_uint<256> > > l1ct::RawInputs::hgcalcluster |
Definition at line 257 of file layer1_emulator.h.
Referenced by L1TCorrelatorLayer1Producer::addHadCalo(), L1TCorrelatorLayer1Producer::initSectorsAndRegions(), and L1TCorrelatorLayer1PatternFileWriter::L1TCorrelatorLayer1PatternFileWriter().
DetectorSector<ap_uint<64> > l1ct::RawInputs::muon |
Definition at line 256 of file layer1_emulator.h.
Referenced by L1TCorrelatorLayer1Producer::addMuon(), and L1TCorrelatorLayer1Producer::initSectorsAndRegions().
std::vector<DetectorSector<ap_uint<96> > > l1ct::RawInputs::track |
Definition at line 255 of file layer1_emulator.h.
Referenced by L1TCorrelatorLayer1Producer::addTrack(), L1TCorrelatorLayer1Producer::initSectorsAndRegions(), and L1TCorrelatorLayer1PatternFileWriter::L1TCorrelatorLayer1PatternFileWriter().