39 #include "G4HCofThisEvent.hh"    41 #include "G4TrackStatus.hh"    50    fStage(0),fCalorimeterHitsColID(-1)
    66     if(aTrack->GetTrackStatus()==fSuspend) 
    77     else if(aTrack->GetParentID()==0) 
    81       G4Track* theTrack = (G4Track*)aTrack;
    82       theTrack->SetUserInformation(trackInfo);
    85   return classification;
   112     G4cout << 
"Tracks in tracking region have been processed. -- Stage 0 over."    130       G4int n_hitByATrack = 0;
   131       for(
int i=0;i<n_hit;i++)
   133         G4double edepByATrack = (*CHC)[i]->GetEdepByATrack();
   136           totE += edepByATrack;
   138           { (*CHC)[i]->GetTrackInformation()->Print(); }
   140           G4cout << 
"Cell[" << (*CHC)[i]->GetZ() << 
","    141                  << (*CHC)[i]->GetPhi() << 
"]    "    142                  << edepByATrack/
GeV << 
" [GeV]" << 
G4endl;
   143           (*CHC)[i]->ClearEdepByATrack();
   149           "###  Total energy deposition in calorimeter by a source track in "   150                << n_hitByATrack << 
" cells : " << totE / 
GeV << 
" (GeV)"  
Definition of the RE01CalorimeterHit class. 
 
G4VHitsCollection * GetHC(G4int i)
 
G4int GetCollectionID(G4String colName)
 
G4VHitsCollection * GetCalCollection()
 
G4int fCalorimeterHitsColID
 
virtual void PrepareNewEvent()
 
G4GLOB_DLL std::ostream G4cout
 
Definition of the RE01StackingAction class. 
 
void TransferOneStackedTrack(G4ClassificationOfNewTrack origin, G4ClassificationOfNewTrack destination)
 
virtual ~RE01StackingAction()
 
G4int GetNUrgentTrack() const
 
const G4Event * GetCurrentEvent() const
 
static G4RunManager * GetRunManager()
 
void TransferStackedTracks(G4ClassificationOfNewTrack origin, G4ClassificationOfNewTrack destination)
 
virtual G4ClassificationOfNewTrack ClassifyNewTrack(const G4Track *aTrack)
 
G4ClassificationOfNewTrack
 
static G4SDManager * GetSDMpointer()
 
G4HCofThisEvent * GetHCofThisEvent() const
 
G4StackManager * stackManager