Main Page
Namespaces
Classes
Package Documentation
GeneratorInterface
GenFilters
interface
PythiaFilterMotherSister.h
Go to the documentation of this file.
1
#ifndef PYTHIAFILTERMOTHERSISTER_h
2
#define PYTHIAFILTERMOTHERSISTER_h
3
// -*- C++ -*-
4
//
5
// Package: PythiaFilterMotherSister
6
// Class: PythiaFilterMotherSister
7
//
17
//
18
//
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/global/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 decleration
37
//
38
namespace
edm
{
39
class
HepMCProduct
;
40
}
41
42
class
PythiaFilterMotherSister
:
public
edm::global::EDFilter
<> {
43
public
:
44
explicit
PythiaFilterMotherSister
(
const
edm::ParameterSet
&);
45
~
PythiaFilterMotherSister
()
override
;
46
47
bool
filter
(
edm::StreamID
,
edm::Event
&,
const
edm::EventSetup
&)
const override
;
48
49
private
:
50
// ----------member data ---------------------------
51
52
const
edm::EDGetTokenT<edm::HepMCProduct>
token_
;
53
const
int
particleID
;
54
const
double
minpcut
;
55
const
double
maxpcut
;
56
const
double
minptcut
;
57
const
double
maxptcut
;
58
const
double
minetacut
;
59
const
double
maxetacut
;
60
const
double
minrapcut
;
61
const
double
maxrapcut
;
62
const
double
minphicut
;
63
const
double
maxphicut
;
64
const
double
betaBoost
;
65
66
std::vector<int>
motherIDs
;
67
const
int
sisterID
;
68
const
double
maxSisDisplacement
;
69
std::vector<int>
nephewIDs
;
70
std::vector<double>
minNephewPts
;
71
};
72
#endif
PythiaFilterMotherSister::minptcut
const double minptcut
Definition:
PythiaFilterMotherSister.h:56
PythiaFilterMotherSister::minphicut
const double minphicut
Definition:
PythiaFilterMotherSister.h:62
edm::StreamID
Definition:
StreamID.h:30
Event.h
MakerMacros.h
PythiaFilterMotherSister::maxetacut
const double maxetacut
Definition:
PythiaFilterMotherSister.h:59
PythiaFilterMotherSister::sisterID
const int sisterID
Definition:
PythiaFilterMotherSister.h:67
edm::EDGetTokenT< edm::HepMCProduct >
Frameworkfwd.h
EDFilter.h
ParameterSet.h
PythiaFilterMotherSister::minNephewPts
std::vector< double > minNephewPts
Definition:
PythiaFilterMotherSister.h:70
PythiaFilterMotherSister::maxpcut
const double maxpcut
Definition:
PythiaFilterMotherSister.h:55
PythiaFilterMotherSister
Definition:
PythiaFilterMotherSister.h:42
HepMCProduct
PythiaFilterMotherSister::maxrapcut
const double maxrapcut
Definition:
PythiaFilterMotherSister.h:61
edm::EventSetup
Definition:
EventSetup.h:57
PythiaFilterMotherSister::minrapcut
const double minrapcut
Definition:
PythiaFilterMotherSister.h:60
PythiaFilterMotherSister::maxptcut
const double maxptcut
Definition:
PythiaFilterMotherSister.h:57
PythiaFilterMotherSister::motherIDs
std::vector< int > motherIDs
Definition:
PythiaFilterMotherSister.h:66
PythiaFilterMotherSister::minetacut
const double minetacut
Definition:
PythiaFilterMotherSister.h:58
ALCARECOTkAlBeamHalo_cff.filter
filter
Definition:
ALCARECOTkAlBeamHalo_cff.py:27
edm::global::EDFilter
Definition:
EDFilter.h:32
PythiaFilterMotherSister::minpcut
const double minpcut
Definition:
PythiaFilterMotherSister.h:54
edm
HLT enums.
Definition:
AlignableModifier.h:17
PythiaFilterMotherSister::nephewIDs
std::vector< int > nephewIDs
Definition:
PythiaFilterMotherSister.h:69
edm::ParameterSet
Definition:
ParameterSet.h:36
PythiaFilterMotherSister::betaBoost
const double betaBoost
Definition:
PythiaFilterMotherSister.h:64
PythiaFilterMotherSister::maxSisDisplacement
const double maxSisDisplacement
Definition:
PythiaFilterMotherSister.h:68
PythiaFilterMotherSister::token_
const edm::EDGetTokenT< edm::HepMCProduct > token_
Definition:
PythiaFilterMotherSister.h:52
edm::Event
Definition:
Event.h:71
PythiaFilterMotherSister::maxphicut
const double maxphicut
Definition:
PythiaFilterMotherSister.h:63
PythiaFilterMotherSister::particleID
const int particleID
Definition:
PythiaFilterMotherSister.h:53
Generated for CMSSW Reference Manual by
1.8.11