CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
l1ct::RawInputs Struct Reference

#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
 

Detailed Description

Definition at line 254 of file layer1_emulator.h.

Member Function Documentation

◆ clear()

void l1ct::RawInputs::clear ( )

◆ read()

bool l1ct::RawInputs::read ( std::fstream &  from)

◆ write()

bool l1ct::RawInputs::write ( std::fstream &  to) const

Member Data Documentation

◆ hgcalcluster

std::vector<DetectorSector<ap_uint<256> > > l1ct::RawInputs::hgcalcluster

◆ muon

DetectorSector<ap_uint<64> > l1ct::RawInputs::muon

◆ track

std::vector<DetectorSector<ap_uint<96> > > l1ct::RawInputs::track