CMS 3D CMS Logo

ESListOfFEDS.cc
Go to the documentation of this file.
1 #include <iostream>
3 
5 
6 void ESListOfFEDS::AddFED(int fed) { list_of_feds.push_back(fed); }
ESListOfFEDS::list_of_feds
std::vector< int > list_of_feds
Definition: ESListOfFEDS.h:14
ESListOfFEDS::ESListOfFEDS
ESListOfFEDS()
Definition: ESListOfFEDS.cc:4
ESListOfFEDS::AddFED
void AddFED(int fed)
Definition: ESListOfFEDS.cc:6
ESListOfFEDS.h