Skip to content

Commit

Permalink
Update FCTLayer.cxx
Browse files Browse the repository at this point in the history
  • Loading branch information
mconcas authored and sawenzel committed Nov 13, 2023
1 parent 5dd4aec commit 8d008de
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Detectors/Upgrades/ALICE3/FCT/simulation/src/FCTLayer.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,7 @@ void FCTLayer::createDiskLayer(TGeoVolume* motherVolume)
TGeoVolume* layerVol = new TGeoVolume(mLayerName.c_str(), layer, medAir);
layerVol->SetLineColor(kGreen + 3);

LOG(info)
<< "Inserting " << sensVol->GetName() << " inside " << chipVol->GetName();
LOG(info) << "Inserting " << sensVol->GetName() << " inside " << chipVol->GetName();
chipVol->AddNode(sensVol, 1, nullptr);

LOG(info) << "Inserting " << chipVol->GetName() << " inside " << layerVol->GetName();
Expand Down Expand Up @@ -195,4 +194,4 @@ void FCTLayer::createConverterLayer(TGeoVolume* motherVolume)

LOG(info) << "Inserting " << layerVol->GetName() << " inside " << motherVolume->GetName();
motherVolume->AddNode(layerVol, 1, FwdDiskCombiTrans);
}
}

0 comments on commit 8d008de

Please sign in to comment.