Skip to content

Commit 82b4dd3

Browse files
committed
Override two functions in FairMCApplication
1 parent 8e9398b commit 82b4dd3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

base/sim/FairMCApplication.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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 */

0 commit comments

Comments
 (0)