CMS 3D CMS Logo

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

#include <EcalListOfFEDS.h>

Public Member Functions

void AddFED (int fed)
 
 EcalListOfFEDS ()
 
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 EcalListOfFEDS.h.

Constructor & Destructor Documentation

◆ EcalListOfFEDS()

EcalListOfFEDS::EcalListOfFEDS ( )

Definition at line 4 of file EcalListOfFEDS.cc.

References list_of_feds.

4 { list_of_feds.clear(); }
std::vector< int > list_of_feds

Member Function Documentation

◆ AddFED()

void EcalListOfFEDS::AddFED ( int  fed)

Definition at line 6 of file EcalListOfFEDS.cc.

References list_of_feds.

6 { list_of_feds.push_back(fed); }
std::vector< int > list_of_feds

◆ GetList()

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

Definition at line 10 of file EcalListOfFEDS.h.

References list_of_feds.

Referenced by EcalRawToDigi::produce().

10 { return list_of_feds; }
std::vector< int > list_of_feds

◆ SetList()

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

Member Data Documentation

◆ list_of_feds

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

Definition at line 14 of file EcalListOfFEDS.h.

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