next-exp / nexus

Geant4 simulation framework of the NEXT Collaboration
5 stars 55 forks source link

Store step times in SaveAllSteppingAction #200

Closed gonzaponte closed 1 year ago

gonzaponte commented 1 year ago

Step time is defined as the average between the pre- and post-step time.

paolafer commented 1 year ago

// This class sets the store_steps flag of the persistency manager // so all steps are saved.

Could you improve a little the description of the class? It does other things beyond setting a flag.