44 #include <G4HCofThisEvent.hh>
92 G4ThreeVector direction( preStepPoint->GetMomentumDirection() );
95 GetHistory()->GetTopTransform() );
98 track->GetUserInformation() ) );
99 trackType = trackInfo->GetTrackType();
103 transform.TransformAxis( direction ),
105 preStepPoint->GetMomentum().mag(),
106 particle, track->GetTrackID(),
149 if ( nmbOfEntries == 0 )
154 for ( CexmcTrackPointsCollectionData::iterator
159 G4cout <<
" , position: " <<
161 G4cout <<
" , direction: " <<
162 itr->second->directionLocal <<
G4endl;
163 G4cout <<
" , momentum: " <<
165 G4cout <<
" , particle: " <<
166 itr->second->particle->GetParticleName() <<
G4endl;