source: trunk/source/digits_hits/scorer/sources.cmake @ 1350

Last change on this file since 1350 was 1350, checked in by garnier, 13 years ago

update to last version 4.9.4

File size: 5.1 KB
Line 
1#------------------------------------------------------------------------------
2# sources.cmake
3# Module : G4detscorer
4# Package: Geant4.src.G4digits_hits.G4detscorer
5#
6# Sources description for a library.
7# Lists the sources and headers of the code explicitely.
8# Lists include paths needed.
9# Lists the internal granular and global dependencies of the library.
10# Source specific properties should be added at the end.
11#
12# Generated on : 24/9/2010
13#
14# $Id: sources.cmake,v 1.1 2010/09/29 18:38:59 bmorgan Exp $
15#
16#------------------------------------------------------------------------------
17
18# List external includes needed.
19include_directories(${CLHEP_INCLUDE_DIRS})
20
21# List internal includes needed.
22include_directories(${CMAKE_SOURCE_DIR}/source/digits_hits/detector/include)
23include_directories(${CMAKE_SOURCE_DIR}/source/digits_hits/digits/include)
24include_directories(${CMAKE_SOURCE_DIR}/source/digits_hits/hits/include)
25include_directories(${CMAKE_SOURCE_DIR}/source/geometry/management/include)
26include_directories(${CMAKE_SOURCE_DIR}/source/geometry/navigation/include)
27include_directories(${CMAKE_SOURCE_DIR}/source/geometry/solids/CSG/include)
28include_directories(${CMAKE_SOURCE_DIR}/source/geometry/volumes/include)
29include_directories(${CMAKE_SOURCE_DIR}/source/global/HEPGeometry/include)
30include_directories(${CMAKE_SOURCE_DIR}/source/global/HEPRandom/include)
31include_directories(${CMAKE_SOURCE_DIR}/source/global/management/include)
32include_directories(${CMAKE_SOURCE_DIR}/source/intercoms/include)
33include_directories(${CMAKE_SOURCE_DIR}/source/materials/include)
34include_directories(${CMAKE_SOURCE_DIR}/source/particles/management/include)
35include_directories(${CMAKE_SOURCE_DIR}/source/track/include)
36
37#
38# Define the Geant4 Module.
39#
40include(Geant4MacroDefineModule)
41GEANT4_DEFINE_MODULE(NAME G4detscorer
42    HEADERS
43        G4PSCellCharge.hh
44        G4PSCellCharge3D.hh
45        G4PSCellFlux.hh
46        G4PSCellFlux3D.hh
47        G4PSCylinderSurfaceCurrent.hh
48        G4PSCylinderSurfaceCurrent3D.hh
49        G4PSCylinderSurfaceFlux.hh
50        G4PSCylinderSurfaceFlux3D.hh
51        G4PSDirectionFlag.hh
52        G4PSDoseDeposit.hh
53        G4PSDoseDeposit3D.hh
54        G4PSEnergyDeposit.hh
55        G4PSEnergyDeposit3D.hh
56        G4PSFlatSurfaceCurrent.hh
57        G4PSFlatSurfaceCurrent3D.hh
58        G4PSFlatSurfaceFlux.hh
59        G4PSFlatSurfaceFlux3D.hh
60        G4PSMinKinEAtGeneration.hh
61        G4PSMinKinEAtGeneration3D.hh
62        G4PSNofCollision.hh
63        G4PSNofCollision3D.hh
64        G4PSNofSecondary.hh
65        G4PSNofSecondary3D.hh
66        G4PSNofStep.hh
67        G4PSNofStep3D.hh
68        G4PSPassageCellCurrent.hh
69        G4PSPassageCellCurrent3D.hh
70        G4PSPassageCellFlux.hh
71        G4PSPassageCellFlux3D.hh
72        G4PSPassageTrackLength.hh
73        G4PSPassageTrackLength3D.hh
74        G4PSPopulation.hh
75        G4PSPopulation3D.hh
76        G4PSSphereSurfaceCurrent.hh
77        G4PSSphereSurfaceCurrent3D.hh
78        G4PSSphereSurfaceFlux.hh
79        G4PSSphereSurfaceFlux3D.hh
80        G4PSTermination.hh
81        G4PSTermination3D.hh
82        G4PSTrackCounter.hh
83        G4PSTrackCounter3D.hh
84        G4PSTrackLength.hh
85        G4PSTrackLength3D.hh
86        G4SDChargedFilter.hh
87        G4SDKineticEnergyFilter.hh
88        G4SDNeutralFilter.hh
89        G4SDParticleFilter.hh
90        G4SDParticleWithEnergyFilter.hh
91    SOURCES
92        G4PSCellCharge.cc
93        G4PSCellCharge3D.cc
94        G4PSCellFlux.cc
95        G4PSCellFlux3D.cc
96        G4PSCylinderSurfaceCurrent.cc
97        G4PSCylinderSurfaceCurrent3D.cc
98        G4PSCylinderSurfaceFlux.cc
99        G4PSCylinderSurfaceFlux3D.cc
100        G4PSDoseDeposit.cc
101        G4PSDoseDeposit3D.cc
102        G4PSEnergyDeposit.cc
103        G4PSEnergyDeposit3D.cc
104        G4PSFlatSurfaceCurrent.cc
105        G4PSFlatSurfaceCurrent3D.cc
106        G4PSFlatSurfaceFlux.cc
107        G4PSFlatSurfaceFlux3D.cc
108        G4PSMinKinEAtGeneration.cc
109        G4PSMinKinEAtGeneration3D.cc
110        G4PSNofCollision.cc
111        G4PSNofCollision3D.cc
112        G4PSNofSecondary.cc
113        G4PSNofSecondary3D.cc
114        G4PSNofStep.cc
115        G4PSNofStep3D.cc
116        G4PSPassageCellCurrent.cc
117        G4PSPassageCellCurrent3D.cc
118        G4PSPassageCellFlux.cc
119        G4PSPassageCellFlux3D.cc
120        G4PSPassageTrackLength.cc
121        G4PSPassageTrackLength3D.cc
122        G4PSPopulation.cc
123        G4PSPopulation3D.cc
124        G4PSSphereSurfaceCurrent.cc
125        G4PSSphereSurfaceCurrent3D.cc
126        G4PSSphereSurfaceFlux.cc
127        G4PSSphereSurfaceFlux3D.cc
128        G4PSTermination.cc
129        G4PSTermination3D.cc
130        G4PSTrackCounter.cc
131        G4PSTrackCounter3D.cc
132        G4PSTrackLength.cc
133        G4PSTrackLength3D.cc
134        G4SDChargedFilter.cc
135        G4SDKineticEnergyFilter.cc
136        G4SDNeutralFilter.cc
137        G4SDParticleFilter.cc
138        G4SDParticleWithEnergyFilter.cc
139    GRANULAR_DEPENDENCIES
140        G4csg
141        G4detector
142        G4digits
143        G4geometrymng
144        G4globman
145        G4hits
146        G4intercoms
147        G4materials
148        G4navigation
149        G4partman
150        G4track
151        G4volumes
152    GLOBAL_DEPENDENCIES
153        G4geometry
154        G4global
155        G4intercoms
156        G4materials
157        G4particles
158        G4track
159    LINK_LIBRARIES
160)
161
162# List any source specific properties here
163
Note: See TracBrowser for help on using the repository browser.