Skip to content

Commit 3b0caf2

Browse files
committed
update default params
1 parent ef67466 commit 3b0caf2

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

PWGLF/Tasks/Nuspex/antinucleiInJets.cxx

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ struct AntinucleiInJets {
155155
// Jet selection and event filtering parameters
156156
Configurable<double> minJetPt{"minJetPt", 10.0, "Minimum pt of the jet after bkg subtraction"};
157157
Configurable<double> ptLeadingMin{"ptLeadingMin", 5.0, "pt Leading Min"};
158-
Configurable<double> rJet{"rJet", 0.3, "Jet resolution parameter R"};
158+
Configurable<double> rJet{"rJet", 0.4, "Jet resolution parameter R"};
159159
Configurable<double> zVtx{"zVtx", 10.0, "Maximum zVertex"};
160160
Configurable<bool> applyAreaCut{"applyAreaCut", true, "apply area cut"};
161161
Configurable<double> maxNormalizedJetArea{"maxNormalizedJetArea", 1.0, "area cut"};
@@ -191,15 +191,15 @@ struct AntinucleiInJets {
191191

192192
// Configuration parameters for CCDB access and reweighting input files
193193
Configurable<bool> applyReweighting{"applyReweighting", true, "enable reweighting for efficiency"};
194-
Configurable<std::string> urlToCcdb{"urlToCcdb", "http://alice-ccdb.cern.ch", "url of the personal ccdb"};
195-
Configurable<std::string> pathToFile{"pathToFile", "Users/a/alcaliva/reweightingHistogramsAntipInJet", "path to file"};
196-
Configurable<std::string> weightsProton{"weightsProton", "", "weightsProton"};
197-
Configurable<std::string> weightsLambda{"weightsLambda", "", "weightsLambda"};
198-
Configurable<std::string> weightsSigma{"weightsSigma", "", "weightsSigma"};
199-
Configurable<std::string> weightsXi{"weightsXi", "", "weightsXi"};
200-
Configurable<std::string> weightsOmega{"weightsOmega", "", "weightsOmega"};
201-
Configurable<std::string> weightsJet{"weightsJet", "", "weightsJet"};
202-
Configurable<std::string> weightsUe{"weightsUe", "", "weightsUe"};
194+
Configurable<std::string> urlToCcdb{"urlToCcdb", "http://alice-ccdb.cern.ch/", "url of the personal ccdb"};
195+
Configurable<std::string> pathToFile{"pathToFile", "Users/a/alcaliva/reweightingHistogramsAnalysis/", "path to file"};
196+
Configurable<std::string> weightsProton{"weightsProton", "weightsProton", "weightsProton"};
197+
Configurable<std::string> weightsLambda{"weightsLambda", "weightsLambda", "weightsLambda"};
198+
Configurable<std::string> weightsSigma{"weightsSigma", "weightsSigma", "weightsSigma"};
199+
Configurable<std::string> weightsXi{"weightsXi", "weightsXi", "weightsXi"};
200+
Configurable<std::string> weightsOmega{"weightsOmega", "weightsOmega", "weightsOmega"};
201+
Configurable<std::string> weightsJet{"weightsJet", "weightsJet", "weightsJet"};
202+
Configurable<std::string> weightsUe{"weightsUe", "weightsUe", "weightsUe"};
203203

204204
// Number of events
205205
Configurable<int> shrinkInterval{"shrinkInterval", 1000, "variable that controls how often shrinking happens"};

0 commit comments

Comments
 (0)