Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
FWCore
Framework
interface
EDLooper.h
Go to the documentation of this file.
1
#ifndef FWCore_Framework_EDLooper_h
2
#define FWCore_Framework_EDLooper_h
3
// -*- C++ -*-
4
//
5
// Package: Framework
6
// Module: EDLooper
7
//
15
//
16
// Author: Valentin Kuznetsov
17
// Created: Wed Jul 5 11:42:17 EDT 2006
18
// $Id: EDLooper.h,v 1.14 2010/08/09 21:04:54 chrjones Exp $
19
//
20
21
#include "
FWCore/Framework/interface/EDLooperBase.h
"
22
23
#include <set>
24
#include <memory>
25
26
namespace
edm {
27
28
class
EDLooper
:
public
EDLooperBase
29
{
30
public
:
31
32
EDLooper
();
33
virtual
~EDLooper
();
34
35
private
:
36
37
EDLooper
(
const
EDLooper
& );
// stop default
38
const
EDLooper
&
operator=
(
const
EDLooper
& );
// stop default
39
42
virtual
Status
duringLoop
(
const
edm::Event
&,
const
edm::EventSetup
&) = 0;
43
46
virtual
Status
duringLoop
(
const
edm::Event
&,
const
edm::EventSetup
&,
ProcessingController
& );
47
48
49
};
50
}
51
52
#endif
edm::EDLooperBase::Status
Status
Definition:
EDLooperBase.h:74
EDLooperBase.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
edm::EDLooper
Definition:
EDLooper.h:28
edm::EventSetup
Definition:
EventSetup.h:44
edm::EDLooper::EDLooper
EDLooper()
Definition:
EDLooper.cc:12
edm::EDLooper::~EDLooper
virtual ~EDLooper()
Definition:
EDLooper.cc:13
edm::Event
Definition:
Event.h:50
edm::EDLooper::operator=
const EDLooper & operator=(const EDLooper &)
Generated for CMSSW Reference Manual by
1.8.5