Skip to content

Commit 7e706fc

Browse files
committed
Revert default parameter
1 parent 5502d2a commit 7e706fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGDQ/Tasks/filterPPwithAssociation.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ struct DQEventSelectionTask {
140140

141141
Configurable<std::string> fConfigEventCuts{"cfgEventCuts", "eventStandard", "Comma separated list of event cuts; multiple cuts are applied with a logical AND"};
142142
Configurable<bool> fConfigQA{"cfgWithQA", false, "If true, fill QA histograms"};
143-
Configurable<std::string> fConfigHistClasses{"cfgHistClasses", "event", "Comma separated list of histogram groups to be filled"};
143+
Configurable<std::string> fConfigHistClasses{"cfgHistClasses", "vtxpp", "Comma separated list of histogram groups to be filled"};
144144
// TODO: configure the histogram classes to be filled by QA
145145

146146
void init(o2::framework::InitContext&)

0 commit comments

Comments
 (0)