Skip to content

Commit d89a5bc

Browse files
committed
Please consider the following formatting changes
1 parent 25f20e4 commit d89a5bc

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

PWGDQ/Tasks/muonGlobalAlignment.cxx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -524,10 +524,10 @@ struct muonGlobalAlignment {
524524
o2::track::TrackParCovFwd fwdtrack{mftTrack.z(), tpars, tcovs, chi2};
525525
o2::dataformats::GlobalFwdTrack propmuon;
526526

527-
//double propVec[3] = {};
528-
//propVec[0] = collision.posX() - mftTrack.x();
529-
//propVec[1] = collision.posY() - mftTrack.y();
530-
//propVec[2] = collision.posZ() - mftTrack.z();
527+
// double propVec[3] = {};
528+
// propVec[0] = collision.posX() - mftTrack.x();
529+
// propVec[1] = collision.posY() - mftTrack.y();
530+
// propVec[2] = collision.posZ() - mftTrack.z();
531531

532532
// double centerZ[3] = {mftTrack.x() + propVec[0] / 2.,
533533
// mftTrack.y() + propVec[1] / 2.,

0 commit comments

Comments
 (0)