Implement the classificiation functions for particles in Athena
Formally the PDG classification functions in Athena were those supplied by the MCUtils
package.
However, as those functions have severe issues and the fixes are not foreseen by the author in the next months i.e. the codes will not be updated in the next ~6 months it to take into account the LCG release cycle.
This MR implements the PDG classification functions in one header AtlasPID.h
.
- The functions are implemented as templates.
- The functions should be faster than the functions in
MCUtils
. And least the synthetic tests show it is the case. - Some physics issues in the functions are fixed.
- The emphasis in the implementation is made on the SM physics, some functions present in
MCUtils
, but might lead to ambiguities are not implemented on purpose. - The header is tested separately against the
MCUtils
. - MCUtils/HEPUtils are not needed in Athena.
The list of issues in MCUtils:
-
- https://gitlab.com/hepcedar/mcutils/-/issues/3 The isChargedLepton() is not an equivalent for isLepton()&&isCharged()
-
- Graviton is defined as BSM particle. I'm not sure this is desirable in Athena. Maybe other people know.
-
- https://gitlab.com/hepcedar/mcutils/-/issues/4 Some invalid particles probably will pass isMeson() isBaryon(), isHadron() selectors.
-
- The doubly charged Higgs++ boson with PDG id=38 is consided standard model particle, i.e. isBSM(38) = false.
-
- The definiton of Higgs boson is PDG ID=25 or PDG ID=26. Again, I'm not sure this is desirable in Athena. Maybe other people know.
-
- Some particles will pass isDiquark() even if there is no such diquarks, e.g. isDiquark(1101)== true.
-
- The tetraquarks are absent as a class. https://gitlab.com/hepcedar/mcutils/-/issues/5
-
- The Z0 is aparently not a EM interactiong, while the photon is.
-
- The range of the generator specific particles differ significantry from the PDG https://pdg.lbl.gov/2022/reviews/contents_sports.html
-
- The definition of the strong interacting particles does not include e.g. diquarks and leptoquarks.
-
- All the functions
hasUp
/hasDown
/etc don't work on Diquarks, e.g. for Diquarks like 5401 hasBottom and hasCharm are false. https://gitlab.com/hepcedar/mcutils/-/issues/7
- All the functions
-
- The charges of nuclei are not calculated.
Merge request reports
Activity
This merge request affects 10 packages:
- Event/xAOD/xAODParticleEvent
- Event/xAOD/xAODTruth
- Generators/EvgenProdTools
- Generators/GeneratorFilters
- Generators/TruthUtils
- PhysicsAnalysis/D3PDMaker/TruthD3PDAnalysis
- PhysicsAnalysis/D3PDMaker/TruthD3PDMaker
- PhysicsAnalysis/DerivationFramework/DerivationFrameworkMCTruth
- Simulation/FastShower/FastCaloSim
- Trigger/TrigAnalysis/TrigInDetAnalysisUtils
Affected files list will not be printed in this case
Adding @zmarshal ,@jcatmore ,@calpigia ,@akraszna ,@sutt ,@nagano ,@mvozak ,@jchapman as watchers
CI Result FAILURE (hash 85de254f)Athena AthSimulation AthGeneration AnalysisBase AthAnalysis externals cmake make tests Full details available on this CI monitor view. Check the JIRA CI status board for known problems
Athena: number of compilation errors 11, warnings 9
AthSimulation: number of compilation errors 0, warnings 0
AthGeneration: number of compilation errors 0, warnings 0
AnalysisBase: number of compilation errors 4, warnings 7
AthAnalysis: number of compilation errors 3, warnings 6
For experts only: Jenkins output [CI-MERGE-REQUEST-CC7 72125]added 19 commits
-
85de254f...47f9badf - 18 commits from branch
atlas:23.0
- 7b62c388 - Merge remote-tracking branch 'upstream/23.0' into nohep
-
85de254f...47f9badf - 18 commits from branch
added 5 commits
- 8b97cf24 - OK
- 6b405121 - Merge branch 'nohep' of https://gitlab.cern.ch/averbyts/athena into nohep
- 52b87047 - Merge branch 'nohep' of https://gitlab.cern.ch/averbyts/athena into nohep
- e17ed520 - OK
- 900e3a37 - Merge branch 'nohep' of https://gitlab.cern.ch/averbyts/athena into nohep
Toggle commit listThis merge request affects 2 packages:
- Generators/GeneratorFilters
- Generators/TruthUtils
Affected files list will not be printed in this case
Adding @zmarshal as watcher
CI Result FAILURE (hash 403f11db)Athena AthSimulation AthGeneration AnalysisBase AthAnalysis externals cmake make tests Full details available on this CI monitor view. Check the JIRA CI status board for known problems
Athena: number of compilation errors 1, warnings 56
AthSimulation: number of compilation errors 1, warnings 1
AthGeneration: number of compilation errors 1, warnings 4
AnalysisBase: number of compilation errors 1, warnings 6
AthAnalysis: number of compilation errors 1, warnings 8
For experts only: Jenkins output [CI-MERGE-REQUEST-CC7 72130]This merge request affects 2 packages:
- Generators/GeneratorFilters
- Generators/TruthUtils
Affected files list will not be printed in this case
Adding @zmarshal as watcher
CI Result FAILURE (hash 0f8572c2)Athena AthSimulation AthGeneration AnalysisBase AthAnalysis externals cmake make tests Full details available on this CI monitor view. Check the JIRA CI status board for known problems
Athena: number of compilation errors 6, warnings 12
AthSimulation: number of compilation errors 1, warnings 2
AthGeneration: number of compilation errors 2, warnings 1
AnalysisBase: number of compilation errors 1, warnings 19
AthAnalysis: number of compilation errors 1, warnings 5
For experts only: Jenkins output [CI-MERGE-REQUEST-CC7 72133]This merge request affects 2 packages:
- Generators/GeneratorFilters
- Generators/TruthUtils
Affected files list will not be printed in this case
Adding @zmarshal as watcher
This merge request affects 3 packages:
- Generators/GeneratorFilters
- Generators/TruthUtils
- PhysicsAnalysis/MCTruthClassifier
Affected files list will not be printed in this case
Adding @zmarshal as watcher
CI Result FAILURE (hash 4df2733b)Athena AthSimulation AthGeneration AnalysisBase AthAnalysis externals cmake make tests Full details available on this CI monitor view. Check the JIRA CI status board for known problems
Athena: number of compilation errors 2, warnings 15
AthSimulation: number of compilation errors 0, warnings 3
AthGeneration: number of compilation errors 1, warnings 4
AnalysisBase: number of compilation errors 1, warnings 19
AthAnalysis: number of compilation errors 1, warnings 5
For experts only: Jenkins output [CI-MERGE-REQUEST-CC7 72136]This merge request affects 4 packages:
- Generators/GeneratorFilters
- Generators/TruthUtils
- PhysicsAnalysis/MCTruthClassifier
- PhysicsAnalysis/TruthParticleID/McParticleTools
Affected files list will not be printed in this case
Adding @zmarshal as watcher
CI Result FAILURE (hash a96b9cdb)Athena AthSimulation AthGeneration AnalysisBase AthAnalysis externals cmake make tests Full details available on this CI monitor view. Check the JIRA CI status board for known problems
Athena: number of compilation errors 2, warnings 16
AthSimulation: number of compilation errors 0, warnings 3
AthGeneration: number of compilation errors 1, warnings 4
AnalysisBase: number of compilation errors 1, warnings 85
AthAnalysis: number of compilation errors 1, warnings 6
For experts only: Jenkins output [CI-MERGE-REQUEST-CC7 72140]added 7 commits
-
7fc3f619...9946a5ae - 6 commits from branch
atlas:23.0
- 90a553ae - Merge remote-tracking branch 'upstream/23.0' into nohep
-
7fc3f619...9946a5ae - 6 commits from branch
CI Result FAILURE (hash 7fc3f619)Athena AthSimulation AthGeneration AnalysisBase AthAnalysis externals cmake make tests Full details available on this CI monitor view. Check the JIRA CI status board for known problems
Athena: number of compilation errors 1, warnings 16
AthSimulation: number of compilation errors 0, warnings 3
AthGeneration: number of compilation errors 1, warnings 4
AnalysisBase: number of compilation errors 1, warnings 18
AthAnalysis: number of compilation errors 1, warnings 4
For experts only: Jenkins output [CI-MERGE-REQUEST-CC7 72142]This merge request affects 4 packages:
- Generators/GeneratorFilters
- Generators/TruthUtils
- PhysicsAnalysis/MCTruthClassifier
- PhysicsAnalysis/TruthParticleID/McParticleTools
Affected files list will not be printed in this case
Adding @zmarshal as watcher
This merge request affects 4 packages:
- Generators/GeneratorFilters
- Generators/TruthUtils
- PhysicsAnalysis/MCTruthClassifier
- PhysicsAnalysis/TruthParticleID/McParticleTools
Affected files list will not be printed in this case
Adding @zmarshal as watcher
CI Result FAILURE (hash adf22306)Athena AthSimulation AthGeneration AnalysisBase AthAnalysis externals cmake make tests Full details available on this CI monitor view. Check the JIRA CI status board for known problems
Athena: number of compilation errors 2, warnings 26
AthSimulation: number of compilation errors 0, warnings 3
AthGeneration: number of compilation errors 1, warnings 4
AnalysisBase: number of compilation errors 1, warnings 22
AthAnalysis: number of compilation errors 2, warnings 6
For experts only: Jenkins output [CI-MERGE-REQUEST-CC7 72150]added Run2-MCReco-output-changed Run3-MCReco-output-changed labels