CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ESListOfFEDS.cc
Go to the documentation of this file.
1 #include <iostream>
3 
5  list_of_feds.clear();
6 }
7 
8 void ESListOfFEDS::AddFED(int fed) {
9  list_of_feds.push_back(fed);
10 }
11 
12 
std::vector< int > list_of_feds
Definition: ESListOfFEDS.h:15
void AddFED(int fed)
Definition: ESListOfFEDS.cc:8