Skip to content

Commit

Permalink
Please consider the following formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
alibuild committed Aug 7, 2024
1 parent f149403 commit 164ac71
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ class Hit : public o2::BasicXYZEHit<Float_t, Float_t>
Bool_t IsAliveStart() const { return mTrackStatusStart & kTrackAlive; }

// Entrance position setter
void SetPosStart(const math_utils::Point3D<Float_t>& p ){ mPosStart = p; }
void SetPosStart(const math_utils::Point3D<Float_t>& p) { mPosStart = p; }

/// Output to screen
void Print(const Option_t* opt) const;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ class MisalignmentManager
void misalignHits();

static void createBackup(const std::filesystem::path& src, const std::filesystem::path& dest);

private:
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ void MisalignmentManager::createBackup(const fs::path& src, const fs::path& dest
}
}


void MisalignmentManager::misalignHits()
{
LOGP(info, "{:*^90}", " ITS3 LOCAL MISALIGNMENT START ");
Expand Down

0 comments on commit 164ac71

Please sign in to comment.