Skip to content

Commit 70bea2d

Browse files
committed
Adding MC D0 decay channel
1 parent 0f6d5b6 commit 70bea2d

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
@@ -204,7 +204,7 @@ struct JetCorrelationD0 {
204204
// Configurables
205205
Configurable<std::string> eventSelections{"eventSelections", "sel8", "choose event selection"};
206206
Configurable<bool> skipMBGapEvents{"skipMBGapEvents", false, "decide to run over MB gap events or not"};
207-
Configurable<bool> applyRCTSelections{"applyRCTSelections", false, "decide to apply RCT selections"};
207+
Configurable<bool> applyRCTSelections{"applyRCTSelections", true, "decide to apply RCT selections"};
208208
Configurable<float> jetPtCutMin{"jetPtCutMin", 5.0, "minimum value of jet pt"};
209209
Configurable<float> d0PtCutMin{"d0PtCutMin", 1.0, "minimum value of d0 pt"};
210210
Configurable<float> jetMcPtCutMin{"jetMcPtCutMin", 3.0, "minimum value of jet pt particle level"};

0 commit comments

Comments
 (0)