~lbno-nd/lbno-nd/trunk

« back to all changes in this revision

Viewing changes to src/simul/SteppingAction.cc

  • Committer: tstainer
  • Date: 2014-06-23 09:14:40 UTC
  • Revision ID: tstainer@liv.ac.uk-20140623091440-xo46khop77imcpw5
Updated README.txt and install scripts. Also added splines.

Show diffs side-by-side

added added

removed removed

Lines of Context:
90
90
  if(thePostProcess)          thePostProcessName = thePostProcess->GetProcessName();
91
91
  else                        thePostProcessName = "";
92
92
 
93
 
/* /// DO NOT APPLY CUTS IF WANT FULL TRACKING HISTORY OF PARTICLES ///
 
93
/// DO NOT APPLY CUTS IF WANT FULL TRACKING HISTORY OF PARTICLES ///
94
94
  //----cuts-----
95
95
  //Apply User defined cuts first
96
96
  if (cuts->process(theStep)) {
98
98
        return;
99
99
  }
100
100
 
101
 
 
 
101
/* 
102
102
  //if it is 113 pdg then this is rho particle and crashes geant- kill this particle
103
103
  if(theStep->GetTrack()->GetParticleDefinition()->GetPDGEncoding() == 113){
104
104
        theTrack->SetTrackStatus(fStopAndKill);