/////////////////////////////////////////////////////////////////////////////// // /////////////////////////////////////////////////////////////////////////////// #include "Stntuple/base/TStnRunRecord.hh" ClassImp(TStnRunRecord) //----------------------------------------------------------------------------- TStnRunRecord::TStnRunRecord(int RunNumber) { fRunNumber = RunNumber; } //----------------------------------------------------------------------------- TStnRunRecord::~TStnRunRecord() { } //----------------------------------------------------------------------------- int TStnRunRecord::AddEvent(int EventNumber) { int rc; int found = 0; int nev = fEvent.size(); for (int i=0; i