Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
RecoVertex
V0Producer
interface
V0Producer.h
Go to the documentation of this file.
1
// -*- C++ -*-
2
//
3
// Package: V0Producer
4
// Class: V0Producer
5
//
13
//
14
// Original Author: Brian Drell
15
// Created: Fri May 18 22:57:40 CEST 2007
16
//
17
//
18
19
#ifndef RECOVERTEX__V0_PRODUCER_H
20
#define RECOVERTEX__V0_PRODUCER_H
21
22
// system include files
23
#include <memory>
24
25
// user include files
26
#include "
FWCore/Framework/interface/Frameworkfwd.h
"
27
#include "
FWCore/Framework/interface/stream/EDProducer.h
"
28
29
#include "
FWCore/Framework/interface/Event.h
"
30
#include "
FWCore/Framework/interface/MakerMacros.h
"
31
32
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
33
34
#include "
FWCore/Framework/interface/ESHandle.h
"
35
36
#include "
DataFormats/VertexReco/interface/Vertex.h
"
37
//#include "DataFormats/V0Candidate/interface/V0Candidate.h"
38
#include "
DataFormats/Candidate/interface/VertexCompositeCandidate.h
"
39
40
#include "
RecoVertex/V0Producer/interface/V0Fitter.h
"
41
42
class
V0Producer
:
public
edm::stream::EDProducer
<> {
43
public
:
44
explicit
V0Producer
(
const
edm::ParameterSet
&);
45
~V0Producer
();
46
47
private
:
48
virtual
void
produce
(
edm::Event
&,
const
edm::EventSetup
&)
override
;
49
50
edm::ParameterSet
theParams
;
51
V0Fitter
*
theVees
;
52
};
53
54
#endif
VertexCompositeCandidate.h
V0Producer::V0Producer
V0Producer(const edm::ParameterSet &)
Definition:
V0Producer.cc:26
V0Fitter.h
V0Fitter
Definition:
V0Fitter.h:58
Event.h
MakerMacros.h
V0Producer
Definition:
V0Producer.h:42
Frameworkfwd.h
V0Producer::produce
virtual void produce(edm::Event &, const edm::EventSetup &) override
Definition:
V0Producer.cc:54
ParameterSet.h
EDProducer.h
V0Producer::theParams
edm::ParameterSet theParams
Definition:
V0Producer.h:50
ESHandle.h
edm::EventSetup
Definition:
EventSetup.h:44
Vertex.h
V0Producer::~V0Producer
~V0Producer()
Definition:
V0Producer.cc:44
edm::stream::EDProducer
Definition:
EDProducer.h:33
V0Producer::theVees
V0Fitter * theVees
Definition:
V0Producer.h:51
edm::ParameterSet
Definition:
ParameterSet.h:35
edm::Event
Definition:
Event.h:62
Generated for CMSSW Reference Manual by
1.8.5