Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
JetMETCorrections
JetVertexAssociation
interface
JetVertexAssociation.h
Go to the documentation of this file.
1
#ifndef JetVertexAssociation_h
2
#define JetVertexAssociation_h
3
4
#include "
FWCore/Framework/interface/EDProducer.h
"
5
6
#include "
JetMETCorrections/JetVertexAssociation/interface/JetVertexMain.h
"
7
8
#include <memory>
9
#include <string>
10
#include <iostream>
11
#include <iomanip>
12
#include <cmath>
13
#include <vector>
14
15
16
namespace
edm {
17
class
ParameterSet
;
18
class
Event
;
19
class
EventSetup
;
20
}
21
22
namespace
cms{
23
24
class
JetVertexAssociation
:
public
edm::EDProducer
{
25
26
public
:
27
28
JetVertexAssociation
(
const
edm::ParameterSet
& ps);
29
30
~JetVertexAssociation
() {}
31
32
void
produce
(
edm::Event
&
e
,
const
edm::EventSetup
&
c
);
33
34
private
:
35
typedef
std::vector<double>
ResultCollection1
;
36
typedef
std::vector<bool>
ResultCollection2
;
37
38
JetVertexMain
m_algo
;
39
std::string
jet_algo
;
40
std::string
track_algo
;
41
std::string
vertex_algo
;
42
43
};
44
}
45
46
47
#endif
cms::JetVertexAssociation::produce
void produce(edm::Event &e, const edm::EventSetup &c)
Definition:
JetVertexAssociation.cc:74
cms::JetVertexAssociation::ResultCollection1
std::vector< double > ResultCollection1
Definition:
JetVertexAssociation.h:35
cms::JetVertexAssociation::JetVertexAssociation
JetVertexAssociation(const edm::ParameterSet &ps)
Definition:
JetVertexAssociation.cc:61
ParameterSet
Definition:
Functions.h:16
cms::JetVertexAssociation
Definition:
JetVertexAssociation.h:24
cms::JetVertexAssociation::jet_algo
std::string jet_algo
Definition:
JetVertexAssociation.h:39
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:255
edm::EDProducer
Definition:
EDProducer.h:30
EventSetup
JetVertexMain
Definition:
JetVertexMain.h:13
cms::JetVertexAssociation::ResultCollection2
std::vector< bool > ResultCollection2
Definition:
JetVertexAssociation.h:36
edm::EventSetup
Definition:
EventSetup.h:44
cms::JetVertexAssociation::track_algo
std::string track_algo
Definition:
JetVertexAssociation.h:40
EDProducer.h
trackerHits.c
tuple c
Definition:
trackerHits.py:26
Event
alignCSCRings.e
list e
Definition:
alignCSCRings.py:90
edm::ParameterSet
Definition:
ParameterSet.h:35
cms::JetVertexAssociation::~JetVertexAssociation
~JetVertexAssociation()
Definition:
JetVertexAssociation.h:30
edm::Event
Definition:
Event.h:62
cms::JetVertexAssociation::vertex_algo
std::string vertex_algo
Definition:
JetVertexAssociation.h:41
JetVertexMain.h
cms::JetVertexAssociation::m_algo
JetVertexMain m_algo
Definition:
JetVertexAssociation.h:38
Generated for CMSSW Reference Manual by
1.8.5