File tree Expand file tree Collapse file tree
Detectors/FOCAL/simulation/src Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -406,7 +406,7 @@ void Detector::addAlignableVolumesHCAL() const
406406 const std::string snsector = " FOCAL/HCAL" ;
407407
408408 if (!gGeoManager ->SetAlignableEntry (snsector.c_str (), vpsector.c_str ())) {
409- LOG (fatal) << (Form (" Alignable entry %s not created. Volume path %s not valid" , snsector, vpsector));
409+ LOG (fatal) << (Form (" Alignable entry %s not created. Volume path %s not valid" , snsector. c_str () , vpsector. c_str () ));
410410 }
411411}
412412
@@ -417,7 +417,7 @@ void Detector::addAlignableVolumesECAL() const
417417 const std::string snsector = " FOCAL/ECAL" ;
418418
419419 if (!gGeoManager ->SetAlignableEntry (snsector.c_str (), vpsector.c_str ())) {
420- LOG (fatal) << (Form (" Alignable entry %s not created. Volume path %s not valid" , snsector, vpsector));
420+ LOG (fatal) << (Form (" Alignable entry %s not created. Volume path %s not valid" , snsector. c_str () , vpsector. c_str () ));
421421 }
422422}
423423
You can’t perform that action at this time.
0 commit comments