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
9999 /* * Define parameters for optical processes (optional) */
100100 void ConstructOpGeometry () override ; // MC Application
101101
102- virtual void ConstructSensitiveDetectors ();
102+ /* * set sensitive detectors following TVirtualMCSensitiveDetector logic */
103+ void ConstructSensitiveDetectors () override ; // MC Application
103104
104105 /* * Define actions just before sensitive->EndOfEvent */
105- virtual void EndOfEvent (); // MC Application
106+ void EndOfEvent () override ; // MC Application
106107 /* * Define actions at the end of event */
107108 void FinishEvent () override ; // MC Application
108109 /* * Define actions at the end of primary track */
You can’t perform that action at this time.
0 commit comments