Skip to content
Snippets Groups Projects
Commit b9b6245e authored by Markus Frank's avatar Markus Frank Committed by MarkusFrankATcernch
Browse files

Next step to fix examples after namespace reorganisation

parent d0a1d36c
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ static Ref_t create_element(Detector& description, xml_h xml_det, SensitiveDetec
printout(INFO,det_name,"+++ ELT[%02d]: %s Z=%3d N=%3d N_eff=%7.2f A=%6.2f Weight=%9.4f ",
i, e->GetName(), e->Z(), e->N(), e->Neff(), e->A(), w);
if ( material->IsMixture() ) {
TGeoMixture* mix = (TGeoMixture*)m;
TGeoMixture* mix = (TGeoMixture*)material;
Int_t* nmix = mix->GetNmixt();
Double_t* wmix = mix->GetWmixt();
printout(INFO,det_name,"+++ Zmix:%7.3f Nmix:%3d Amix:%7.3f Wmix:%7.3f",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment