42 #include "DetectorConstruction.hh"
57 fpDefaultMaterial(0), fpWaterMaterial(0),
58 fpRegion(0), fCheckOverlaps(
false)
101 G4cout <<
" ---- Begin of Neuron Construction! ---- "
102 <<
"\n"<<
" =========================================================="<<
G4endl;
120 G4cout <<
" Side length of word volume is calculated : "
123 worldSizeX/2, worldSizeY/2, worldSizeZ/2);
154 G4cout <<
" Radius of homogeneous medium is calculated : "
155 << RadiusMedium/
um <<
" um"<<
G4endl;
191 G4cout <<
" Overall dimensions (um) of neuron morphology : " <<
"\n"
192 <<
'\t'<<
" width = " <<TargetSizeX/
um<<
" height = " <<
194 <<
" depth = " <<TargetSizeZ/
um<<
G4endl;
196 G4cout <<
" Volume (um3), surface (um2) and mass (ug) of Bounding Slice are"
197 <<
" calculated : " <<
"\n"
203 TargetSizeX/2.,TargetSizeY/2.,TargetSizeZ/2.);
228 G4cout <<
" Volume (um3), surface (um2) and mass(ug) of Neuron "
229 <<
"are calculated : "<<
"\n"
234 G4cout <<
" Total number of compartments into Neuron : "
236 G4cout <<
" Shift values (um) for Neuron translation are calculated : "
298 G4cout <<
" Total number of compartments into Soma : "
344 G4cout <<
" ---- Dendrites for construction: ---- "<<
G4endl;
345 G4cout <<
" Total number of compartments into Dendrites : "
398 G4cout <<
" Total number of compartments into Axon : "
435 G4cout <<
" ---- Spines for construction: ---- "<<
G4endl;
436 G4cout <<
" Total number of compartments into Spines : "
440 G4cout <<
"\n ---- End of Neuron Construction! ---- "
441 <<
"\n ========================================================== \n"