Skip to content

Commit

Permalink
Moving recoParticle definition
Browse files Browse the repository at this point in the history
  • Loading branch information
kjvbrt committed Aug 27, 2024
1 parent 157d545 commit de0d315
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions analyzers/dataframe/FCCAnalyses/Defines.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,4 @@ namespace FCCAnalyses {
using Vec_tlv = ROOT::VecOps::RVec<TLorentzVector>;
} // namespace FCCAnalyses

namespace recoParticle = FCCAnalyses::ReconstructedParticle::Source;

#endif
2 changes: 2 additions & 0 deletions analyzers/dataframe/FCCAnalyses/ReconstructedParticleSource.h
Original file line number Diff line number Diff line change
Expand Up @@ -252,4 +252,6 @@ namespace FCCAnalyses :: ReconstructedParticle :: Source {

} /* FCCAnalyses :: ReconstructedParticle :: Source */

namespace recoParticle = FCCAnalyses::ReconstructedParticle::Source;

#endif /* RECONSTRUCTED_PARTICLE_SOURCE_ANALYZERS_H */
2 changes: 0 additions & 2 deletions e4hsource/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit de0d315

Please sign in to comment.