#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 |
Definition at line 6 of file ESListOfFEDS.h.
ESListOfFEDS::ESListOfFEDS | ( | ) |
void ESListOfFEDS::AddFED | ( | int | fed | ) |
Definition at line 8 of file ESListOfFEDS.cc.
References list_of_feds.
{ list_of_feds.push_back(fed); }
std::vector<int> ESListOfFEDS::GetList | ( | ) | const [inline] |
void ESListOfFEDS::SetList | ( | std::vector< int > & | feds | ) | [inline] |
std::vector<int> ESListOfFEDS::list_of_feds [private] |
Definition at line 15 of file ESListOfFEDS.h.
Referenced by AddFED(), ESListOfFEDS(), GetList(), and SetList().