CMS 3D CMS Logo

ESListOfFEDS.cc

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

Generated on Tue Jun 9 17:30:42 2009 for CMSSW by  doxygen 1.5.4