Skip to content

Commit

Permalink
remove some legecy code
Browse files Browse the repository at this point in the history
  • Loading branch information
MoritzNeuberger committed May 2, 2024
1 parent 31a5b83 commit 44e9d08
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/RMGGeneratorMUSUNCosmicMuons.hh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ class RMGGeneratorMUSUNCosmicMuons : public RMGVGenerator {
RMGGeneratorMUSUNCosmicMuons& operator=(RMGGeneratorMUSUNCosmicMuons&&) = delete;

void GeneratePrimaries(G4Event* event);
void GeneratePrimariesKinematics(G4Event* event) override { this->GeneratePrimaries(event); }
virtual void SetParticlePosition(G4ThreeVector vec) override{};

void BeginOfRunAction(const G4Run*);
Expand Down

0 comments on commit 44e9d08

Please sign in to comment.