Line Code
1 2 3 4 5 6
#include <iostream>
#include "DataFormats/EcalRawData/interface/ESListOfFEDS.h"

ESListOfFEDS::ESListOfFEDS() { list_of_feds.clear(); }

void ESListOfFEDS::AddFED(int fed) { list_of_feds.push_back(fed); }