21 |
|
#include "MitAna/DataTree/interface/CaloJetCol.h" |
22 |
|
#include "MitAna/DataTree/interface/SuperClusterCol.h" |
23 |
|
#include "MitAna/DataTree/interface/DecayParticleCol.h" |
24 |
+ |
#include "MitAna/DataTree/interface/PFCandidateCol.h" |
25 |
|
#include "MitAna/DataTree/interface/VertexCol.h" |
26 |
|
#include "MitPhysics/Utils/interface/MuonTools.h" |
27 |
|
|
52 |
|
TString fMetName; //name of met collection |
53 |
|
TString fCleanJetsName; //name of clean central jets collection |
54 |
|
TString fCleanJetsNoPtCutName; //name of clean all jets collection |
54 |
– |
TString fCaloJetName0; //name of jet collection used in b-tagging |
55 |
|
TString fVertexName; //name of vertex collection |
56 |
+ |
TString fPFCandidatesName; //name of PFCandidate collection |
57 |
|
const MuonCol *fMuons; //!Muon branch |
58 |
|
const MetCol *fMet; //!Missing Et branch |
59 |
|
const VertexCol *fVertices; //!Vertex branch |
60 |
< |
const CaloJetCol *fCaloJet0; //!Jet branch |
60 |
> |
const PFCandidateCol *fPFCandidates; //!PFCandidates branch |
61 |
|
Int_t fNEventsSelected; //selected events |
62 |
|
|
63 |
|
TH1D *fHWWSelection; |