From 32693bdd9f5748a9f152f82d27b5f45d646f9991 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Thu, 31 Oct 2024 03:13:39 +0000 Subject: [PATCH] MegaLinter fixes --- docs/datamodel/helperTaskTables.md | 127 ++++-- docs/datamodel/joinsAndIterators.md | 1 + docs/datamodel/pwgTables.md | 624 ++++++++++++++++++---------- 3 files changed, 502 insertions(+), 250 deletions(-) diff --git a/docs/datamodel/helperTaskTables.md b/docs/datamodel/helperTaskTables.md index bb6da425..f3868e44 100644 --- a/docs/datamodel/helperTaskTables.md +++ b/docs/datamodel/helperTaskTables.md @@ -4,6 +4,7 @@ title: Helper task tables --- + # List of tables created with helper tasks The AO2D data files contain the basic set of data which is available for data analysis and from which other quantities are deduced (see [AO2D tables](ao2dTables.md)). There are however quantities like PID information, V0 characteristics, etc. which are commonly used in analysis. In order to prevent that tasks to compute such quantities are repeatingly developed, a set of helper tasks is provided by the O2 framework. These tasks are listed below together with the tables they provide. @@ -13,7 +14,8 @@ Click on the labels to display the table content. Click buttons to -## o2-analysis-calo-clusters +## o2-analysis-calo-clusters + Code file: caloClusterProducer.cxx
@@ -510,7 +512,8 @@ Code file: centralityTable.cxx
@@ -890,7 +893,8 @@ Code file: eseTableProducer.cxx
@@ -1051,7 +1055,8 @@ Code file: eventSelection.cxx
@@ -1235,7 +1240,8 @@ Code file: ft0CorrectedTable.cxx
@@ -1314,7 +1320,8 @@ Code file: fwdtrackToCollisionAssociator.cxx
@@ -1438,7 +1445,8 @@ Code file: fwdtrackextension.cxx
@@ -1477,7 +1485,8 @@ Code file: match-mft-ft0.cxx
@@ -1549,7 +1558,8 @@ Code file: mcCollsExtra.cxx
@@ -1628,7 +1638,8 @@ Code file: mftmchMatchingML.cxx
@@ -1877,7 +1888,8 @@ Code file: multiplicityExtraTable.cxx
@@ -2167,7 +2179,8 @@ Code file: multiplicityTable.cxx
@@ -2829,7 +2842,8 @@ Code file: qVectorsTable.cxx
@@ -4018,7 +4032,8 @@ Code file: timestamp.cxx
@@ -4056,7 +4071,8 @@ Code file: trackPropagation.cxx
@@ -4407,7 +4423,8 @@ Code file: trackPropagationTester.cxx
@@ -4725,7 +4742,8 @@ Code file: trackToCollisionAssociator.cxx
@@ -4790,7 +4808,8 @@ Code file: trackextension.cxx
@@ -4839,7 +4858,8 @@ Code file: trackselection.cxx
@@ -5132,7 +5152,8 @@ Code file: weakDecayIndices.cxx
@@ -5237,7 +5258,8 @@ Code file: zdc-task-intercalib.cxx
@@ -5339,7 +5361,8 @@ Code file: pidBayes.cxx
@@ -5612,7 +5635,8 @@ Code file: pidTOF.cxx
@@ -5944,7 +5968,8 @@ Code file: pidTOFBase.cxx
@@ -6063,7 +6088,8 @@ Code file: pidTOFFull.cxx
@@ -6517,7 +6543,8 @@ Code file: pidTOFMerge.cxx
@@ -7469,7 +7496,8 @@ Code file: pidTOFbeta.cxx
@@ -7534,7 +7562,8 @@ Code file: pidTPC.cxx
@@ -8340,13 +8369,15 @@ Code file: pidTPCBase.cxx
-## o2-analysis-bc-converter +## o2-analysis-bc-converter + Code file: bcConverter.cxx
@@ -8411,7 +8442,8 @@ Code file: bcFlagsCreator.cxx
@@ -8443,7 +8475,8 @@ Code file: caloLabelConverter.cxx
@@ -8482,7 +8515,8 @@ Code file: collisionConverter.cxx
@@ -8624,7 +8658,8 @@ Code file: fddConverter.cxx
@@ -8703,7 +8738,8 @@ Code file: hmpConverter.cxx
@@ -8817,7 +8853,8 @@ Code file: mcCollisionConverter.cxx
@@ -8938,7 +8975,8 @@ Code file: mcConverter.cxx
@@ -9129,7 +9167,8 @@ Code file: mftTracksConverter.cxx
@@ -9285,7 +9324,8 @@ Code file: multsExtraConverter.cxx
@@ -9441,7 +9481,8 @@ Code file: tracksExtraConverter.cxx
@@ -9800,7 +9841,8 @@ Code file: v0converter.cxx
@@ -9886,7 +9928,8 @@ Code file: zdcConverter.cxx
diff --git a/docs/datamodel/joinsAndIterators.md b/docs/datamodel/joinsAndIterators.md index 258db23b..67a38af2 100644 --- a/docs/datamodel/joinsAndIterators.md +++ b/docs/datamodel/joinsAndIterators.md @@ -4,6 +4,7 @@ title: Joins and iterators --- + # List of joins and iterators The data model provides in addition to the set of tables also some predefined joines which are listed below. diff --git a/docs/datamodel/pwgTables.md b/docs/datamodel/pwgTables.md index 6e014b71..fbe6fa38 100644 --- a/docs/datamodel/pwgTables.md +++ b/docs/datamodel/pwgTables.md @@ -4,7 +4,8 @@ title: PWG tables --- -# List of tables defined by PWG specific tasks. + +# List of tables defined by PWG specific tasks Click on the labels to display the table content. Click buttons to / all tables. @@ -13,19 +14,22 @@ Click on the labels to display the table content. Click buttons to ## PWG-CF -### o2-analysis-cf-meanpt-fluctuations +### o2-analysis-cf-meanpt-fluctuations + Code file: MeanptFluctuations.cxx
-### o2-analysis-cf-netproton-cumulants +### o2-analysis-cf-netproton-cumulants + Code file: NetProtonCumulants.cxx
-### o2-analysis-cf-single-track-selector +### o2-analysis-cf-single-track-selector + Code file: singleTrackSelector.cxx
@@ -240,13 +244,15 @@ Code file: singleTrackSelectorExtra.cxx
-### o2-analysis-cf-femtodream-producer-reduced +### o2-analysis-cf-femtodream-producer-reduced + Code file: femtoDreamProducerReducedTask.cxx
@@ -888,7 +894,8 @@ Code file: femtoDreamProducerTask.cxx
@@ -1620,7 +1627,8 @@ Code file: femtoUniverseProducerMCTruthTask.cxx
@@ -1835,7 +1843,8 @@ Code file: femtoUniverseProducerReducedTask.cxx
@@ -2477,7 +2486,8 @@ Code file: femtoUniverseProducerTask.cxx
@@ -3332,7 +3342,8 @@ Code file: femtoUniverseProducerTaskV0Only.cxx
@@ -3851,7 +3862,8 @@ Code file: femtoWorldProducerTask.cxx
@@ -4409,7 +4421,8 @@ Code file: JCatalyst.cxx
@@ -4535,7 +4548,8 @@ Code file: dptdptfilter.cxx
@@ -4948,7 +4962,8 @@ Code file: filter2Prong.cxx
@@ -5041,7 +5056,8 @@ Code file: filterCorrelations.cxx
@@ -5464,7 +5480,8 @@ Code file: identifiedBfFilter.cxx
@@ -5877,7 +5894,8 @@ Code file: twoParticleCorrelationsFiltering.cxx
@@ -6011,7 +6029,8 @@ Code file: twoParticleCorrelationsFullSkimming.cxx
@@ -6302,7 +6321,8 @@ Code file: twoParticleCorrelationsNotStoredSkimming.cxx
@@ -6405,7 +6425,8 @@ Code file: tableMaker.cxx
@@ -8168,7 +8189,8 @@ Code file: tableMakerJpsiHf.cxx
@@ -8711,7 +8733,8 @@ Code file: tableMakerMC.cxx
@@ -10723,7 +10746,8 @@ Code file: tableMakerMC_withAssoc.cxx
@@ -12954,7 +12978,8 @@ Code file: tableMakerMuonMchTrkEfficiency.cxx
@@ -13054,7 +13079,8 @@ Code file: tableMaker_withAssoc.cxx
@@ -14998,7 +15024,8 @@ Code file: associateMCinfoPhoton.cxx
@@ -15466,7 +15493,8 @@ Code file: createEMEventPhoton.cxx
@@ -16132,7 +16160,8 @@ Code file: createPCM.cxx
@@ -16573,7 +16602,8 @@ Code file: gammaSelection.cxx
@@ -16694,7 +16724,8 @@ Code file: photonconversionbuilder.cxx
@@ -17328,7 +17359,8 @@ Code file: produceMesonCalo.cxx
@@ -17451,7 +17483,8 @@ Code file: skimmerDalitzEE.cxx
@@ -17648,7 +17681,8 @@ Code file: skimmerGammaCalo.cxx
@@ -17918,7 +17952,8 @@ Code file: skimmerGammaConversion.cxx
@@ -18771,7 +18806,8 @@ Code file: skimmerGammaConversionTruthOnlyMc.cxx
@@ -19039,7 +19075,8 @@ Code file: skimmerPHOS.cxx
@@ -19223,7 +19260,8 @@ Code file: skimmerPrimaryElectronFromDalitzEE.cxx
@@ -19533,7 +19571,8 @@ Code file: associateMCinfoDilepton.cxx
@@ -20106,7 +20145,8 @@ Code file: createEMEventDilepton.cxx
@@ -20769,13 +20809,15 @@ Code file: dielectronMl.cxx
-### o2-analysis-em-event-selection +### o2-analysis-em-event-selection + Code file: eventSelection.cxx
@@ -20812,7 +20854,8 @@ Code file: filterDielectronEvent.cxx
@@ -21555,7 +21598,8 @@ Code file: filterEoI.cxx
@@ -21592,7 +21636,8 @@ Code file: skimmerOTS.cxx
@@ -21636,7 +21681,8 @@ Code file: skimmerPrimaryElectron.cxx
@@ -21833,7 +21879,8 @@ Code file: skimmerPrimaryMuon.cxx
@@ -22275,7 +22322,8 @@ Code file: skimmerSecondaryElectron.cxx
@@ -22883,13 +22931,15 @@ Code file: treeCreatorElectronML.cxx
-### o2-analysis-em-tree-creator-electron-ml-dda +### o2-analysis-em-tree-creator-electron-ml-dda + Code file: treeCreatorElectronMLDDA.cxx
@@ -23194,7 +23244,8 @@ Code file: candidateCreator2Prong.cxx
@@ -23960,7 +24011,8 @@ Code file: candidateCreator3Prong.cxx
@@ -24597,7 +24649,8 @@ Code file: candidateCreatorB0.cxx
@@ -25104,7 +25157,8 @@ Code file: candidateCreatorBplus.cxx
@@ -25621,7 +25675,8 @@ Code file: candidateCreatorBs.cxx
@@ -26107,7 +26162,8 @@ Code file: candidateCreatorCascade.cxx
@@ -26765,7 +26821,8 @@ Code file: candidateCreatorDstar.cxx
@@ -27697,7 +27754,8 @@ Code file: candidateCreatorLb.cxx
@@ -28173,7 +28231,8 @@ Code file: candidateCreatorSigmac0plusplus.cxx
@@ -28509,7 +28568,8 @@ Code file: candidateCreatorSigmac0plusplusCascade.cxx
@@ -28751,7 +28811,8 @@ Code file: candidateCreatorXic0Omegac0.cxx
@@ -31505,7 +31566,8 @@ Code file: candidateCreatorXicToXiPiPi.cxx
@@ -32224,7 +32286,8 @@ Code file: candidateCreatorXicc.cxx
@@ -32700,7 +32763,8 @@ Code file: candidateSelectorB0ToDPi.cxx
@@ -32732,7 +32796,8 @@ Code file: candidateSelectorBplusToD0Pi.cxx
@@ -32770,7 +32835,8 @@ Code file: candidateSelectorBsToDsPi.cxx
@@ -32828,7 +32894,8 @@ Code file: candidateSelectorD0.cxx
@@ -32928,7 +32995,8 @@ Code file: candidateSelectorDplusToPiKPi.cxx
@@ -32986,7 +33054,8 @@ Code file: candidateSelectorDsToKKPi.cxx
@@ -33058,7 +33127,8 @@ Code file: candidateSelectorDstarToD0Pi.cxx
@@ -33144,7 +33214,8 @@ Code file: candidateSelectorLbToLcPi.cxx
@@ -33176,7 +33247,8 @@ Code file: candidateSelectorLc.cxx
@@ -33248,7 +33320,8 @@ Code file: candidateSelectorLcPidMl.cxx
@@ -33287,7 +33360,8 @@ Code file: candidateSelectorLcToK0sP.cxx
@@ -33319,7 +33393,8 @@ Code file: candidateSelectorOmegac0ToOmegaKa.cxx
@@ -33463,7 +33538,8 @@ Code file: candidateSelectorOmegac0ToOmegaPi.cxx
@@ -33607,7 +33683,8 @@ Code file: candidateSelectorToXiPi.cxx
@@ -33751,7 +33828,8 @@ Code file: candidateSelectorXicToPKPi.cxx
@@ -33823,7 +33901,8 @@ Code file: candidateSelectorXicToXiPiPi.cxx
@@ -33855,7 +33934,8 @@ Code file: candidateSelectorXiccToPKPiPi.cxx
@@ -33887,7 +33967,8 @@ Code file: derivedDataCreatorD0ToKPi.cxx
@@ -34967,7 +35048,8 @@ Code file: derivedDataCreatorLcToPKPi.cxx
@@ -36117,7 +36199,8 @@ Code file: mcPidTof.cxx
@@ -36509,7 +36592,8 @@ Code file: pidCreator.cxx
@@ -36785,7 +36869,8 @@ Code file: refitPvDummy.cxx
@@ -37132,7 +37217,8 @@ Code file: trackIndexSkimCreator.cxx
@@ -37855,7 +37941,8 @@ Code file: treeCreatorB0ToDPi.cxx
@@ -38525,7 +38612,8 @@ Code file: treeCreatorBplusToD0Pi.cxx
@@ -39363,7 +39451,8 @@ Code file: treeCreatorBsToDsPi.cxx
@@ -40005,7 +40094,8 @@ Code file: treeCreatorD0ToKPi.cxx
@@ -41067,7 +41157,8 @@ Code file: treeCreatorDplusToPiKPi.cxx
@@ -42374,7 +42465,8 @@ Code file: treeCreatorDsToKKPi.cxx
@@ -43401,7 +43493,8 @@ Code file: treeCreatorDstarToD0Pi.cxx
@@ -44603,7 +44696,8 @@ Code file: treeCreatorLbToLcPi.cxx
@@ -45090,7 +45184,8 @@ Code file: treeCreatorLcToK0sP.cxx
@@ -45991,7 +46086,8 @@ Code file: treeCreatorLcToPKPi.cxx
@@ -47037,7 +47133,8 @@ Code file: treeCreatorOmegacSt.cxx
@@ -47515,7 +47612,8 @@ Code file: treeCreatorOmegacToOmegaKa.cxx
@@ -48028,7 +48126,8 @@ Code file: treeCreatorOmegacToOmegaPi.cxx
@@ -48959,7 +49058,8 @@ Code file: treeCreatorToXiPi.cxx
@@ -50282,7 +50382,8 @@ Code file: treeCreatorXicToPKPi.cxx
@@ -51407,7 +51508,8 @@ Code file: treeCreatorXicToXiPiPi.cxx
@@ -53046,7 +53148,8 @@ Code file: treeCreatorXiccToPKPiPi.cxx
@@ -53571,7 +53674,8 @@ Code file: candidateCreatorB0Reduced.cxx
@@ -54153,7 +54257,8 @@ Code file: candidateCreatorBplusReduced.cxx
@@ -54728,7 +54833,8 @@ Code file: candidateCreatorBsReduced.cxx
@@ -55310,7 +55416,8 @@ Code file: candidateCreatorCharmResoReduced.cxx
@@ -55672,7 +55779,8 @@ Code file: candidateSelectorB0ToDPiReduced.cxx
@@ -55730,7 +55838,8 @@ Code file: candidateSelectorBplusToD0PiReduced.cxx
@@ -55794,7 +55903,8 @@ Code file: candidateSelectorBsToDsPiReduced.cxx
@@ -55852,7 +55962,8 @@ Code file: converterReduced3ProngsMl.cxx
@@ -55924,7 +56035,8 @@ Code file: dataCreatorCharmHadPiReduced.cxx
@@ -57800,7 +57912,8 @@ Code file: dataCreatorCharmResoReduced.cxx
@@ -58609,7 +58722,8 @@ Code file: correlatorD0D0bar.cxx
@@ -58702,7 +58816,8 @@ Code file: correlatorD0D0barBarrelFullPid.cxx
@@ -58795,7 +58910,8 @@ Code file: correlatorD0Hadrons.cxx
@@ -58928,7 +59044,8 @@ Code file: correlatorDMesonPairs.cxx
@@ -59220,7 +59337,8 @@ Code file: correlatorDplusDminus.cxx
@@ -59313,7 +59431,8 @@ Code file: correlatorDplusHadrons.cxx
@@ -59747,7 +59866,8 @@ Code file: correlatorDsHadrons.cxx
@@ -60247,7 +60367,8 @@ Code file: correlatorDstarHadrons.cxx
@@ -60553,7 +60674,8 @@ Code file: correlatorHfeHadrons.cxx
@@ -60613,7 +60735,8 @@ Code file: correlatorLcHadrons.cxx
@@ -60732,7 +60855,8 @@ Code file: femtoDreamProducer.cxx
@@ -61839,7 +61963,8 @@ Code file: electronSelectionWithTpcEmcal.cxx
@@ -61847,7 +61972,8 @@ Code file: emcalCorrectionTask.cxx
@@ -62350,7 +62476,8 @@ Code file: emcalMatchedTracksTask.cxx
@@ -62814,7 +62941,8 @@ Code file: eventwiseConstituentSubtractor.cxx
@@ -63330,7 +63458,8 @@ Code file: jetderiveddataproducer.cxx
@@ -65499,7 +65628,8 @@ Code file: jetderiveddataproducerdummy.cxx
@@ -67629,7 +67759,8 @@ Code file: jetderiveddataproducerdummyd0.cxx
@@ -68838,7 +68969,8 @@ Code file: jetderiveddataproducerdummydielectron.cxx
@@ -70749,7 +70881,8 @@ Code file: jetderiveddataproducerdummylc.cxx
@@ -71895,7 +72028,8 @@ Code file: jetderiveddatatriggerproducer.cxx
@@ -71979,7 +72113,8 @@ Code file: jetderiveddatawriter.cxx
@@ -75716,7 +75851,8 @@ Code file: jeteventweightmcd.cxx
@@ -76254,7 +76390,8 @@ Code file: jeteventweightmcp.cxx
@@ -76526,13 +76663,15 @@ Code file: jetmatchingduplicates.cxx
-### o2-analysis-je-jet-matching-mc +### o2-analysis-je-jet-matching-mc + Code file: jetmatchingmc.cxx
@@ -77266,7 +77405,8 @@ Code file: jetmatchingmcsub.cxx
@@ -77688,7 +77828,8 @@ Code file: jetmatchingsub.cxx
@@ -78110,7 +78251,8 @@ Code file: jettaggerhf.cxx
@@ -78482,7 +78624,8 @@ Code file: jettrackderived.cxx
@@ -78911,7 +79054,8 @@ Code file: luminosityproducer.cxx
@@ -79067,7 +79211,8 @@ Code file: rhoEstimator.cxx
@@ -79273,7 +79418,8 @@ Code file: secondaryVertexReconstruction.cxx
@@ -79281,7 +79427,8 @@ Code file: epvector.cxx
@@ -79395,7 +79542,8 @@ Code file: lfTPCPID.cxx
@@ -80121,7 +80269,8 @@ Code file: mcCentrality.cxx
@@ -80283,7 +80432,8 @@ Code file: spvector.cxx
@@ -80467,7 +80617,8 @@ Code file: zdcSP.cxx
@@ -80611,7 +80762,8 @@ Code file: LFTreeCreatorClusterStudies.cxx
@@ -80945,7 +81097,8 @@ Code file: LFTreeCreatorNuclei.cxx
@@ -81532,7 +81685,8 @@ Code file: decay3bodybuilder.cxx
@@ -83277,13 +83431,15 @@ Code file: ebyeMaker.cxx
-### o2-analysis-lf-hyhefour-builder +### o2-analysis-lf-hyhefour-builder + Code file: hyhe4builder.cxx
@@ -83607,7 +83763,8 @@ Code file: hyperKinkRecoTask.cxx
@@ -84064,7 +84221,8 @@ Code file: hyperRecoTask.cxx
@@ -84954,7 +85112,8 @@ Code file: hypertriton3bodyfinder.cxx
@@ -85353,7 +85512,8 @@ Code file: lithium4analysis.cxx
@@ -85859,7 +86019,8 @@ Code file: lnnRecoTask.cxx
@@ -86431,7 +86592,8 @@ Code file: nucleiSpectra.cxx
@@ -86872,7 +87034,8 @@ Code file: pidTOFGeneric.cxx
@@ -86972,7 +87135,8 @@ Code file: spectraDerivedMaker.cxx
@@ -87616,7 +87780,8 @@ Code file: threebodyKFTask.cxx
@@ -88306,7 +88471,8 @@ Code file: threebodyRecoTask.cxx
@@ -88966,7 +89132,8 @@ Code file: threebodymcfinder.cxx
@@ -89036,13 +89203,15 @@ Code file: strangenessQC.cxx
-### o2-analysis-lf-reso2initializer +### o2-analysis-lf-reso2initializer + Code file: LFResonanceInitializer.cxx
@@ -90265,7 +90434,8 @@ Code file: LFResonanceMergeDF.cxx
@@ -90662,7 +90832,8 @@ Code file: f1protonInitializer.cxx
@@ -90713,7 +90884,8 @@ Code file: f1protonreducedtable.cxx
@@ -91071,7 +91243,8 @@ Code file: filterf1proton.cxx
@@ -91108,7 +91281,8 @@ Code file: LFStrangeTreeCreator.cxx
@@ -91736,7 +91910,8 @@ Code file: cascadeMLSelectionTreeCreator.cxx
@@ -92090,7 +92265,8 @@ Code file: cascadebuilder.cxx
@@ -93908,7 +94084,8 @@ Code file: cascadefinder.cxx
@@ -94504,7 +94681,8 @@ Code file: cascadeflow.cxx
@@ -94814,7 +94992,8 @@ Code file: cascademcbuilder.cxx
@@ -95253,7 +95432,8 @@ Code file: cascademcfinder.cxx
@@ -95312,7 +95492,8 @@ Code file: cascadepid.cxx
@@ -95468,7 +95649,8 @@ Code file: cascqaanalysis.cxx
@@ -96114,7 +96296,8 @@ Code file: doubleCascTreeCreator.cxx
@@ -96286,7 +96469,8 @@ Code file: hStrangeCorrelationFilter.cxx
@@ -96655,7 +96839,8 @@ Code file: lambdakzeroMLSelectionTreeCreator.cxx
@@ -96988,7 +97173,8 @@ Code file: lambdakzerobuilder.cxx
@@ -98418,7 +98604,8 @@ Code file: lambdakzerofinder.cxx
@@ -99015,7 +99202,8 @@ Code file: lambdakzeromcbuilder.cxx
@@ -99125,7 +99313,8 @@ Code file: lambdakzeromcfinder.cxx
@@ -99243,7 +99432,8 @@ Code file: lambdakzeromlselection.cxx
@@ -99353,7 +99543,8 @@ Code file: lambdakzeropid.cxx
@@ -99603,7 +99794,8 @@ Code file: sigma0builder.cxx
@@ -100187,7 +100379,8 @@ Code file: stCollIds.cxx
@@ -100292,7 +100485,8 @@ Code file: strangederivedbuilder.cxx
@@ -101692,7 +101886,8 @@ Code file: v0qaanalysis.cxx
@@ -101990,7 +102185,8 @@ Code file: v0selector.cxx
@@ -102052,7 +102248,8 @@ Code file: particles2tracks.cxx
@@ -102110,7 +102307,8 @@ Code file: percentiles.cxx
@@ -102149,7 +102347,8 @@ Code file: reducer.cxx
@@ -103363,7 +103562,8 @@ Code file: reducerPostprocess.cxx
@@ -103458,7 +103658,8 @@ Code file: trackPropagation.cxx
@@ -103759,7 +103960,8 @@ Code file: DGBCCandProducer.cxx
@@ -104833,7 +105035,8 @@ Code file: DGCandProducer.cxx
@@ -106352,7 +106555,8 @@ Code file: SGCandProducer.cxx
@@ -107902,7 +108106,8 @@ Code file: UPCCandidateProducer.cxx
@@ -109351,7 +109556,8 @@ Code file: fwdTrackPropagation.cxx
@@ -109720,7 +109926,8 @@ Code file: UDCollisionsConverter.cxx
@@ -109820,7 +110027,8 @@ Code file: UDFwdTracksExtraConverter.cxx