Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
HiggsAnalysis
Skimming
interface
HiggsToWW2LeptonsSkim.h
Go to the documentation of this file.
1
#ifndef HiggsToWW2LeptonsSkim_h
2
#define HiggsToWW2LeptonsSkim_h
3
16
// system include files
17
#include <memory>
18
19
// user include files
20
#include "
FWCore/Framework/interface/Frameworkfwd.h
"
21
#include "
FWCore/Framework/interface/EDFilter.h
"
22
23
#include "
FWCore/Framework/interface/Event.h
"
24
#include "
FWCore/Framework/interface/MakerMacros.h
"
25
26
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
27
28
class
HiggsToWW2LeptonsSkim
:
public
edm::EDFilter
{
29
public
:
30
explicit
HiggsToWW2LeptonsSkim
(
const
edm::ParameterSet
&);
31
~HiggsToWW2LeptonsSkim
();
32
virtual
void
endJob
() ;
33
34
virtual
bool
filter
(
edm::Event
&,
const
edm::EventSetup
&);
35
36
private
:
37
double
singleTrackPtMin_
;
38
double
diTrackPtMin_
;
39
double
etaMin_
;
40
double
etaMax_
;
41
unsigned
int
nEvents_
;
42
unsigned
int
nAccepted_
;
43
44
// Reco samples
45
edm::InputTag
recTrackLabel
;
46
edm::InputTag
theGLBMuonLabel
;
47
edm::InputTag
theGsfELabel
;
48
49
};
50
#endif
51
52
53
HiggsToWW2LeptonsSkim::singleTrackPtMin_
double singleTrackPtMin_
Definition:
HiggsToWW2LeptonsSkim.h:37
Event.h
MakerMacros.h
Frameworkfwd.h
HiggsToWW2LeptonsSkim
Definition:
HiggsToWW2LeptonsSkim.h:28
HiggsToWW2LeptonsSkim::recTrackLabel
edm::InputTag recTrackLabel
Definition:
HiggsToWW2LeptonsSkim.h:45
HiggsToWW2LeptonsSkim::etaMax_
double etaMax_
Definition:
HiggsToWW2LeptonsSkim.h:40
HiggsToWW2LeptonsSkim::filter
virtual bool filter(edm::Event &, const edm::EventSetup &)
Definition:
HiggsToWW2LeptonsSkim.cc:67
HiggsToWW2LeptonsSkim::etaMin_
double etaMin_
Definition:
HiggsToWW2LeptonsSkim.h:39
ParameterSet.h
HiggsToWW2LeptonsSkim::~HiggsToWW2LeptonsSkim
~HiggsToWW2LeptonsSkim()
Definition:
HiggsToWW2LeptonsSkim.cc:53
EDFilter.h
edm::EventSetup
Definition:
EventSetup.h:44
edm::EDFilter
Definition:
EDFilter.h:24
HiggsToWW2LeptonsSkim::HiggsToWW2LeptonsSkim
HiggsToWW2LeptonsSkim(const edm::ParameterSet &)
Definition:
HiggsToWW2LeptonsSkim.cc:37
HiggsToWW2LeptonsSkim::endJob
virtual void endJob()
Definition:
HiggsToWW2LeptonsSkim.cc:57
HiggsToWW2LeptonsSkim::theGLBMuonLabel
edm::InputTag theGLBMuonLabel
Definition:
HiggsToWW2LeptonsSkim.h:46
HiggsToWW2LeptonsSkim::nAccepted_
unsigned int nAccepted_
Definition:
HiggsToWW2LeptonsSkim.h:42
HiggsToWW2LeptonsSkim::theGsfELabel
edm::InputTag theGsfELabel
Definition:
HiggsToWW2LeptonsSkim.h:47
edm::InputTag
Definition:
InputTag.h:12
HiggsToWW2LeptonsSkim::diTrackPtMin_
double diTrackPtMin_
Definition:
HiggsToWW2LeptonsSkim.h:38
edm::ParameterSet
Definition:
ParameterSet.h:32
edm::Event
Definition:
Event.h:49
HiggsToWW2LeptonsSkim::nEvents_
unsigned int nEvents_
Definition:
HiggsToWW2LeptonsSkim.h:41
Generated for CMSSW Reference Manual by
1.8.5