CMS 3D CMS Logo

List of all members | Public Member Functions | Private Attributes
ESListOfFEDS Class Reference

#include <ESListOfFEDS.h>

Public Member Functions

void AddFED (int fed)
 
 ESListOfFEDS ()
 
std::vector< int > GetList () const
 
void SetList (std::vector< int > &feds)
 

Private Attributes

std::vector< int > list_of_feds
 

Detailed Description

Definition at line 6 of file ESListOfFEDS.h.

Constructor & Destructor Documentation

◆ ESListOfFEDS()

ESListOfFEDS::ESListOfFEDS ( )

Definition at line 4 of file ESListOfFEDS.cc.

4 { list_of_feds.clear(); }

References list_of_feds.

Member Function Documentation

◆ AddFED()

void ESListOfFEDS::AddFED ( int  fed)

Definition at line 6 of file ESListOfFEDS.cc.

6 { list_of_feds.push_back(fed); }

References list_of_feds.

◆ GetList()

std::vector<int> ESListOfFEDS::GetList ( ) const
inline

Definition at line 10 of file ESListOfFEDS.h.

10 { return list_of_feds; }

References list_of_feds.

Referenced by ESRawToDigi::produce().

◆ SetList()

void ESListOfFEDS::SetList ( std::vector< int > &  feds)
inline

Definition at line 11 of file ESListOfFEDS.h.

11 { list_of_feds = feds; }

References l1tstage2emulator_dqm_sourceclient-live_cfg::feds, and list_of_feds.

Member Data Documentation

◆ list_of_feds

std::vector<int> ESListOfFEDS::list_of_feds
private

Definition at line 14 of file ESListOfFEDS.h.

Referenced by AddFED(), ESListOfFEDS(), GetList(), and SetList().

l1tstage2emulator_dqm_sourceclient-live_cfg.feds
feds
Definition: l1tstage2emulator_dqm_sourceclient-live_cfg.py:152
ESListOfFEDS::list_of_feds
std::vector< int > list_of_feds
Definition: ESListOfFEDS.h:14