705 |
|
|
706 |
|
void SetPFJetsFromBranch(Bool_t b) { fPFJetsFromBranch = b; } |
707 |
|
void SetEnableJets(Bool_t b) { fEnableJets = b; } |
708 |
+ |
void SetEnableGenJets(Bool_t b) { fEnableGenJets = b; } |
709 |
|
void SetApplyJetId(Bool_t b) { fApplyJetId = b; } |
710 |
|
void SetApplyLeptonTag(Bool_t b) { fApplyLeptonTag = b; } |
711 |
|
void SetApplyVBFTag(Bool_t b) { fApplyVBFTag = b; } |
847 |
|
Bool_t fExcludeDoublePrompt; |
848 |
|
|
849 |
|
Bool_t fEnableJets; |
850 |
+ |
Bool_t fEnableGenJets; |
851 |
|
Bool_t fApplyJetId; |
852 |
|
|
853 |
|
Bool_t fApplyLeptonTag; |