@@ -509,9 +509,10 @@ AddOption(filterPID, int32_t, -1, "", 0, "Filter for Particle Type (0 Electron,
509509AddOption(nativeFitResolutions, bool , false , " " , 0 , " Create resolution histograms in the native fit units (sin(phi), tan(lambda), Q/Pt)" )
510510AddOption(enableLocalOutput, bool , true , " " , 0 , " Enable normal output to local PDF files / console" )
511511AddOption(dumpToROOT, int32_t , 0 , " " , 0 , " Dump all clusters and tracks to a ROOT file, 1 = combined TNTUple dump, 2 = also individual cluster / track branch dump" )
512- AddOption(writeMCLabels, bool , false , " " , 0 , " Store mc labels to file for later matching" )
513512AddOption(writeRootFiles, bool , false , " " , 0 , " Create ROOT canvas files" )
513+ AddOption(writeMCLabels, bool , false , " " , 0 , " Store mc labels to file for later matching" )
514514AddOptionVec(matchMCLabels, std::string, " " , 0 , " Read labels from files and match them, only process tracks where labels differ" )
515+ AddOption(compareTrackStatus, uint32_t , 0 , " " , 0 , " 0 = disabled, 1 = write status file, 2 = read status file and compare with current tracks" )
515516AddOption(matchDisplayMinPt, float , 0 , " " , 0 , " Minimum Pt of a matched track to be displayed" )
516517AddOption(noMC, bool , false , " " , 0 , " Force running QA without MC labels even if present" )
517518AddOption(shipToQC, bool , false , " " , 0 , " Do not write output files but ship histograms for QC" )
0 commit comments