00001 // -*- C++ -*- 00002 // 00003 // Package: DataFormats 00004 // Class : LumiHistoryGetter 00005 // 00006 // Implementation: 00007 // [Notes on implementation] 00008 // 00009 // Original Author: 00010 // Created: Wed Feb 10 11:15:18 CST 2010 00011 // $Id: HistoryGetterBase.cc,v 1.2 2010/07/24 14:14:47 wmtan Exp $ 00012 // 00013 00014 // system include files 00015 00016 // user include files 00017 #include "DataFormats/FWLite/interface/HistoryGetterBase.h" 00018 00019 00020 namespace fwlite { 00021 00022 // 00023 // constructors and destructor 00024 // 00025 HistoryGetterBase::HistoryGetterBase() {} 00026 HistoryGetterBase::~HistoryGetterBase() {} 00027 }