Skip to content

Commit e47a3b9

Browse files
committed
Minor fix
1 parent 96d11b2 commit e47a3b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PWGLF/TableProducer/Strangeness/strangenesstofpid.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ struct strangenesstofpid {
9797
Configurable<bool> doQA{"doQA", true, "create QA histos"};
9898
Configurable<bool> doNSigmas{"doNSigmas", false, "calculate TOF N-sigma"};
9999
Configurable<bool> doQANSigma{"doQANSigma", true, "create QA of Nsigma histos"};
100-
100+
101101
// configurables related to V0s
102102
struct : ConfigurableGroup {
103103
std::string prefix = "v0Calibration";
@@ -123,7 +123,6 @@ struct strangenesstofpid {
123123
Configurable<std::string> grpPath{"grpPath", "GLO/GRP/GRP", "Path of the grp file"};
124124
Configurable<std::string> grpmagPath{"grpmagPath", "GLO/Config/GRPMagField", "CCDB path of the GRPMagField object"};
125125
Configurable<std::string> lutPath{"lutPath", "GLO/Param/MatLUT", "Path of the Lut parametrization"};
126-
Configurable<std::string> geoPath{"geoPath", "GLO/Config/GeometryAligned", "Path of the geometry file"};
127126
Configurable<std::string> nSigmaPath{"nSigmaPath", "Users/d/ddobrigk/stratof", "Path of information for n-sigma calculation"};
128127
Configurable<std::string> mVtxPath{"mVtxPath", "GLO/Calib/MeanVertex", "Path of the mean vertex file"};
129128

@@ -444,6 +443,7 @@ struct strangenesstofpid {
444443
nSigmaCalibObjects = ccdb->getForRun<TList>(nSigmaPath, runNumber);
445444
if (nSigmaCalibObjects) {
446445
LOGF(info, "loaded TList with this many objects: %i", nSigmaCalibObjects->GetEntries());
446+
nSigmaCalibLoaded = true; // made it thus far, mark loaded
447447

448448
if(calculateV0s.value){
449449
hMeanPosLaPi = reinterpret_cast<TH1*>(nSigmaCalibObjects->FindObject("hMeanPosLaPi"));

0 commit comments

Comments
 (0)