|
||||
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); }
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |