CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EDLooper.cc
Go to the documentation of this file.
1 // -*- C++ -*-
2 //
3 // Package: <package>
4 // Module: EDLooper
5 //
6 // Author: Valentin Kuznetsov
7 // Created: Wed Jul 5 11:44:26 EDT 2006
8 // $Id: EDLooper.cc,v 1.15 2010/07/22 15:00:28 chrjones Exp $
9 
21 
22 #include "boost/bind.hpp"
23 
24 
25 namespace edm {
26 
29 
32  return duringLoop(iEvent, iEventSetup);
33  }
34 
35 
36 }
virtual Status duringLoop(const edm::Event &, const edm::EventSetup &)=0
int iEvent
Definition: GenABIO.cc:243
virtual ~EDLooper()
Definition: EDLooper.cc:28