Skip to content

Commit

Permalink
adding new muon filters
Browse files Browse the repository at this point in the history
  • Loading branch information
awhitbeck committed Feb 24, 2017
1 parent ebb8394 commit 645b8fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/definitions.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ template<typename ntupleType>void ntupleBranchStatus(ntupleType* ntuple){
ntuple->fChain->SetBranchStatus("*Filter",1);
ntuple->fChain->SetBranchStatus("NVtx",1);
ntuple->fChain->SetBranchStatus("JetID",1);

}

/******************************************************************/
Expand Down Expand Up @@ -80,6 +79,8 @@ template<typename ntupleType> bool cutFlow_filters(ntupleType* ntuple){
&& ntuple->HBHEIsoNoiseFilter==1
&& ntuple->eeBadScFilter==1
&& ntuple->EcalDeadCellTriggerPrimitiveFilter == 1
&& BadChargedCandidateFilter == 1
&& BadPFMuonFilter == 1
&& ntuple->NVtx>0
&& ntuple->JetID == 1
;
Expand Down

0 comments on commit 645b8fa

Please sign in to comment.