Main Page
Namespaces
Classes
Package Documentation
GeneratorInterface
GenFilters
interface
HZZ4lFilter.h
Go to the documentation of this file.
1
#ifndef HZZ4lFilter_H
2
#define HZZ4lFilter_H
3
4
// -*- C++ -*-
5
//
6
// Package: HZZ4lFilter
7
// Class: HZZ4lFilter
8
//
16
//
17
// Original Author: Puljak Ivica
18
// Created: Wed Apr 18 12:52:31 CEST 2007
19
//
20
//
21
22
23
// system include files
24
#include <memory>
25
26
// user include files
27
#include "
FWCore/Framework/interface/Frameworkfwd.h
"
28
#include "
FWCore/Framework/interface/EDFilter.h
"
29
30
#include "
FWCore/Framework/interface/Event.h
"
31
#include "
FWCore/Framework/interface/MakerMacros.h
"
32
33
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
34
35
//
36
// class declaration
37
//
38
namespace
edm
{
39
class
HepMCProduct
;
40
}
41
42
class
HZZ4lFilter
:
public
edm::EDFilter
{
43
public
:
44
explicit
HZZ4lFilter
(
const
edm::ParameterSet
&);
45
~
HZZ4lFilter
()
override
;
46
47
private
:
48
bool
filter
(
edm::Event
&,
const
edm::EventSetup
&)
override
;
49
// virtual void endJob() ;
50
51
// ----------member data ---------------------------
52
53
edm::EDGetTokenT<edm::HepMCProduct>
token_
;
54
55
double
minPtElectronMuon
;
56
double
maxEtaElectronMuon
;
57
58
};
59
60
#endif
HZZ4lFilter::minPtElectronMuon
double minPtElectronMuon
Definition:
HZZ4lFilter.h:55
HZZ4lFilter::maxEtaElectronMuon
double maxEtaElectronMuon
Definition:
HZZ4lFilter.h:56
Event.h
MakerMacros.h
edm::EDGetTokenT< edm::HepMCProduct >
Frameworkfwd.h
HZZ4lFilter
Definition:
HZZ4lFilter.h:42
ParameterSet.h
EDFilter.h
HepMCProduct
edm::EventSetup
Definition:
EventSetup.h:57
edm::EDFilter
Definition:
EDFilter.h:39
HZZ4lFilter::token_
edm::EDGetTokenT< edm::HepMCProduct > token_
Definition:
HZZ4lFilter.h:53
ALCARECOTkAlBeamHalo_cff.filter
filter
Definition:
ALCARECOTkAlBeamHalo_cff.py:27
edm
HLT enums.
Definition:
AlignableModifier.h:17
edm::ParameterSet
Definition:
ParameterSet.h:36
edm::Event
Definition:
Event.h:71
Generated for CMSSW Reference Manual by
1.8.11