Commit 254ca916 authored by Alfonso's avatar Alfonso
Browse files

esegue ma non apre

parent fb277d57
Loading
Loading
Loading
Loading
+30 −0
Original line number Diff line number Diff line
@@ -317,6 +317,33 @@ src/ModuleParameterisation.cc.s:
	$(MAKE) -f CMakeFiles/xgis_M7.dir/build.make CMakeFiles/xgis_M7.dir/src/ModuleParameterisation.cc.s
.PHONY : src/ModuleParameterisation.cc.s

src/PCBParameterisation.o: src/PCBParameterisation.cc.o

.PHONY : src/PCBParameterisation.o

# target to build an object file
src/PCBParameterisation.cc.o:
	$(MAKE) -f CMakeFiles/xgis_M7.dir/build.make CMakeFiles/xgis_M7.dir/src/PCBParameterisation.cc.o
.PHONY : src/PCBParameterisation.cc.o

src/PCBParameterisation.i: src/PCBParameterisation.cc.i

.PHONY : src/PCBParameterisation.i

# target to preprocess a source file
src/PCBParameterisation.cc.i:
	$(MAKE) -f CMakeFiles/xgis_M7.dir/build.make CMakeFiles/xgis_M7.dir/src/PCBParameterisation.cc.i
.PHONY : src/PCBParameterisation.cc.i

src/PCBParameterisation.s: src/PCBParameterisation.cc.s

.PHONY : src/PCBParameterisation.s

# target to generate assembly for a file
src/PCBParameterisation.cc.s:
	$(MAKE) -f CMakeFiles/xgis_M7.dir/build.make CMakeFiles/xgis_M7.dir/src/PCBParameterisation.cc.s
.PHONY : src/PCBParameterisation.cc.s

src/PhysicsList.o: src/PhysicsList.cc.o

.PHONY : src/PhysicsList.o
@@ -616,6 +643,9 @@ help:
	@echo "... src/ModuleParameterisation.o"
	@echo "... src/ModuleParameterisation.i"
	@echo "... src/ModuleParameterisation.s"
	@echo "... src/PCBParameterisation.o"
	@echo "... src/PCBParameterisation.i"
	@echo "... src/PCBParameterisation.s"
	@echo "... src/PhysicsList.o"
	@echo "... src/PhysicsList.i"
	@echo "... src/PhysicsList.s"
+7 −3
Original line number Diff line number Diff line
@@ -19,7 +19,9 @@ COLL_UPPER_1_THICK = 1000.0 # Upper internal collimator thickness (in um)
COLL_UPPER_2_THICK	    = 250.0				    # Upper external collimator thickness (in um)
COLL_UPPER_2_HEIGHT	    = 63.0				    # Upper external collimator height (in cm)
OPTICAL_COUPLER_THICK	= 1.0				    # Optical coupler thickness (in mm)
POLYPROPYLENE_THICK     = 15                    # Polypropylene layer thickness (in um)
POLYPROPYLENE_THICK     = 15.                   # Polypropylene layer thickness (in um)
KAPTON_THICK            = 7.6                   # Kapton layer thickness (in um)
ALUMINUM_THICK          = 0.2                  # Aluminum layer thickness (in um)

# Module parameters                          
N_SIDE					= 89				    # Number of scintillator bars per side (89x89=7921-81)
@@ -37,3 +39,5 @@ COLL_UPPER_1_MATERIAL = G4_Al # Material of the upper internal coll
COLL_UPPER_2_MATERIAL		= G4_W		        # Material of the upper external collimator
OPTICAL_COUPLER_MATERIAL	= Silicone	        # Material of the optical coupler
POLYPROPYLENE_MATERIAL      = G4_POLYPROPYLENE  # Material of the polypropylene layer
KAPTON_MATERIAL             = G4_KAPTON         # Material of the kapton layer
ALUMINUM_MATERIAL           = G4_Al             # Material of the aluminum layer
 No newline at end of file
+40.2 MiB

File added.

No diff preview for this file type.

+12.1 MiB

File added.

No diff preview for this file type.

+12.8 MiB

File added.

No diff preview for this file type.

Loading