Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
art
art
test
Framework
Core
PMTestAnalyzer_module.cc
Go to the documentation of this file.
1
////////////////////////////////////////////////////////////////////////
2
// Class: PMTestAnalyzer
3
// Module Type: analyzer
4
// File: PMTestAnalyzer_module.cc
5
//
6
// Generated at Mon Jun 17 16:44:57 2013 by Christopher Green using artmod
7
// from cetpkgsupport v1_02_00.
8
////////////////////////////////////////////////////////////////////////
9
10
#include "
art/Framework/Core/EDAnalyzer.h
"
11
#include "
art/Framework/Core/ModuleMacros.h
"
12
#include "
art/Framework/Principal/fwd.h
"
13
#include "
fhiclcpp/fwd.h
"
14
15
namespace
arttest
{
16
class
PMTestAnalyzer;
17
}
18
19
class
arttest::PMTestAnalyzer
:
public
art::EDAnalyzer
{
20
public
:
21
explicit
PMTestAnalyzer
(
fhicl::ParameterSet
const
&
p
);
22
23
private
:
24
void
analyze
(
art::Event
const
&
e
)
override
;
25
};
26
27
arttest::PMTestAnalyzer::PMTestAnalyzer
(
fhicl::ParameterSet
const
&
p
)
28
:
art
::
EDAnalyzer
(p)
29
{}
30
31
void
32
arttest::PMTestAnalyzer::analyze
(
art::Event
const
&)
33
{}
34
35
DEFINE_ART_MODULE
(
arttest::PMTestAnalyzer
)
arttest::PMTestAnalyzer
Definition:
PMTestAnalyzer_module.cc:19
arttest::PMTestAnalyzer::analyze
void analyze(art::Event const &e) override
Definition:
PMTestAnalyzer_module.cc:32
art::EDAnalyzer::EDAnalyzer
EDAnalyzer(fhicl::ParameterSet const &pset)
Definition:
EDAnalyzer.h:25
e
const double e
Definition:
gUpMuFluxGen.cxx:165
DEFINE_ART_MODULE
#define DEFINE_ART_MODULE(klass)
Definition:
ModuleMacros.h:67
arttest
Definition:
GroupSelector_t.h:4
test.p
p
Definition:
test.py:223
arttest::PMTestAnalyzer::PMTestAnalyzer
PMTestAnalyzer(fhicl::ParameterSet const &p)
Definition:
PMTestAnalyzer_module.cc:27
EDAnalyzer.h
ModuleMacros.h
fwd.h
art::Event
Definition:
Event.h:22
art::EDAnalyzer
Definition:
EDAnalyzer.h:20
fwd.h
art
Definition:
BasicOptionsHandler.h:9
fhicl::ParameterSet
Definition:
ParameterSet.h:36
Generated by
1.8.11