Add stepping histograms generation to the Event Action
The stepping action create different histograms to track stepping quantities, such as step kinetic energy, step pseudorapidity, step length and other quantities. The histograms are merged automatically by each worker thread at the end of the run and saved in a ROOT file. No dependency on ROOT is introduced.
Showing
- FullSimLight/include/MySteppingAction.hh 106 additions, 1 deletionFullSimLight/include/MySteppingAction.hh
- FullSimLight/src/MyActionInitialization.cc 1 addition, 1 deletionFullSimLight/src/MyActionInitialization.cc
- FullSimLight/src/MyRunAction.cc 46 additions, 3 deletionsFullSimLight/src/MyRunAction.cc
- FullSimLight/src/MySteppingAction.cc 401 additions, 1 deletionFullSimLight/src/MySteppingAction.cc
This diff is collapsed.
Please register or sign in to comment