From de0d315c47c3fabb5ebb9daf92270c33ff715e0f Mon Sep 17 00:00:00 2001 From: Juraj Smiesko Date: Fri, 3 May 2024 09:28:15 +0200 Subject: [PATCH] Moving recoParticle definition --- analyzers/dataframe/FCCAnalyses/Defines.h | 2 -- analyzers/dataframe/FCCAnalyses/ReconstructedParticleSource.h | 2 ++ e4hsource/CMakeLists.txt | 2 -- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/analyzers/dataframe/FCCAnalyses/Defines.h b/analyzers/dataframe/FCCAnalyses/Defines.h index ffb62d81bd..2493c138ac 100644 --- a/analyzers/dataframe/FCCAnalyses/Defines.h +++ b/analyzers/dataframe/FCCAnalyses/Defines.h @@ -25,6 +25,4 @@ namespace FCCAnalyses { using Vec_tlv = ROOT::VecOps::RVec; } // namespace FCCAnalyses -namespace recoParticle = FCCAnalyses::ReconstructedParticle::Source; - #endif diff --git a/analyzers/dataframe/FCCAnalyses/ReconstructedParticleSource.h b/analyzers/dataframe/FCCAnalyses/ReconstructedParticleSource.h index d8c9e50ad6..443fa174c8 100644 --- a/analyzers/dataframe/FCCAnalyses/ReconstructedParticleSource.h +++ b/analyzers/dataframe/FCCAnalyses/ReconstructedParticleSource.h @@ -252,4 +252,6 @@ namespace FCCAnalyses :: ReconstructedParticle :: Source { } /* FCCAnalyses :: ReconstructedParticle :: Source */ +namespace recoParticle = FCCAnalyses::ReconstructedParticle::Source; + #endif /* RECONSTRUCTED_PARTICLE_SOURCE_ANALYZERS_H */ diff --git a/e4hsource/CMakeLists.txt b/e4hsource/CMakeLists.txt index e4c43be7cc..7baddb41fe 100644 --- a/e4hsource/CMakeLists.txt +++ b/e4hsource/CMakeLists.txt @@ -3,8 +3,6 @@ target_include_directories(e4hsource PUBLIC include) target_link_libraries(e4hsource PUBLIC ROOT::RIO ROOT::ROOTDataFrame podio::podioRootIO - EDM4HEP::edm4hep - EDM4HEP::edm4hepDict ) ROOT_GENERATE_DICTIONARY(G__FCCAnalyses_EDM4hepDataSource