Main Page
Namespaces
Classes
Package Documentation
GIT Directory
WorkBook
Offline Guide
Release schedule
•
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
14
// system include files
15
#include <memory>
16
17
// user include files
18
#include "
FWCore/Framework/interface/Frameworkfwd.h
"
19
#include "
FWCore/Framework/interface/EDFilter.h
"
20
21
#include "
FWCore/Framework/interface/Event.h
"
22
#include "
FWCore/Framework/interface/MakerMacros.h
"
23
24
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
25
26
class
HiggsToWW2LeptonsSkim
:
public
edm::EDFilter
{
27
public
:
28
explicit
HiggsToWW2LeptonsSkim
(
const
edm::ParameterSet
&);
29
~HiggsToWW2LeptonsSkim
();
30
virtual
void
endJob
() ;
31
32
virtual
bool
filter
(
edm::Event
&,
const
edm::EventSetup
&);
33
34
private
:
35
double
singleTrackPtMin_
;
36
double
diTrackPtMin_
;
37
double
etaMin_
;
38
double
etaMax_
;
39
unsigned
int
nEvents_
;
40
unsigned
int
nAccepted_
;
41
42
// Reco samples
43
edm::InputTag
recTrackLabel
;
44
edm::InputTag
theGLBMuonLabel
;
45
edm::InputTag
theGsfELabel
;
46
47
};
48
#endif
49
50
51
HiggsToWW2LeptonsSkim::singleTrackPtMin_
double singleTrackPtMin_
Definition:
HiggsToWW2LeptonsSkim.h:35
Event.h
MakerMacros.h
Frameworkfwd.h
HiggsToWW2LeptonsSkim
Definition:
HiggsToWW2LeptonsSkim.h:26
HiggsToWW2LeptonsSkim::recTrackLabel
edm::InputTag recTrackLabel
Definition:
HiggsToWW2LeptonsSkim.h:43
HiggsToWW2LeptonsSkim::etaMax_
double etaMax_
Definition:
HiggsToWW2LeptonsSkim.h:38
HiggsToWW2LeptonsSkim::filter
virtual bool filter(edm::Event &, const edm::EventSetup &)
Definition:
HiggsToWW2LeptonsSkim.cc:65
HiggsToWW2LeptonsSkim::etaMin_
double etaMin_
Definition:
HiggsToWW2LeptonsSkim.h:37
ParameterSet.h
HiggsToWW2LeptonsSkim::~HiggsToWW2LeptonsSkim
~HiggsToWW2LeptonsSkim()
Definition:
HiggsToWW2LeptonsSkim.cc:51
EDFilter.h
edm::EventSetup
Definition:
EventSetup.h:44
edm::EDFilter
Definition:
EDFilter.h:31
HiggsToWW2LeptonsSkim::HiggsToWW2LeptonsSkim
HiggsToWW2LeptonsSkim(const edm::ParameterSet &)
Definition:
HiggsToWW2LeptonsSkim.cc:35
HiggsToWW2LeptonsSkim::endJob
virtual void endJob()
Definition:
HiggsToWW2LeptonsSkim.cc:55
HiggsToWW2LeptonsSkim::theGLBMuonLabel
edm::InputTag theGLBMuonLabel
Definition:
HiggsToWW2LeptonsSkim.h:44
HiggsToWW2LeptonsSkim::nAccepted_
unsigned int nAccepted_
Definition:
HiggsToWW2LeptonsSkim.h:40
HiggsToWW2LeptonsSkim::theGsfELabel
edm::InputTag theGsfELabel
Definition:
HiggsToWW2LeptonsSkim.h:45
edm::InputTag
Definition:
InputTag.h:17
HiggsToWW2LeptonsSkim::diTrackPtMin_
double diTrackPtMin_
Definition:
HiggsToWW2LeptonsSkim.h:36
edm::ParameterSet
Definition:
ParameterSet.h:35
edm::Event
Definition:
Event.h:62
HiggsToWW2LeptonsSkim::nEvents_
unsigned int nEvents_
Definition:
HiggsToWW2LeptonsSkim.h:39
Generated for CMSSW Reference Manual by
1.8.5