Skip to content
Snippets Groups Projects
Commit 9ea9e821 authored by Atlas-Software Librarian's avatar Atlas-Software Librarian Committed by Graeme Stewart
Browse files

'CMakeLists.txt' (G4SimAthenaPOOL-00-03-00)

	* Moving to AtlasHitsVector
	* tag: G4SimAthenaPOOL-00-03-00
parent f26faf1a
No related branches found
No related tags found
No related merge requests found
################################################################################
# Package: G4SimAthenaPOOL
################################################################################
# Declare the package name:
atlas_subdir( G4SimAthenaPOOL )
# Declare the package's dependencies:
atlas_depends_on_subdirs( PUBLIC
Database/AthenaPOOL/AthenaPoolUtilities
Database/AtlasSealCLHEP
GaudiKernel
PRIVATE
Database/AthenaPOOL/AthenaPoolCnvSvc
Simulation/G4Sim/TrackRecord
Simulation/G4SimCnv/G4SimTPCnv )
# Component(s) in the package:
atlas_add_poolcnv_library( G4SimAthenaPOOLPoolCnv
src/*.cxx
FILES TrackRecord/TrackRecordCollection.h
LINK_LIBRARIES AthenaPoolUtilities AtlasSealCLHEP GaudiKernel AthenaPoolCnvSvcLib G4SimTPCnv )
# Install files from the package:
atlas_install_headers( G4SimAthenaPOOL )
......@@ -7,7 +7,7 @@
#include "TrackRecordCollectionCnv.h"
#include "G4SimTPCnv/TrackRecord_p0.h"
typedef AthenaHitsVector<TrackRecord> TrackRecordCollection_p0;
typedef AtlasHitsVector<TrackRecord> TrackRecordCollection_p0;
TrackRecordCollection_PERS* TrackRecordCollectionCnv::createPersistent(TrackRecordCollection* transCont) {
MsgStream mlog(messageService(), "TrackRecordCollectionConverter" );
......
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