Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Some findings | ||||||||
Changed: | ||||||||
< < | OSCAR simulated V0 daughters
| |||||||
> > | CMKIN
| |||||||
MSTJ(22)=2 A particle is decayed only if its proper lifetime is smaller than PARJ(71), which is set to cτ = 10 mm. Strange particles are "stable", charm and bottom decay. | ||||||||
Deleted: | ||||||||
< < |
#include "G4VProcess.hh" | |||||||
Added: | ||||||||
> > | OSCAR
#include "G4VProcess.hh" | |||||||
// Lengths are in mm for OSCAR! if( (aTrack->GetCreatorProcess()->GetProcessType() == fElectromagnetic && aTrack->GetCreatorProcess()->GetProcessName() == "conv") || | ||||||||
Line: 17 to 19 | ||||||||
aTrack->GetCreatorProcess()->GetProcessName() == "Decay") ) if(fabs(aTrack->GetPosition().z()) < 50. * 10 && fabs(aTrack->GetPosition().perp()) < 15. * 10) | ||||||||
Changed: | ||||||||
< < | trkInfo->storeTrack(true);
| |||||||
> > | trkInfo->storeTrack(true);
| |||||||
<use name=geant4> <use name=clhep> | ||||||||
Changed: | ||||||||
< < | ORCA compilation | |||||||
> > | ORCA
| |||||||
| ||||||||
Line: 34 to 36 | ||||||||
scramv1 build --fast
-- FerencSikler - 07 Jun 2006 | ||||||||
Added: | ||||||||
> > |
|