write alignment matrices to file
1 unresolved thread
1 unresolved thread
results of bba minimization is stored in TGeoMatrices for STS and TRD stations
Merge request reports
Activity
Filter activity
requested review from @se.gorbunov
assigned to @se.gorbunov
Dear @f.uhlig, @p.-a.loizeau, @v.friese,
you have been identified as code owner of at least one file which was changed with this merge request.
Please check the changes and approve them or request changes.
added CodeOwners label
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"); added alignment label
Please register or sign in to reply