Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 // -*- C++ -*-
0002 //
0003 // Package:     <package>
0004 // Module:      EDLooper
0005 //
0006 // Author:      Valentin Kuznetsov
0007 // Created:     Wed Jul  5 11:44:26 EDT 2006
0008 
0009 #include "FWCore/Framework/interface/EDLooper.h"
0010 namespace edm {
0011 
0012   EDLooper::EDLooper() : EDLooperBase() {}
0013   EDLooper::~EDLooper() {}
0014 
0015   EDLooperBase::Status EDLooper::duringLoop(Event const& iEvent, EventSetup const& iEventSetup, ProcessingController&) {
0016     return duringLoop(iEvent, iEventSetup);
0017   }
0018 }  // namespace edm