Import Geant4 5.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-08 16:57:27 +02:00
parent 330b82b769
commit 37fff30d2e
5733 changed files with 263867 additions and 74574 deletions
@@ -21,8 +21,8 @@
// ********************************************************************
//
//
// $Id: volumeSubscriber.cc,v 1.3 2002/06/03 12:09:36 radoone Exp $
// GEANT4 tag $Name: geant4-04-01 $
// $Id: volumeSubscriber.cc,v 1.5 2002/08/19 07:39:29 radoone Exp $
// GEANT4 tag $Name: geant4-05-00 $
//
//
// --------------------------------------------------------------
@@ -184,7 +184,8 @@ public:
}
// At this point we should have everything ready to create a child
if( doAssemblyInprint ) {
alog->MakeImprint( plog, *ppos, prot );
//std::cout << "Imprinting assembly volume: " << vr->get_ref() << std::endl;
alog->MakeImprint( vnew, *ppos, prot );
} else {
std::strstream pvname;
pvname << "pv_" << vr->get_ref() << "_" << (cidx-2) << std::ends;