Skip to content
Snippets Groups Projects

Temporary disable -a and -d options in gmgeantino

Merged Marilena Bandieramonte requested to merge gmgeantino_tmpFix into main
2 files
+ 20
20
Compare changes
  • Side-by-side
  • Inline
Files
2
#include "TrksSteppingAction.h"
#include "TrksSteppingAction.h"
#include "G4Step.hh"
#include "G4Step.hh"
#include "G4Track.hh"
//#include "G4Track.hh"
#include "G4UnitsTable.hh"
//#include "G4UnitsTable.hh"
#include "G4SystemOfUnits.hh"
//#include "G4SystemOfUnits.hh"
#include "TrksEventAction.h"
#include "TrksEventAction.h"
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
@@ -35,4 +35,4 @@ void TrksSteppingAction::UserSteppingAction(const G4Step * aStep)
@@ -35,4 +35,4 @@ void TrksSteppingAction::UserSteppingAction(const G4Step * aStep)
trksInfoMap[trkNum].push_back(tmpStepData);
trksInfoMap[trkNum].push_back(tmpStepData);
}
}
\ No newline at end of file
Loading