Skip to content

Commit

Permalink
Update edm4hep versions after new tag
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed Jun 7, 2023
1 parent 8b03f87 commit 00b0112
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions k4EDM4hep2LcioConv/src/k4EDM4hep2LcioConv.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
#if __has_include("edm4hep/TPCHitCollection.h")
#define EDM4HEP_BUILD_VERSION EDM4HEP_VERSION(0, 7, 2)
#else
// v00-08 is the last version without the capitalization change of the track vector members
#define EDM4HEP_BUILD_VERSION EDM4HEP_VERSION(0, 8, 0)
// v00-09 is the last version without the capitalization change of the track vector members
#define EDM4HEP_BUILD_VERSION EDM4HEP_VERSION(0, 9, 0)
#endif
#endif

Expand Down Expand Up @@ -40,7 +40,7 @@ lcio::LCCollectionVec* convTracks(
lcio_tr->setdEdxError(edm_tr.getDEdxError());
lcio_tr->setRadiusOfInnermostHit(edm_tr.getRadiusOfInnermostHit());

#if EDM4HEP_BUILD_VERSION > EDM4HEP_VERSION(0, 8, 0)
#if EDM4HEP_BUILD_VERSION > EDM4HEP_VERSION(0, 9, 0)
// Loop over the hit Numbers in the track
lcio_tr->subdetectorHitNumbers().resize(edm_tr.subdetectorHitNumbers_size());
for (int i = 0; i < edm_tr.subdetectorHitNumbers_size(); ++i) {
Expand Down

0 comments on commit 00b0112

Please sign in to comment.