Skip to content
Snippets Groups Projects
Commit 6630fea3 authored by FU Chengdong's avatar FU Chengdong
Browse files

switch version more than 0.10.4

parent f2f0f1b2
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ class Navigation{
void AddTrackerHitCollection(const edm4hep::TrackerHitCollection* col){m_hitColVec.push_back(col);};
void AddTrackerAssociationCollection(const edm4hep::MCRecoTrackerAssociationCollection* col){m_assColVec.push_back(col);};
#if EDM4HEP_BUILD_VERSION <= EDM4HEP_VERSION(0, 10, 2)
#if EDM4HEP_BUILD_VERSION <= EDM4HEP_VERSION(0, 10, 4)
edm4hep::TrackerHit GetTrackerHit(const edm4hep::ObjectID& id, bool delete_by_caller=true);
std::vector<edm4hep::SimTrackerHit> GetRelatedTrackerHit(const edm4hep::ObjectID& id);
#else
......
......@@ -25,7 +25,7 @@ void Navigation::Initialize(){
m_trkHits.clear();
}
#if EDM4HEP_BUILD_VERSION <= EDM4HEP_VERSION(0, 10, 2)
#if EDM4HEP_BUILD_VERSION <= EDM4HEP_VERSION(0, 10, 4)
edm4hep::TrackerHit Navigation::GetTrackerHit(const edm4hep::ObjectID& obj_id, bool delete_by_caller){
#else
edm4hep::TrackerHit Navigation::GetTrackerHit(const podio::ObjectID& obj_id, bool delete_by_caller){
......@@ -61,7 +61,7 @@ edm4hep::TrackerHit Navigation::GetTrackerHit(const podio::ObjectID& obj_id, boo
throw std::runtime_error("Not found TrackerHit");
}
#if EDM4HEP_BUILD_VERSION <= EDM4HEP_VERSION(0, 10, 2)
#if EDM4HEP_BUILD_VERSION <= EDM4HEP_VERSION(0, 10, 4)
std::vector<edm4hep::SimTrackerHit> Navigation::GetRelatedTrackerHit(const edm4hep::ObjectID& id){
#else
std::vector<edm4hep::SimTrackerHit> Navigation::GetRelatedTrackerHit(const podio::ObjectID& id){
......
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