File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ Pierre-Alain, Loizeau
2727Pflueger, Stefan
2828Richter, Matthias
2929Rademakers, Fons
30+ Rodriguez Sánchez, Jose Luis [https://orcid.org/0000-0002-4702-5294]
3031Rohr, David
3132Shahoyan, Ruben
3233Stockmanns, Tobias
Original file line number Diff line number Diff line change 11/* *******************************************************************************
2- * Copyright (C) 2014-2024 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH *
2+ * Copyright (C) 2014-2025 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH *
33 * *
44 * This software is distributed under the terms of the *
55 * GNU Lesser General Public Licence (LGPL) version 3, *
@@ -657,7 +657,7 @@ void FairModule::AssignMediumAtImport(TGeoVolume* v)
657657 * it*/
658658 FairGeoMedium* FairMedium = Media->getMedium (mat1->GetName ());
659659 if (!FairMedium) {
660- LOG (fatal) << " Material " << mat1->GetName () << " is not defined in ASCII file nor in Root file." ;
660+ LOG (fatal) << " Material " << mat1->GetName () << " is not defined in ASCII file nor in Root file." ;
661661 // FairMedium=new FairGeoMedium(mat1->GetName());
662662 // Media->addMedium(FairMedium);
663663 } else {
@@ -675,7 +675,7 @@ void FairModule::AssignMediumAtImport(TGeoVolume* v)
675675 if (strcmp (v->ClassName (), " TGeoVolumeAssembly" ) != 0 ) {
676676 // [R.K.-3.3.08] // When there is NO material defined, set it to avoid conflicts in Geant
677677 LOG (fatal) << " The volume " << v->GetName ()
678- << " has no medium information and not an Assembly so we have to quit" ;
678+ << " has no medium information and not an Assembly so we have to quit" ;
679679 }
680680 }
681681}
You can’t perform that action at this time.
0 commit comments