Skip to content
Snippets Groups Projects
Commit c57e394a authored by lintao@ihep.ac.cn's avatar lintao@ihep.ac.cn
Browse files

update Abor and Pandora.

parent ad1bdda4
No related branches found
No related tags found
No related merge requests found
......@@ -25,6 +25,9 @@ gaudi_add_module(Arbor
EDM4HEP::edm4hep EDM4HEP::edm4hepDict
)
target_include_directories(Arbor
PUBLIC ${LCIO_INCLUDE_DIRS}
)
install(TARGETS Arbor
EXPORT CEPCSWTargets
......
......@@ -60,7 +60,7 @@ class BushConnect : public GaudiAlgorithm
std::map<edm4hep::ConstTrack, float> Track_Phi;
std::map<edm4hep::ConstCluster, int> ClusterType_1stID;
std::map<edm4hep::ReconstructedParticle, int> ChCoreID;
std::map<edm4hep::ConstReconstructedParticle, int> ChCoreID;
std::vector<edm4hep::ConstCluster> ecalchcore_tight; //TightCores
std::vector<edm4hep::ConstCluster> ecalchcore_medium;
......
......@@ -26,7 +26,11 @@ gaudi_add_module(GaudiPandora
target_include_directories(GaudiPandora PUBLIC
$<BUILD_INTERFACE:${CMAKE_CURRENT_LIST_DIR}>/include
$<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}>)
$<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}>
${GEAR_INCLUDE_DIRS}
${PandoraSDK_INCLUDE_DIRS}
${LCContent_INCLUDE_DIRS}
)
install(TARGETS GaudiPandora
EXPORT CEPCSWTargets
......
......@@ -11,6 +11,10 @@ gaudi_add_module(GearSvcPlugins
DetSegmentation
)
target_include_directories(GeomSvc
PUBLIC ${GEAR_INCLUDE_DIRS}
)
install(TARGETS GearSvc GearSvcPlugins
EXPORT CEPCSWTargets
RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}" COMPONENT bin
......
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