Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
FWCore
Framework
src
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
10
#include "
FWCore/Framework/interface/EDLooper.h
"
11
#include "
FWCore/Framework/interface/Event.h
"
12
#include "
FWCore/Framework/interface/Run.h
"
13
#include "
FWCore/Framework/interface/LuminosityBlock.h
"
14
#include "
DataFormats/Provenance/interface/ModuleDescription.h
"
15
#include "
FWCore/Framework/interface/EventSetupProvider.h
"
16
#include "
FWCore/Utilities/interface/Algorithms.h
"
17
#include "
FWCore/MessageLogger/interface/MessageLogger.h
"
18
#include "
FWCore/Framework/interface/Actions.h
"
19
#include "
FWCore/Utilities/interface/Exception.h
"
20
#include "
FWCore/Framework/interface/ScheduleInfo.h
"
21
22
#include "boost/bind.hpp"
23
24
25
namespace
edm {
26
27
EDLooper::EDLooper
() :
EDLooperBase
(){ }
28
EDLooper::~EDLooper
() { }
29
30
EDLooperBase::Status
31
EDLooper::duringLoop
(
const
edm::Event
&
iEvent
,
const
edm::EventSetup
& iEventSetup,
edm::ProcessingController
& ) {
32
return
duringLoop
(iEvent, iEventSetup);
33
}
34
35
36
}
MessageLogger.h
edm::EDLooperBase::Status
Status
Definition:
EDLooperBase.h:74
Event.h
edm::EDLooper::duringLoop
virtual Status duringLoop(const edm::Event &, const edm::EventSetup &)=0
edm::EDLooperBase
Definition:
EDLooperBase.h:72
edm::ProcessingController
Definition:
ProcessingController.h:30
ModuleDescription.h
iEvent
int iEvent
Definition:
GenABIO.cc:243
edm::EventSetup
Definition:
EventSetup.h:44
Run.h
Algorithms.h
Exception.h
edm::EDLooper::EDLooper
EDLooper()
Definition:
EDLooper.cc:27
ScheduleInfo.h
LuminosityBlock.h
edm::EDLooper::~EDLooper
virtual ~EDLooper()
Definition:
EDLooper.cc:28
EDLooper.h
EventSetupProvider.h
edm::Event
Definition:
Event.h:49
Actions.h
Generated for CMSSW Reference Manual by
1.8.5