Geant4 Cross Reference |
1 # - G4detector module build definition 1 # - G4detector module build definition 2 2 3 # Define the Geant4 Module. 3 # Define the Geant4 Module. 4 geant4_add_module(G4detector 4 geant4_add_module(G4detector 5 PUBLIC_HEADERS 5 PUBLIC_HEADERS 6 G4CellScoreComposer.hh 6 G4CellScoreComposer.hh 7 G4CellScoreValues.hh 7 G4CellScoreValues.hh 8 G4CollectionNameVector.hh 8 G4CollectionNameVector.hh 9 G4HCtable.hh 9 G4HCtable.hh 10 G4MultiFunctionalDetector.hh 10 G4MultiFunctionalDetector.hh 11 G4SDManager.hh 11 G4SDManager.hh 12 G4SDStructure.hh 12 G4SDStructure.hh 13 G4SDmessenger.hh 13 G4SDmessenger.hh 14 G4SensitiveVolumeList.hh 14 G4SensitiveVolumeList.hh 15 G4TrackLogger.hh 15 G4TrackLogger.hh 16 G4TScoreHistFiller.hh 16 G4TScoreHistFiller.hh 17 G4TScoreHistFiller.icc 17 G4TScoreHistFiller.icc 18 G4VPrimitivePlotter.hh 18 G4VPrimitivePlotter.hh 19 G4VPrimitiveScorer.hh 19 G4VPrimitiveScorer.hh 20 G4VReadOutGeometry.hh 20 G4VReadOutGeometry.hh 21 G4VSDFilter.hh 21 G4VSDFilter.hh 22 G4VScoreHistFiller.hh 22 G4VScoreHistFiller.hh 23 G4VSensitiveDetector.hh 23 G4VSensitiveDetector.hh 24 G4MultiSensitiveDetector.hh 24 G4MultiSensitiveDetector.hh 25 SOURCES 25 SOURCES 26 G4CellScoreComposer.cc 26 G4CellScoreComposer.cc 27 G4HCtable.cc 27 G4HCtable.cc 28 G4MultiFunctionalDetector.cc 28 G4MultiFunctionalDetector.cc 29 G4SDManager.cc 29 G4SDManager.cc 30 G4SDStructure.cc 30 G4SDStructure.cc 31 G4SDmessenger.cc 31 G4SDmessenger.cc 32 G4SensitiveVolumeList.cc 32 G4SensitiveVolumeList.cc 33 G4TrackLogger.cc 33 G4TrackLogger.cc 34 G4VPrimitiveScorer.cc 34 G4VPrimitiveScorer.cc 35 G4VReadOutGeometry.cc 35 G4VReadOutGeometry.cc 36 G4VSDFilter.cc 36 G4VSDFilter.cc 37 G4VScoreHistFiller.cc 37 G4VScoreHistFiller.cc 38 G4VSensitiveDetector.cc 38 G4VSensitiveDetector.cc 39 G4MultiSensitiveDetector.cc) 39 G4MultiSensitiveDetector.cc) 40 40 41 geant4_module_link_libraries(G4detector 41 geant4_module_link_libraries(G4detector 42 PUBLIC G4track G4hits G4geometrymng G4interc 42 PUBLIC G4track G4hits G4geometrymng G4intercoms G4globman 43 PRIVATE G4navigation) 43 PRIVATE G4navigation)