CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/DataFormats/EcalRawData/src/EcalListOfFEDS.cc

Go to the documentation of this file.
00001 #include <iostream>
00002 #include "DataFormats/EcalRawData/interface/EcalListOfFEDS.h"
00003 
00004 EcalListOfFEDS::EcalListOfFEDS() {
00005  list_of_feds.clear();
00006 }
00007 
00008 void EcalListOfFEDS::AddFED(int fed) {
00009  list_of_feds.push_back(fed);
00010 }
00011 
00012