8 collectionName.insert(HCname=
"staHitsCollection");
17 staHitsCollection =
new MCHitsCollection(SensitiveDetectorName, collectionName[0]);
18 static G4int HCID = -1;
20 HCID = G4SDManager::GetSDMpointer()->GetCollectionID(collectionName[0]);
21 HCE->AddHitsCollection(HCID, staHitsCollection);
28 G4double edep = aStep->GetTotalEnergyDeposit();
30 G4ParticleDefinition* particle = aStep->GetTrack()->GetDefinition();
31 if (particle->GetPDGCharge() == 0.)
34 G4Track* theTrack = aStep->GetTrack();
39 newHit->
SetPosition(aStep->GetTrack()->GetPosition());
41 newHit->
SetVertex(theTrack->GetVertexPosition());
42 newHit->
SetTime(theTrack->GetGlobalTime());
49 G4String curVolname = theTrack->GetVolume()->GetName();
53 staHitsCollection->insert( newHit );
62 G4int NbHits = staHitsCollection->entries();
63 G4cout <<
"\n-------->Hits Collection: in this event there are " << NbHits
64 <<
" hits at detector station 1: " << G4endl;
65 for (G4int i=0;i<NbHits;i++)
66 (*staHitsCollection)[i]->Print();
G4THitsCollection< MCHit > MCHitsCollection
G4bool ProcessHits(G4Step *, G4TouchableHistory *)
void EndOfEvent(G4HCofThisEvent *)
void Initialize(G4HCofThisEvent *)
void SetVertexKineticEnergy(G4double vke)
void SetParentID(G4int parentID)
void SetVertex(G4ThreeVector v0)
void SetParticleID(G4int particle_id)
void SetVolume(G4String volume)
void SetTime(G4double time)
void SetVertexMomentumDirection(G4ThreeVector vmd)
void SetPosition(G4ThreeVector pos)
void SetTrackID(G4int tid)
void SetParticleName(G4String pName)
void SetMomentum(G4ThreeVector p)