Import Geant4 10.0.0 source tree
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
/// \file runAndEvent/RE01/src/RE01CalorimeterSD.cc
|
||||
/// \brief Implementation of the RE01CalorimeterSD class
|
||||
//
|
||||
// $Id$
|
||||
// $Id: RE01CalorimeterSD.cc 68761 2013-04-05 12:35:00Z gcosmo $
|
||||
//
|
||||
|
||||
#include "RE01CalorimeterSD.hh"
|
||||
@@ -110,7 +110,8 @@ G4bool RE01CalorimeterSD::ProcessHits(G4Step*aStep,G4TouchableHistory*ROhist)
|
||||
else
|
||||
{
|
||||
(*fCalCollection)[fCellID[copyIDinZ][copyIDinPhi]]->AddEdep(edep);
|
||||
(*fCalCollection)[fCellID[copyIDinZ][copyIDinPhi]]->SetTrackInformation(aStep->GetTrack());
|
||||
(*fCalCollection)[fCellID[copyIDinZ][copyIDinPhi]]
|
||||
->SetTrackInformation(aStep->GetTrack());
|
||||
if(verboseLevel>0)
|
||||
{ G4cout << " Energy added to CellID "
|
||||
<< copyIDinZ << " " << copyIDinPhi << G4endl; }
|
||||
|
||||
Reference in New Issue
Block a user