CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
l1ct::OutputBoard 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< EGIsoEleObjEmuegelectron
 
std::vector< EGIsoObjEmuegphoton
 
float eta
 
float phi
 
std::vector< unsigned int > region_index
 

Detailed Description

Definition at line 326 of file layer1_emulator.h.

Member Function Documentation

◆ clear()

void l1ct::OutputBoard::clear ( )

◆ read()

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

◆ write()

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

Member Data Documentation

◆ egelectron

std::vector<EGIsoEleObjEmu> l1ct::OutputBoard::egelectron

◆ egphoton

std::vector<EGIsoObjEmu> l1ct::OutputBoard::egphoton

◆ eta

float l1ct::OutputBoard::eta

◆ phi

float l1ct::OutputBoard::phi

◆ region_index

std::vector<unsigned int> l1ct::OutputBoard::region_index

Definition at line 330 of file layer1_emulator.h.