Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
art
art
test
Integration
event-shape
ESAnalyzer_module.cc
Go to the documentation of this file.
1
////////////////////////////////////////////////////////////////////////
2
// Class: ESAnalyzer
3
// Module Type: producer
4
// File: ESAnalyzer_module.cc
5
//
6
// Generated at Mon Feb 3 11:00:32 2014 by Christopher Green using artmod
7
// from cetpkgsupport v1_05_03.
8
////////////////////////////////////////////////////////////////////////
9
10
#include "
art/Framework/Core/EDProducer.h
"
11
#include "
art/Framework/Core/ModuleMacros.h
"
12
#include "
art/Framework/Principal/Event.h
"
13
#include "
art/Framework/Principal/Handle.h
"
14
#include "
art/Framework/Principal/Run.h
"
15
#include "
art/Framework/Principal/SubRun.h
"
16
#include "
canvas/Utilities/InputTag.h
"
17
#include "
fhiclcpp/ParameterSet.h
"
18
19
#include <memory>
20
21
namespace
arttest
{
22
class
ESAnalyzer;
23
}
24
25
class
arttest::ESAnalyzer
:
public
art::EDProducer
{
26
public
:
27
explicit
ESAnalyzer
(
fhicl::ParameterSet
const
&
p
);
28
29
void
produce
(
art::Event
&
e
)
override
;
30
31
private
:
32
// Declare member data here.
33
};
34
35
arttest::ESAnalyzer::ESAnalyzer
(
fhicl::ParameterSet
const
&
p
)
36
// :
37
// Initialize member data here.
38
{
39
// Call appropriate Produces<>() functions here.
40
}
41
42
void
43
arttest::ESAnalyzer::produce
(
art::Event
&
e
)
44
{
45
// Implementation of required member function here.
46
}
47
48
DEFINE_ART_MODULE
(
arttest::ESAnalyzer
)
Handle.h
arttest::ESAnalyzer::produce
void produce(art::Event &e) override
Definition:
ESAnalyzer_module.cc:43
ParameterSet.h
e
const double e
Definition:
gUpMuFluxGen.cxx:165
DEFINE_ART_MODULE
#define DEFINE_ART_MODULE(klass)
Definition:
ModuleMacros.h:68
arttest::ESAnalyzer
Definition:
ESAnalyzer_module.cc:25
arttest
Definition:
GroupSelector_t.h:4
SubRun.h
ModuleMacros.h
art::EDProducer
Definition:
EDProducer.h:15
EDProducer.h
test.p
p
Definition:
test.py:228
art::Event
Definition:
Event.h:40
InputTag.h
arttest::ESAnalyzer::ESAnalyzer
ESAnalyzer(fhicl::ParameterSet const &p)
Definition:
ESAnalyzer_module.cc:35
Event.h
Run.h
fhicl::ParameterSet
Definition:
ParameterSet.h:34
Generated by
1.8.11