File tree Expand file tree Collapse file tree
Detectors/ITSMFT/ITS/tracking Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ struct VertexerParamConfig : public o2::conf::ConfigurableParamHelper<VertexerPa
4242 float maxZPositionAllowed = 25 .f; // 4x sZ of the beam
4343
4444 // Artefacts selections
45- int clusterContributorsCut = 3 ; // minimum number of contributors for an accepted final vertex
45+ int clusterContributorsCut = 2 ; // minimum number of contributors for an accepted final vertex
4646 int suppressLowMultDebris = 16 ; // suppress all vertices below this threshold if a vertex was already found in a rof
4747 int seedMemberRadiusTime = 0 ;
4848 int seedMemberRadiusZ = 2 ;
Original file line number Diff line number Diff line change @@ -346,6 +346,7 @@ void ITSTrackingInterface::run(framework::ProcessingContext& pc)
346346 for (size_t iROF{0 }; iROF < allTrackROFs.size (); ++iROF) {
347347 allTrackROFs[iROF].setFirstEntry (rofEntries[iROF]);
348348 allTrackROFs[iROF].setNEntries (rofEntries[iROF + 1 ] - rofEntries[iROF]);
349+ allTrackROFs[iROF].setFlags (vertROFvec[iROF].getFlags ());
349350 if (mTimeFrame ->getROFMaskView ().isROFEnabled (clockLayerId, (int )iROF)) {
350351 auto & irFrame = irFrames.emplace_back (allTrackROFs[iROF].getBCData (), allTrackROFs[iROF].getBCData () + clockLayer.mROFLength - 1 );
351352 irFrame.info = allTrackROFs[iROF].getNEntries ();
You can’t perform that action at this time.
0 commit comments