Skip to content

Commit d219857

Browse files
committed
Adding MC D0 decay channel
1 parent f0836d1 commit d219857

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGJE/Tasks/jetCorrelationD0.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ struct JetCorrelationD0 {
200200
// Configurables
201201
Configurable<std::string> eventSelections{"eventSelections", "sel8", "choose event selection"};
202202
Configurable<bool> skipMBGapEvents{"skipMBGapEvents", false, "decide to run over MB gap events or not"};
203-
Configurable<bool> applyRCTSelections{"applyRCTSelections", false, "decide to apply RCT selections"};
203+
Configurable<bool> applyRCTSelections{"applyRCTSelections", true, "decide to apply RCT selections"};
204204
Configurable<float> jetPtCutMin{"jetPtCutMin", 5.0, "minimum value of jet pt"};
205205
Configurable<float> d0PtCutMin{"d0PtCutMin", 1.0, "minimum value of d0 pt"};
206206
Configurable<float> jetMcPtCutMin{"jetMcPtCutMin", 3.0, "minimum value of jet pt particle level"};

0 commit comments

Comments
 (0)