Skip to content

Commit 3938cbd

Browse files
committed
Override two functions in FairMCApplication
1 parent 6196ba0 commit 3938cbd

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
@@ -107,10 +107,11 @@ class FairMCApplication : public TVirtualMCApplication
107107
/** Define parameters for optical processes (optional) */
108108
void ConstructOpGeometry() override; // MC Application
109109

110-
virtual void ConstructSensitiveDetectors();
110+
/** set sensitive detectors following TVirtualMCSensitiveDetector logic */
111+
void ConstructSensitiveDetectors() override; // MC Application
111112

112113
/** Define actions just before sensitive->EndOfEvent */
113-
virtual void EndOfEvent(); // MC Application
114+
void EndOfEvent() override; // MC Application
114115
/** Define actions at the end of event */
115116
void FinishEvent() override; // MC Application
116117
/** Define actions at the end of primary track */

0 commit comments

Comments
 (0)