Main Page
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
o
p
q
r
s
t
u
v
w
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
_
a
d
e
f
l
m
o
p
s
t
u
v
Related Functions
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Package Documentation
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
RecoHGCal
TICL
plugins
SeedingRegionGlobal.h
Go to the documentation of this file.
1
// Author: Felice Pantaleo,Marco Rovere - felice.pantaleo@cern.ch, marco.rovere@cern.ch
2
// Date: 09/2018
3
4
#ifndef __RecoHGCal_TICL_SeedingRegionGlobal_H__
5
#define __RecoHGCal_TICL_SeedingRegionGlobal_H__
6
#include <memory>
// unique_ptr
7
#include <string>
8
#include "
RecoHGCal/TICL/plugins/SeedingRegionAlgoBase.h
"
9
10
#include "
FWCore/Framework/interface/ESHandle.h
"
11
#include "
FWCore/Framework/interface/Event.h
"
12
#include "
FWCore/Framework/interface/Frameworkfwd.h
"
13
#include "
FWCore/Framework/interface/MakerMacros.h
"
14
#include "
FWCore/MessageLogger/interface/MessageLogger.h
"
15
#include "
FWCore/ParameterSet/interface/ConfigurationDescriptions.h
"
16
#include "
FWCore/ParameterSet/interface/ParameterSetDescription.h
"
17
#include "
FWCore/Framework/interface/ConsumesCollector.h
"
18
19
namespace
ticl
{
20
class
SeedingRegionGlobal
final :
public
SeedingRegionAlgoBase
{
21
public
:
22
SeedingRegionGlobal
(
const
edm::ParameterSet
& conf,
edm::ConsumesCollector
& sumes);
23
~SeedingRegionGlobal
()
override
;
24
25
void
initialize
(
const
edm::EventSetup
& es)
override
{};
26
27
void
makeRegions
(
const
edm::Event
&
ev
,
const
edm::EventSetup
& es, std::vector<TICLSeedingRegion>&
result
)
override
;
28
29
static
void
fillPSetDescription
(
edm::ParameterSetDescription
&
desc
);
30
};
31
}
// namespace ticl
32
#endif
ConfigurationDescriptions.h
MessageLogger.h
ESHandle.h
ticl::SeedingRegionGlobal
Definition:
SeedingRegionGlobal.h:20
ticl::SeedingRegionGlobal::~SeedingRegionGlobal
~SeedingRegionGlobal() override
Definition:
SeedingRegionGlobal.cc:18
ticl::SeedingRegionGlobal::makeRegions
void makeRegions(const edm::Event &ev, const edm::EventSetup &es, std::vector< TICLSeedingRegion > &result) override
Definition:
SeedingRegionGlobal.cc:20
edm::ParameterSetDescription
Definition:
ParameterSetDescription.h:52
ticl::SeedingRegionAlgoBase
Definition:
SeedingRegionAlgoBase.h:22
ticl::SeedingRegionGlobal::initialize
void initialize(const edm::EventSetup &es) override
Definition:
SeedingRegionGlobal.h:25
ticl
Definition:
Common.h:8
MakerMacros.h
ParameterSetDescription.h
edm::ParameterSet
Definition:
ParameterSet.h:47
Event.h
edm::EventSetup
Definition:
EventSetup.h:58
ticl::SeedingRegionGlobal::fillPSetDescription
static void fillPSetDescription(edm::ParameterSetDescription &desc)
Definition:
SeedingRegionGlobal.cc:30
submitPVResolutionJobs.desc
string desc
Definition:
submitPVResolutionJobs.py:251
Frameworkfwd.h
ev
bool ev
Definition:
Hydjet2Hadronizer.cc:95
SeedingRegionAlgoBase.h
mps_fire.result
result
Definition:
mps_fire.py:311
ConsumesCollector.h
edm::Event
Definition:
Event.h:73
edm::ConsumesCollector
Definition:
ConsumesCollector.h:45
ticl::SeedingRegionGlobal::SeedingRegionGlobal
SeedingRegionGlobal(const edm::ParameterSet &conf, edm::ConsumesCollector &sumes)
Definition:
SeedingRegionGlobal.cc:15
Generated for CMSSW Reference Manual by
1.8.16