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); }
EcalListOfFEDS::list_of_feds
std::vector< int > list_of_feds
Definition: EcalListOfFEDS.h:14
EcalListOfFEDS::AddFED
void AddFED(int fed)
Definition: EcalListOfFEDS.cc:6
EcalListOfFEDS::EcalListOfFEDS
EcalListOfFEDS()
Definition: EcalListOfFEDS.cc:4
EcalListOfFEDS.h