Geant4 Cross Reference |
1 # - G4detscorer module build definition 2 3 # Define the Geant4 Module. 4 geant4_add_module(G4detscorer 5 PUBLIC_HEADERS 6 G4PSCellCharge.hh 7 G4PSCellCharge3D.hh 8 G4PSCellFlux.hh 9 G4PSCellFlux3D.hh 10 G4PSCellFluxForCylinder3D.hh 11 G4PSCylinderSurfaceCurrent.hh 12 G4PSCylinderSurfaceCurrent3D.hh 13 G4PSCylinderSurfaceFlux.hh 14 G4PSCylinderSurfaceFlux3D.hh 15 G4PSDirectionFlag.hh 16 G4PSDoseDeposit.hh 17 G4PSDoseDeposit3D.hh 18 G4PSDoseDepositForCylinder3D.hh 19 G4PSEnergyDeposit.hh 20 G4PSEnergyDeposit3D.hh 21 G4PSFlatSurfaceCurrent.hh 22 G4PSFlatSurfaceCurrent3D.hh 23 G4PSFlatSurfaceFlux.hh 24 G4PSFlatSurfaceFlux3D.hh 25 G4PSMinKinEAtGeneration.hh 26 G4PSMinKinEAtGeneration3D.hh 27 G4PSNofCollision.hh 28 G4PSNofCollision3D.hh 29 G4PSNofSecondary.hh 30 G4PSNofSecondary3D.hh 31 G4PSNofStep.hh 32 G4PSNofStep3D.hh 33 G4PSPassageCellCurrent.hh 34 G4PSPassageCellCurrent3D.hh 35 G4PSPassageCellFlux.hh 36 G4PSPassageCellFlux3D.hh 37 G4PSPassageCellFluxForCylinder3D.hh 38 G4PSPassageTrackLength.hh 39 G4PSPassageTrackLength3D.hh 40 G4PSPopulation.hh 41 G4PSPopulation3D.hh 42 G4PSSphereSurfaceCurrent.hh 43 G4PSSphereSurfaceCurrent3D.hh 44 G4PSSphereSurfaceFlux.hh 45 G4PSSphereSurfaceFlux3D.hh 46 G4PSStepChecker.hh 47 G4PSStepChecker3D.hh 48 G4PSTermination.hh 49 G4PSTermination3D.hh 50 G4PSTrackCounter.hh 51 G4PSTrackCounter3D.hh 52 G4PSTrackLength.hh 53 G4PSTrackLength3D.hh 54 G4PSVolumeFlux.hh 55 G4PSVolumeFlux3D.hh 56 G4SDChargedFilter.hh 57 G4SDKineticEnergyFilter.hh 58 G4SDNeutralFilter.hh 59 G4SDParticleFilter.hh 60 G4SDParticleWithEnergyFilter.hh 61 SOURCES 62 G4PSCellCharge.cc 63 G4PSCellCharge3D.cc 64 G4PSCellFlux.cc 65 G4PSCellFlux3D.cc 66 G4PSCellFluxForCylinder3D.cc 67 G4PSCylinderSurfaceCurrent.cc 68 G4PSCylinderSurfaceCurrent3D.cc 69 G4PSCylinderSurfaceFlux.cc 70 G4PSCylinderSurfaceFlux3D.cc 71 G4PSDoseDeposit.cc 72 G4PSDoseDeposit3D.cc 73 G4PSDoseDepositForCylinder3D.cc 74 G4PSEnergyDeposit.cc 75 G4PSEnergyDeposit3D.cc 76 G4PSFlatSurfaceCurrent.cc 77 G4PSFlatSurfaceCurrent3D.cc 78 G4PSFlatSurfaceFlux.cc 79 G4PSFlatSurfaceFlux3D.cc 80 G4PSMinKinEAtGeneration.cc 81 G4PSMinKinEAtGeneration3D.cc 82 G4PSNofCollision.cc 83 G4PSNofCollision3D.cc 84 G4PSNofSecondary.cc 85 G4PSNofSecondary3D.cc 86 G4PSNofStep.cc 87 G4PSNofStep3D.cc 88 G4PSPassageCellCurrent.cc 89 G4PSPassageCellCurrent3D.cc 90 G4PSPassageCellFlux.cc 91 G4PSPassageCellFlux3D.cc 92 G4PSPassageCellFluxForCylinder3D.cc 93 G4PSPassageTrackLength.cc 94 G4PSPassageTrackLength3D.cc 95 G4PSPopulation.cc 96 G4PSPopulation3D.cc 97 G4PSSphereSurfaceCurrent.cc 98 G4PSSphereSurfaceCurrent3D.cc 99 G4PSSphereSurfaceFlux.cc 100 G4PSSphereSurfaceFlux3D.cc 101 G4PSStepChecker.cc 102 G4PSStepChecker3D.cc 103 G4PSTermination.cc 104 G4PSTermination3D.cc 105 G4PSTrackCounter.cc 106 G4PSTrackCounter3D.cc 107 G4PSTrackLength.cc 108 G4PSTrackLength3D.cc 109 G4PSVolumeFlux.cc 110 G4PSVolumeFlux3D.cc 111 G4SDChargedFilter.cc 112 G4SDKineticEnergyFilter.cc 113 G4SDNeutralFilter.cc 114 G4SDParticleFilter.cc 115 G4SDParticleWithEnergyFilter.cc) 116 117 geant4_module_link_libraries(G4detscorer 118 PUBLIC G4detector G4csg G4hits G4partman G4g 119 PRIVATE G4track G4geometrymng)