File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -99,10 +99,11 @@ class FairMCApplication : public TVirtualMCApplication
99
99
/* * Define parameters for optical processes (optional) */
100
100
void ConstructOpGeometry () override ; // MC Application
101
101
102
- virtual void ConstructSensitiveDetectors ();
102
+ /* * set sensitive detectors following TVirtualMCSensitiveDetector logic */
103
+ void ConstructSensitiveDetectors () override ; // MC Application
103
104
104
105
/* * Define actions just before sensitive->EndOfEvent */
105
- virtual void EndOfEvent (); // MC Application
106
+ void EndOfEvent () override ; // MC Application
106
107
/* * Define actions at the end of event */
107
108
void FinishEvent () override ; // MC Application
108
109
/* * Define actions at the end of primary track */
You can’t perform that action at this time.
0 commit comments