@@ -48,19 +48,19 @@ struct AlignConfig : public o2::conf::ConfigurableParamHelper<AlignConfig> {
4848 int vtxMaxCont = 99999 ; // require max number of contributors in Vtx
4949 int vtxMinContVC = 20 ; // min number of contributors to use as constraint
5050
51- int minPointTotal = 4 ; // total min number of alignment point to account track
52- int minDetectors = 1 ; // min number of detectors per track
53- int minITSClusters = 4 ; // min ITS clusters to accept the track
54- int minTRDTracklets = 3 ; // min TRD tracklets to accept the track
55- int minTPCClusters = 10 ; // discard tracks with less clusters
56- int minTOFClusters = 1 ; // min TOF clusters to accept track
57- int maxTPCRowsCombined = 1 ; // allow combining clusters on so many rows to a single cluster
58- int discardEdgePadrows = 3 ; // discard padrow if its distance to stack edge padrow < this
51+ int minPointTotal = 4 ; // total min number of alignment point to account track
52+ int minDetectors = 1 ; // min number of detectors per track
53+ int minITSClusters = 4 ; // min ITS clusters to accept the track
54+ int minTRDTracklets = 3 ; // min TRD tracklets to accept the track
55+ int minTPCClusters = 10 ; // discard tracks with less clusters
56+ int minTOFClusters = 1 ; // min TOF clusters to accept track
57+ int maxTPCRowsCombined = 1 ; // allow combining clusters on so many rows to a single cluster
58+ int discardEdgePadrows = 3 ; // discard padrow if its distance to stack edge padrow < this
5959 float discardSectorEdgeDepth = 2.5 ; // discard clusters too close to the sector edge
60- float ITSOverlapMargin = 0.15 ; // consider for overlaps only clusters within this marging from the chip edge (in cm)
61- float ITSOverlapMaxChi2 = 16 ; // max chi2 between track and overlapping cluster
62- int ITSOverlapEdgeRows = 1 ; // require clusters to not have pixels closer than this distance from the edge
63- float ITSOverlapMaxDZ = 0.3 ; // max difference in Z for clusters on overlapping ITS chips to consider as candidate for a double hit
60+ float ITSOverlapMargin = 0.15 ; // consider for overlaps only clusters within this marging from the chip edge (in cm)
61+ float ITSOverlapMaxChi2 = 16 ; // max chi2 between track and overlapping cluster
62+ int ITSOverlapEdgeRows = 1 ; // require clusters to not have pixels closer than this distance from the edge
63+ float ITSOverlapMaxDZ = 0.3 ; // max difference in Z for clusters on overlapping ITS chips to consider as candidate for a double hit
6464
6565 int minPointTotalCosm = 4 ; // total min number of alignment point to account cosmic track
6666 int minDetectorsCosm = 1 ; // min number of detectors per cosmic track
@@ -85,16 +85,16 @@ struct AlignConfig : public o2::conf::ConfigurableParamHelper<AlignConfig> {
8585 float controlFraction = -1 .; // fraction for which control output is requested, if negative - only 1st instance of device will write them
8686 float MPRecOutFraction = -1 .; // compact Millepede2Record fraction, if negative - only 1st instance of device will write them
8787
88- bool MilleOut = true ; // Mille output
89- bool KalmanResid = true ; // Kalman residuals
90- bool MilleOutBin = true ; // text vs binary output for mille data
91- bool GZipMilleOut = false ; // compress binary records
88+ bool MilleOut = true ; // Mille output
89+ bool KalmanResid = true ; // Kalman residuals
90+ bool MilleOutBin = true ; // text vs binary output for mille data
91+ bool GZipMilleOut = false ; // compress binary records
9292
93- std::string mpDatFileName{" mpData" }; // file name for records mille data output
94- std::string mpParFileName{" mpParams.txt" }; // file name for MP params
95- std::string mpConFileName{" mpConstraints.txt" }; // file name for MP constraints
96- std::string mpSteerFileName{" mpSteer.txt" }; // file name for MP steering
97- std::string residFileName{" mpContolRes" }; // file name for optional control residuals
93+ std::string mpDatFileName{" mpData" }; // file name for records mille data output
94+ std::string mpParFileName{" mpParams.txt" }; // file name for MP params
95+ std::string mpConFileName{" mpConstraints.txt" }; // file name for MP constraints
96+ std::string mpSteerFileName{" mpSteer.txt" }; // file name for MP steering
97+ std::string residFileName{" mpContolRes" }; // file name for optional control residuals
9898 std::string mpLabFileName{" mpResultsLabeled.txt" }; // file name for relabeled MP params
9999 //
100100 std::string outCDBPath{}; // output OCDB path
0 commit comments