Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
Apply clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
tvami committed Apr 17, 2024
1 parent 2257a09 commit 06bf0c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion include/SimCore/UserEventInformation.h
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ class UserEventInformation : public G4VUserEventInformation {
bool wasLastStepEN() const { return last_step_en_; }

private:

/// Total number of brem candidates in the event
int bremCandidateCount_{0};

Expand Down
5 changes: 2 additions & 3 deletions include/SimCore/UserTrackInformation.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#include "G4Track.hh"
#include "G4VUserTrackInformation.hh"


namespace simcore {

/**
Expand Down Expand Up @@ -84,7 +83,7 @@ class UserTrackInformation : public G4VUserTrackInformation {
isBremCandidate_ = isBremCandidate;
}

/**
/**
* Check whether this track is a recoil electron.
*
* @return true if this track is a recoil electron, false otherwise.
Expand Down Expand Up @@ -149,7 +148,7 @@ class UserTrackInformation : public G4VUserTrackInformation {
/// Flag indicating whether this track is a brem candidate
bool isBremCandidate_{false};

/// Flag indicating whether this track is a recoil electron
/// Flag indicating whether this track is a recoil electron
bool isRecoilElectron_{false};

/**
Expand Down

0 comments on commit 06bf0c7

Please sign in to comment.