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 @@ -107,10 +107,11 @@ class FairMCApplication : public TVirtualMCApplication
107
107
/* * Define parameters for optical processes (optional) */
108
108
void ConstructOpGeometry () override ; // MC Application
109
109
110
- virtual void ConstructSensitiveDetectors ();
110
+ /* * set sensitive detectors following TVirtualMCSensitiveDetector logic */
111
+ void ConstructSensitiveDetectors () override ; // MC Application
111
112
112
113
/* * Define actions just before sensitive->EndOfEvent */
113
- virtual void EndOfEvent (); // MC Application
114
+ void EndOfEvent () override ; // MC Application
114
115
/* * Define actions at the end of event */
115
116
void FinishEvent () override ; // MC Application
116
117
/* * Define actions at the end of primary track */
You can’t perform that action at this time.
0 commit comments