Skip to content
Snippets Groups Projects
Verified Commit 5d6bea39 authored by Tadej Novak's avatar Tadej Novak
Browse files

Add Particle_v1 to the standalone dictionary loader

parent 2bcd1f6a
No related branches found
No related tags found
No related merge requests found
...@@ -74,7 +74,8 @@ namespace xAOD { ...@@ -74,7 +74,8 @@ namespace xAOD {
"xAOD::TauJet_v1", "xAOD::TauJet_v1",
"xAOD::PFO_v1", "xAOD::PFO_v1",
"xAOD::TrigElectron_v1", "xAOD::TrigElectron_v1",
"xAOD::L2CombinedMuon_v1"}) { "xAOD::L2CombinedMuon_v1",
"xAOD::Particle_v1"}) {
// silently ignore missing classes, because this gets used in // silently ignore missing classes, because this gets used in
// all projects, and not all projects contain all xAOD classes // all projects, and not all projects contain all xAOD classes
static constexpr Bool_t LOAD = kTRUE; static constexpr Bool_t LOAD = kTRUE;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment