Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
HLTrigger
special
interface
HLTPixlMBFilt.h
Go to the documentation of this file.
1
#ifndef HLTPixlMBFilt_h
2
#define HLTPixlMBFilt_h
3
16
#include "
HLTrigger/HLTcore/interface/HLTFilter.h
"
17
18
//
19
// class declaration
20
//
21
22
class
HLTPixlMBFilt
:
public
HLTFilter
{
23
24
public
:
25
explicit
HLTPixlMBFilt
(
const
edm::ParameterSet
&);
26
~HLTPixlMBFilt
();
27
virtual
bool
filter
(
edm::Event
&,
const
edm::EventSetup
&);
28
29
private
:
30
edm::InputTag
pixlTag_
;
// input tag identifying product containing Pixel-tracks
31
32
double
min_Pt_
;
// min pt cut
33
unsigned
int
min_trks_
;
// minimum number of tracks from one vertex
34
float
min_sep_
;
// minimum separation of two tracks in phi-eta
35
36
};
37
38
#endif //HLTPixlMBFilt_h
HLTPixlMBFilt::~HLTPixlMBFilt
~HLTPixlMBFilt()
Definition:
HLTPixlMBFilt.cc:49
HLTPixlMBFilt::HLTPixlMBFilt
HLTPixlMBFilt(const edm::ParameterSet &)
Definition:
HLTPixlMBFilt.cc:34
HLTFilter.h
HLTPixlMBFilt::pixlTag_
edm::InputTag pixlTag_
Definition:
HLTPixlMBFilt.h:30
HLTPixlMBFilt::min_sep_
float min_sep_
Definition:
HLTPixlMBFilt.h:34
HLTFilter
Definition:
HLTFilter.h:27
HLTPixlMBFilt::min_Pt_
double min_Pt_
Definition:
HLTPixlMBFilt.h:32
HLTPixlMBFilt::min_trks_
unsigned int min_trks_
Definition:
HLTPixlMBFilt.h:33
edm::EventSetup
Definition:
EventSetup.h:44
HLTPixlMBFilt::filter
virtual bool filter(edm::Event &, const edm::EventSetup &)
Definition:
HLTPixlMBFilt.cc:58
edm::InputTag
Definition:
InputTag.h:12
edm::ParameterSet
Definition:
ParameterSet.h:32
edm::Event
Definition:
Event.h:49
HLTPixlMBFilt
Definition:
HLTPixlMBFilt.h:22
Generated for CMSSW Reference Manual by
1.8.5