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
//
19
20
#include "
FWCore/Framework/interface/EDLooperBase.h
"
21
22
#include <set>
23
#include <memory>
24
25
namespace
edm {
26
27
class
EDLooper
:
public
EDLooperBase
28
{
29
public
:
30
31
EDLooper
();
32
virtual
~EDLooper
();
33
34
EDLooper
(
EDLooper
const
&) =
delete
;
// Disallow copying and moving
35
EDLooper
&
operator=
(
EDLooper
const
&) =
delete
;
// Disallow copying and moving
36
37
private
:
38
41
virtual
Status
duringLoop
(
const
edm::Event
&,
const
edm::EventSetup
&) = 0;
42
45
virtual
Status
duringLoop
(
const
edm::Event
&,
const
edm::EventSetup
&,
ProcessingController
& );
46
47
48
};
49
}
50
51
#endif
edm::EDLooperBase::Status
Status
Definition:
EDLooperBase.h:79
EDLooperBase.h
edm::EDLooper::duringLoop
virtual Status duringLoop(const edm::Event &, const edm::EventSetup &)=0
edm::EDLooperBase
Definition:
EDLooperBase.h:77
edm::ProcessingController
Definition:
ProcessingController.h:29
edm::EDLooper
Definition:
EDLooper.h:27
edm::EventSetup
Definition:
EventSetup.h:45
edm::EDLooper::EDLooper
EDLooper()
Definition:
EDLooper.cc:12
edm::EDLooper::~EDLooper
virtual ~EDLooper()
Definition:
EDLooper.cc:13
edm::Event
Definition:
Event.h:65
edm::EDLooper::operator=
EDLooper & operator=(EDLooper const &)=delete
Generated for CMSSW Reference Manual by
1.8.5