CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_0/src/DataFormats/EcalRawData/src/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