Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:04:05

0001 #include <iostream>
0002 #include "DataFormats/EcalRawData/interface/ESListOfFEDS.h"
0003 
0004 ESListOfFEDS::ESListOfFEDS() { list_of_feds.clear(); }
0005 
0006 void ESListOfFEDS::AddFED(int fed) { list_of_feds.push_back(fed); }