src
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
makeMEIFBenchmarkPlots.ev
ev
Definition:
makeMEIFBenchmarkPlots.py:55
ticl::SeedingRegionAlgoBase
Definition:
SeedingRegionAlgoBase.h:22
ticl::SeedingRegionGlobal::SeedingRegionGlobal
SeedingRegionGlobal(const edm::ParameterSet &conf, edm::ConsumesCollector &sumes)
Definition:
SeedingRegionGlobal.cc:15
MessageLogger.h
mps_fire.result
result
Definition:
mps_fire.py:311
ticl::SeedingRegionGlobal
Definition:
SeedingRegionGlobal.h:20
Event.h
Frameworkfwd.h
edm::ParameterSetDescription
Definition:
ParameterSetDescription.h:52
ticl::SeedingRegionGlobal::fillPSetDescription
static void fillPSetDescription(edm::ParameterSetDescription &desc)
Definition:
SeedingRegionGlobal.cc:30
ParameterSetDescription.h
submitPVResolutionJobs.desc
string desc
Definition:
submitPVResolutionJobs.py:251
ESHandle.h
edm::EventSetup
Definition:
EventSetup.h:56
ticl::SeedingRegionGlobal::initialize
void initialize(const edm::EventSetup &es) override
Definition:
SeedingRegionGlobal.h:25
ticl::SeedingRegionGlobal::~SeedingRegionGlobal
~SeedingRegionGlobal() override
Definition:
SeedingRegionGlobal.cc:18
SeedingRegionAlgoBase.h
ticl
Definition:
Common.h:8
edm::ParameterSet
Definition:
ParameterSet.h:48
ticl::SeedingRegionGlobal::makeRegions
void makeRegions(const edm::Event &ev, const edm::EventSetup &es, std::vector< TICLSeedingRegion > &result) override
Definition:
SeedingRegionGlobal.cc:20
ConfigurationDescriptions.h
edm::Event
Definition:
Event.h:73
ConsumesCollector.h
MakerMacros.h
edm::ConsumesCollector
Definition:
ConsumesCollector.h:45
Generated for CMSSW Reference Manual by
1.8.14