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 Apr 26, 2024
1 parent b09a4d9 commit 667d89c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PWGDQ/Core/VarManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -3456,7 +3456,7 @@ float VarManager::calculatePhiV(T1 const& t1, T2 const& t2)
// and a = u x z / |u x z| , unit vector perpendicular to v12 and z-direction (magnetic field)
// u = v12 / |v12| , the unit vector of v12
// v = v1 x v2 / |v1 x v2| , unit vector perpendicular to v1 and v2

float m1 = o2::constants::physics::MassElectron;
float m2 = o2::constants::physics::MassElectron;
if constexpr (pairType == kDecayToMuMu) {
Expand Down
2 changes: 1 addition & 1 deletion PWGDQ/Tasks/dqEfficiency.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -836,7 +836,7 @@ struct AnalysisSameEventPairing {
} // end loop over barrel track pairs
} // end runPairing

template <int TPairType,typename TTracksMC>
template <int TPairType, typename TTracksMC>
void runMCGen(TTracksMC& groupedMCTracks)
{
// loop over mc stack and fill histograms for pure MC truth signals
Expand Down

0 comments on commit 667d89c

Please sign in to comment.