We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67cd559 commit 011da54Copy full SHA for 011da54
1 file changed
base/sim/FairMCApplication.h
@@ -99,10 +99,11 @@ class FairMCApplication : public TVirtualMCApplication
99
/** Define parameters for optical processes (optional) */
100
void ConstructOpGeometry() override; // MC Application
101
102
- virtual void ConstructSensitiveDetectors();
+ /** set sensitive detectors following TVirtualMCSensitiveDetector logic */
103
+ void ConstructSensitiveDetectors() override; // MC Application
104
105
/** Define actions just before sensitive->EndOfEvent */
- virtual void EndOfEvent(); // MC Application
106
+ void EndOfEvent() override; // MC Application
107
/** Define actions at the end of event */
108
void FinishEvent() override; // MC Application
109
/** Define actions at the end of primary track */
0 commit comments