CMS 3D CMS Logo

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