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 320 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

Definition at line 326 of file layer1_emulator.h.

Referenced by L1TCtL2EgProducer::convertToEmu().

◆ egphoton

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

Definition at line 325 of file layer1_emulator.h.

Referenced by L1TCtL2EgProducer::convertToEmu().

◆ eta

float l1ct::OutputBoard::eta

Definition at line 321 of file layer1_emulator.h.

Referenced by Particle.Particle::__str__(), Jet.Jet::jetID(), and Jet.Jet::puJetId().

◆ phi

float l1ct::OutputBoard::phi

◆ region_index

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

Definition at line 324 of file layer1_emulator.h.