Skip to content
Snippets Groups Projects

write alignment matrices to file

Merged Nora Bluhme requested to merge n.bluhme/cbmroot:bba_MR into master
1 unresolved thread

results of bba minimization is stored in TGeoMatrices for STS and TRD stations

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
736 LOG(info) << s.fNodePath;
737 alignmentMatrices.insert(
738 AlignNode(s.fNodePath, result[i * 3 + 0], result[i * 3 + 1], result[i * 3 + 2], 0., 0., 0.));
739 }
740 // TODO: for TOF stations
741 // else {
742 // LOG(info) << "fSystemId: " << s.fSystemId << "\tfTrackongStation: " << s.fTrackingStation
743 // << "\t SensorId: " << s.fSensorId;
744 // alignmentMatrices.insert(AlignNode(Form("fTrackingStation %i", s.fTrackingStation), result[i * 3 + 0],
745 // result[i * 3 + 1], result[i * 3 + 2], 0., 0., 0.));
746 // }
747 }
748
749 // save matrices to disk
750 TFile* misalignmentMatrixRootfile =
751 new TFile("AlignmentMatrices_mcbm_beam_2022_05_23_nickel_finetuning.root", "RECREATE");
  • Please register or sign in to reply
    Loading