29.3.2011 Kamil Sedlak
Added a GPD example (run 201) to the run directory
This commit is contained in:
parent
2eb7e764d9
commit
2a1c05b09b
217
run/201.mac
Normal file
217
run/201.mac
Normal file
@ -0,0 +1,217 @@
|
||||
#-----------------------------------------------------------------------
|
||||
# Macro file for the GPD muSR instrument simulation, as the geometry looked like in 2010.
|
||||
# Unless specified otherwises, the default units are mm, ns, MeV, MeV/c.
|
||||
# Lines starting with star "#" are comments.
|
||||
###################################################################################
|
||||
############################# G E O M E T R Y ###################################
|
||||
###################################################################################
|
||||
# ROTATION MATRIXES:
|
||||
/musr/command rotation matrix1 1 0 0 90
|
||||
/musr/command rotation matrix2 0 1 0 28.81
|
||||
/musr/command rotation matrix3 0 1 0 151.19
|
||||
/musr/command rotation matrix4 0 0 1 45
|
||||
/musr/command rotation matrix5 0 1 0 90
|
||||
/musr/command rotation matrix6 180 90 90
|
||||
/musr/command rotation matrix7 0 90 90
|
||||
# --- WORLD VOLUME ---
|
||||
/musr/command construct box World 2100 2100 11000 G4_AIR 0 0 0 no_logical_volume norot dead -1
|
||||
# --- BEAMPIPE ---
|
||||
/musr/command construct tubs beampipeA 0 2005 4500 0 360 G4_Galactic 0 0 -6100 log_World norot dead 230
|
||||
/musr/command construct tubs beampipe 0 405 500 0 360 G4_Galactic 0 0 -1100 log_World norot dead 231
|
||||
/musr/command construct tubs beampipeshell 100 105 500 0 360 G4_Al 0 0 0 log_beampipe norot dead 232
|
||||
/musr/command construct tubs beampipewindow 0 100 0.05 0 360 G4_MYLAR 0 0 499.9 log_beampipe norot dead 233
|
||||
# PASSIVE COLLIMATOR (for BEAMPIPE vers.1)
|
||||
# GPDcollimator - thickness in the thinner location is x2+(x9-x4) = 20+59-59
|
||||
/musr/command construct GPDcollimator GPDcollimator 40 15 60 59 60.01 0 360 0 59 0 2.5 6 G4_Cu 0 0 -59 log_World matrix1 dead 251
|
||||
/musr/command construct box Firstcollimator 70 70 15 G4_Pb 0 0 -100 log_World norot dead 255
|
||||
/musr/command construct box Firstcollimatorhole 2 5 15 G4_Galactic 0 0 0 log_Firstcollimator norot dead 256
|
||||
/musr/command construct box SecondCollimator 45 75 15 G4_Pb 0 0 -250 log_World norot dead 261
|
||||
/musr/command construct tubs SecondCollHole 0 8 15 0 360 G4_Galactic 0 0 0 log_SecondCollimator norot dead 262
|
||||
/musr/command construct box AlumPlate 60 90 5 G4_Al 0 0 -80 log_World norot dead 265
|
||||
/musr/command construct tubs AlumPlateHole 0 25 5 0 360 G4_Galactic 0 0 0 log_AlumPlate norot dead 267
|
||||
# --- SAMPLE HOLDER ---
|
||||
/musr/command construct GPDsampleHolderA GPDsampleHolderA 0 0 0 0 0 G4_Al 0 -111.25 0 log_World matrix1 dead 300
|
||||
/musr/command construct tubs GPDsampleHolderB 37.51 58 7 0 360 G4_Al 0 57 0 log_World matrix1 dead 301
|
||||
/musr/command construct tubs GPDsampleHolderC 37.51 58 7 0 360 G4_Al 0 -57 0 log_World matrix1 dead 302
|
||||
/musr/command construct box GPDsampleHolderD 12 0.5 50 G4_Al 38 0 28 log_World matrix1 dead 303
|
||||
/musr/command construct box GPDsampleHolderE 12 0.5 50 G4_Al 38 0 -28 log_World matrix1 dead 304
|
||||
/musr/command construct box GPDsampleHolderF 12 0.5 50 G4_Al -38 0 28 log_World matrix1 dead 305
|
||||
/musr/command construct box GPDsampleHolderG 12 0.5 50 G4_Al -38 0 -28 log_World matrix1 dead 306
|
||||
/musr/command construct tubs GPDsampleHolderH 0 9 50 180 50 G4_Al 48 0 29 log_World matrix1 dead 307
|
||||
/musr/command construct tubs GPDsampleHolderI 0 9 50 130 50 G4_Al 48 0 -29 log_World matrix1 dead 308
|
||||
/musr/command construct tubs GPDsampleHolderJ 0 9 50 310 50 G4_Al -48 0 29 log_World matrix1 dead 309
|
||||
/musr/command construct tubs GPDsampleHolderK 0 9 50 0 50 G4_Al -48 0 -29 log_World matrix1 dead 310
|
||||
#
|
||||
/musr/command construct tubs GPDsampleHolderW 58.01 58.2 64 25 130 G4_POLYETHYLENE 0 0 0 log_World matrix1 dead 313
|
||||
/musr/command construct tubs GPDsampleHolderX 58.01 58.2 64 205 130 G4_POLYETHYLENE 0 0 0 log_World matrix1 dead 314
|
||||
/musr/command construct tubs GPDsampleHolderY 36.79 36.99 64 45 90 G4_POLYETHYLENE 0 0 0 log_World matrix1 dead 315
|
||||
/musr/command construct tubs GPDsampleHolderZ 36.79 36.99 64 225 90 G4_POLYETHYLENE 0 0 0 log_World matrix1 dead 316
|
||||
# --- SAMPLE CELL ---
|
||||
/musr/command construct tubs GPDsampleCell 0 12 50 0 360 G4_Cu 0 0 0 log_World matrix1 dead 211
|
||||
# --- SAMPLE ---
|
||||
/musr/command construct tubs target 0 3.5 7 0 360 G4_Cu 0 0 0 log_GPDsampleCell norot dead 201
|
||||
#/musr/command construct tubs targetFieldVol 0 3.5 7 0 360 G4_Cu 0 0 0 log_GPDsampleCell norot dead 201
|
||||
# --- SCINTILLATOR ---
|
||||
/musr/command construct box ScintB1 13 45 2.5 G4_PLASTIC_SC_VINYLTOLUENE 22 0 -40 log_World matrix2 musr/ScintSD 1
|
||||
/musr/command construct box ScintB2 13 45 2.5 G4_PLASTIC_SC_VINYLTOLUENE -22 0 -40 log_World matrix3 musr/ScintSD 2
|
||||
/musr/command construct box ScintF1 13 45 2.5 G4_PLASTIC_SC_VINYLTOLUENE -22 0 40 log_World matrix2 musr/ScintSD 11
|
||||
/musr/command construct box ScintF2 13 45 2.5 G4_PLASTIC_SC_VINYLTOLUENE 22 0 40 log_World matrix3 musr/ScintSD 12
|
||||
/musr/command construct box ScintF3 7 45 2.5 G4_PLASTIC_SC_VINYLTOLUENE 0 0 46 log_World norot musr/ScintSD 13
|
||||
#/musr/command construct box KoincB1 20 90 2.5 G4_PLASTIC_SC_VINYLTOLUENE 33 0 -60 log_World matrix2 musr/ScintSD 21
|
||||
#/musr/command construct box KoincB2 20 90 2.5 G4_PLASTIC_SC_VINYLTOLUENE -33 0 -60 log_World matrix3 musr/ScintSD 22
|
||||
# --- M0 ---
|
||||
/musr/command construct box M0 5 5 1.0 G4_PLASTIC_SC_VINYLTOLUENE 0 0 -46 log_World matrix4 musr/ScintSD 102
|
||||
/musr/command construct GPDmHolder GPDmHolder 5 25 1.0 G4_PLASTIC_SC_VINYLTOLUENE 0 -25 -46 log_World norot dead 103
|
||||
# --- Magnet ---
|
||||
/musr/command construct tubs Magnet1 180 375 78 0 360 G4_Cu 133 0 0 log_World matrix5 dead 291
|
||||
/musr/command construct tubs Magnet2 180 375 78 0 360 G4_Cu -133 0 0 log_World matrix5 dead 292
|
||||
/musr/command construct uprofile Uprof1 25 10 400 5 G4_Al -45 0 200 log_World matrix6 dead 293
|
||||
/musr/command construct uprofile Uprof2 25 10 400 5 G4_Al -45 0 -200 log_World matrix6 dead 293
|
||||
/musr/command construct uprofile Uprof3 25 10 400 5 G4_Al 45 0 200 log_World matrix7 dead 293
|
||||
/musr/command construct uprofile Uprof4 25 10 400 5 G4_Al 45 0 -200 log_World matrix7 dead 293
|
||||
#
|
||||
##---------------------------------------------------------
|
||||
#/musr/command logicalVolumeToBeReweighted mu log_pbCollimator_1 6
|
||||
#/musr/command logicalVolumeToBeReweighted mu log_pbCollimator_2 5
|
||||
#/musr/command logicalVolumeToBeReweighted mu log_activeCollim 4
|
||||
##---------------------------------------------------------
|
||||
/musr/command visattributes log_World invisible
|
||||
/musr/command visattributes log_beampipewindow red
|
||||
/musr/command visattributes log_GPDsampleHolderD red
|
||||
/musr/command visattributes log_GPDsampleHolderE red
|
||||
/musr/command visattributes log_GPDsampleHolderF red
|
||||
/musr/command visattributes log_GPDsampleHolderG red
|
||||
/musr/command visattributes log_GPDcollimator green
|
||||
/musr/command visattributes log_GPDcollimator2 blue
|
||||
/musr/command visattributes log_GPDmHolder magenta
|
||||
/musr/command visattributes log_target blue
|
||||
/musr/command visattributes log_M0 yellow
|
||||
#/musr/command visattributes G4_PLASTIC_SC_VINYLTOLUENE red
|
||||
#/musr/command visattributes G4_Pb blue
|
||||
####################################################################################
|
||||
######################### M A G N E T I C F I E L D #########################
|
||||
###################################################################################
|
||||
# Set magnetic field (set field intensity in T and sigma in mm)
|
||||
# syntax for magneticfield: fromfile filename fieldValue
|
||||
# uniform fieldValue
|
||||
# gaussian fieldValue sigma
|
||||
#
|
||||
/musr/command globalfield centralSolenoidField 0. 0. 0. fromfile 2D GPD_coil_primitive.table log_target 0.03
|
||||
/musr/command globalfield setparameter SetLargestAcceptableStep 200
|
||||
/musr/command globalfield setparameter SetMinimumEpsilonStep 5e-5
|
||||
/musr/command globalfield setparameter SetMaximumEpsilonStep 0.001
|
||||
/musr/command globalfield setparameter SetDeltaOneStep 0.1
|
||||
/musr/command globalfield setparameter SetDeltaIntersection 0.01
|
||||
/musr/command globalfield printparameters
|
||||
/musr/command globalfield printFieldValueAtPoint 0 0 0
|
||||
/musr/command globalfield printFieldValueAtPoint 0 0 10
|
||||
/musr/command globalfield printFieldValueAtPoint 0 0 20
|
||||
/musr/command globalfield printFieldValueAtPoint 0 0 30
|
||||
/musr/command globalfield printFieldValueAtPoint 0 0 50
|
||||
/musr/command globalfield printFieldValueAtPoint 0 0 100
|
||||
/musr/command globalfield printFieldValueAtPoint 0 0 200
|
||||
/musr/command globalfield printFieldValueAtPoint 0 0 300
|
||||
/musr/command globalfield printFieldValueAtPoint 0 0 400
|
||||
/musr/command globalfield printFieldValueAtPoint 0 0 500
|
||||
/musr/command globalfield printFieldValueAtPoint 10 0 0
|
||||
/musr/command globalfield printFieldValueAtPoint 100 0 0
|
||||
/musr/command globalfield printFieldValueAtPoint 300 0 0
|
||||
/musr/command globalfield printFieldValueAtPoint 0 10 0
|
||||
/musr/command globalfield printFieldValueAtPoint 0 100 0
|
||||
/musr/command globalfield printFieldValueAtPoint 0 300 0
|
||||
###################################################################################
|
||||
######################### P H Y S I C S P R O C E S S E S ##################
|
||||
###################################################################################
|
||||
# Geant 4.9.4
|
||||
/musr/command process addDiscreteProcess gamma G4PhotoElectricEffect
|
||||
/musr/command process addDiscreteProcess gamma G4ComptonScattering
|
||||
/musr/command process addDiscreteProcess gamma G4GammaConversion
|
||||
/musr/command process addDiscreteProcess gamma G4RayleighScattering
|
||||
/musr/command process addProcess e- G4eMultipleScattering -1 1 1
|
||||
/musr/command process addProcess e- G4eIonisation -1 2 2
|
||||
/musr/command process addProcess e- G4eBremsstrahlung -1 3 3
|
||||
/musr/command process addProcess e+ G4eMultipleScattering -1 1 1
|
||||
/musr/command process addProcess e+ G4eIonisation -1 2 2
|
||||
/musr/command process addProcess e+ G4eBremsstrahlung -1 3 3
|
||||
/musr/command process addProcess e+ G4eplusAnnihilation 0 -1 4
|
||||
/musr/command process addProcess mu- G4MuMultipleScattering -1 1 1
|
||||
/musr/command process addProcess mu- G4MuIonisation -1 2 2
|
||||
/musr/command process addProcess mu- G4MuBremsstrahlung -1 3 3
|
||||
/musr/command process addProcess mu- G4MuPairProduction -1 4 4
|
||||
/musr/command process addProcess mu+ G4MuMultipleScattering -1 1 1
|
||||
/musr/command process addProcess mu+ G4MuIonisation -1 2 2
|
||||
/musr/command process addProcess mu+ G4MuBremsstrahlung -1 3 3
|
||||
/musr/command process addProcess mu+ G4MuPairProduction -1 4 4
|
||||
#
|
||||
#/home/install/geant4.9.3/source/processes/electromagnetic/utils/src/G4EnergyLossMessenger.cc
|
||||
######## /process/msc/StepLimit Minimal | UseDistanceToBoundary | UseSafety
|
||||
/process/msc/StepLimit UseSafety
|
||||
#/process/msc/LateralDisplacement
|
||||
/process/msc/RangeFactor 0.04
|
||||
/process/msc/GeomFactor 2.5
|
||||
#/process/msc/FactorForAngleLimit
|
||||
/process/msc/Skin 3.0
|
||||
#/process/msc/ThetaLimit 0.2 rad
|
||||
###################################################################################
|
||||
################## S O M E O T H E R P A R A M E T E R S ##################
|
||||
###################################################################################
|
||||
# Store all events into the ROOT tree or just the interesting ones ? (true is default)
|
||||
/musr/command storeOnlyEventsWithHits false
|
||||
# Set the minimum time separation between two subsequent signals in the same detector (in ns)
|
||||
/musr/command signalSeparationTime 10
|
||||
#
|
||||
#/musr/run/howOftenToPrintEvent 10
|
||||
/musr/command maximumRunTimeAllowed 220000
|
||||
/musr/run/randomOption 2
|
||||
###################################################################################
|
||||
######################### R O O T O U T P U T ##############################
|
||||
###################################################################################
|
||||
/musr/command rootOutput det_VvvKine off
|
||||
/musr/command rootOutput det_VvvX off
|
||||
/musr/command rootOutput det_VvvY off
|
||||
/musr/command rootOutput det_VvvZ off
|
||||
/musr/command rootOutput det_VvvVolID off
|
||||
/musr/command rootOutput det_VvvProcID off
|
||||
/musr/command rootOutput det_VvvTrackID off
|
||||
/musr/command rootOutput det_VvvParticleID off
|
||||
/musr/command rootOutput nOptPhot off
|
||||
/musr/command rootOutput odet_ID off
|
||||
/musr/command rootOutput odet_nPhot off
|
||||
/musr/command rootOutput odet_timeFirst off
|
||||
/musr/command rootOutput odet_timeA off
|
||||
/musr/command rootOutput odet_timeB off
|
||||
/musr/command rootOutput odet_timeC off
|
||||
/musr/command rootOutput odet_timeD off
|
||||
/musr/command rootOutput odet_timeE off
|
||||
/musr/command rootOutput odet_timeLast off
|
||||
###################################################################################
|
||||
######################### V I S U A L I S A T I O N ##############################
|
||||
###################################################################################
|
||||
/vis/disable
|
||||
#/control/execute visDawn201.mac
|
||||
#/control/execute visVRML.mac
|
||||
###################################################################################
|
||||
######################### P A R T I C L E G U N #################################
|
||||
###################################################################################
|
||||
/gun/vertex 0 0 -1000 mm
|
||||
/gun/vertexsigma 25 25 0 mm
|
||||
#---/gun/vertexboundary: rMaxAllowed, zMinAllowed, zMaxAllowed
|
||||
/gun/vertexboundary 100 -999999 999999 mm
|
||||
/gun/momentum 100.0 MeV
|
||||
# sigma = 3% ==> sigma 27*0.03 = 0.81
|
||||
/gun/momentumsmearing 3.00 MeV
|
||||
#---/gun/momentumboundary: pMinAllowed, pMaxAllowed, dummy
|
||||
#/gun/momentumboundary 20 40 0 MeV
|
||||
#---/gun/tilt: xangle, yangle, dummy
|
||||
#/gun/tilt 0 0.5 0 deg
|
||||
#---/gun/tiltsigma: xangleSigma, yangleSigma, dummy (1 degree on 1 meter ~ 17mm)
|
||||
/gun/tiltsigma 0.15 0.15 0 deg
|
||||
/gun/pitch 0.08 deg
|
||||
/gun/muonPolarizVector 0 0 -1
|
||||
#---/gun/decaytimelimits: decayMin, decayMax, decayTime
|
||||
/gun/decaytimelimits -1 -1 2197.03 ns
|
||||
###################################################################################
|
||||
######################## B E A M O N #########################################
|
||||
###################################################################################
|
||||
/run/beamOn 8000000
|
||||
#/run/beamOn 10
|
611
run/GPD_coil_primitive.table
Normal file
611
run/GPD_coil_primitive.table
Normal file
@ -0,0 +1,611 @@
|
||||
301 1 2 1
|
||||
1 X [LENGU]
|
||||
2 Y [LENGU]
|
||||
3 Z [LENGU]
|
||||
4 HX [FIELU]
|
||||
5 HZ [FIELU]
|
||||
6 HMOD [FIELU]
|
||||
fieldNormalisation 880.169809
|
||||
0
|
||||
0.0000000e+00 0 0 0 1.1361444e-03 0
|
||||
0.0000000e+00 0 20 0 1.1361444e-03 0
|
||||
1.0000000e+00 0 0 0 1.1362377e-03 0
|
||||
1.0000000e+00 0 20 0 1.1362377e-03 0
|
||||
2.0000000e+00 0 0 0 1.1365074e-03 0
|
||||
2.0000000e+00 0 20 0 1.1365074e-03 0
|
||||
3.0000000e+00 0 0 0 1.1369226e-03 0
|
||||
3.0000000e+00 0 20 0 1.1369226e-03 0
|
||||
4.0000000e+00 0 0 0 1.1374296e-03 0
|
||||
4.0000000e+00 0 20 0 1.1374296e-03 0
|
||||
5.0000000e+00 0 0 0 1.1379495e-03 0
|
||||
5.0000000e+00 0 20 0 1.1379495e-03 0
|
||||
6.0000000e+00 0 0 0 1.1383740e-03 0
|
||||
6.0000000e+00 0 20 0 1.1383740e-03 0
|
||||
7.0000000e+00 0 0 0 1.1385589e-03 0
|
||||
7.0000000e+00 0 20 0 1.1385589e-03 0
|
||||
8.0000000e+00 0 0 0 1.1383168e-03 0
|
||||
8.0000000e+00 0 20 0 1.1383168e-03 0
|
||||
9.0000000e+00 0 0 0 1.1374066e-03 0
|
||||
9.0000000e+00 0 20 0 1.1374066e-03 0
|
||||
1.0000000e+01 0 0 0 1.1355196e-03 0
|
||||
1.0000000e+01 0 20 0 1.1355196e-03 0
|
||||
1.1000000e+01 0 0 0 1.1322640e-03 0
|
||||
1.1000000e+01 0 20 0 1.1322640e-03 0
|
||||
1.2000000e+01 0 0 0 1.1271451e-03 0
|
||||
1.2000000e+01 0 20 0 1.1271451e-03 0
|
||||
1.3000000e+01 0 0 0 1.1195471e-03 0
|
||||
1.3000000e+01 0 20 0 1.1195471e-03 0
|
||||
1.4000000e+01 0 0 0 1.1087207e-03 0
|
||||
1.4000000e+01 0 20 0 1.1087207e-03 0
|
||||
1.5000000e+01 0 0 0 1.0937932e-03 0
|
||||
1.5000000e+01 0 20 0 1.0937932e-03 0
|
||||
1.6000000e+01 0 0 0 1.0738238e-03 0
|
||||
1.6000000e+01 0 20 0 1.0738238e-03 0
|
||||
1.7000000e+01 0 0 0 1.0479326e-03 0
|
||||
1.7000000e+01 0 20 0 1.0479326e-03 0
|
||||
1.8000000e+01 0 0 0 1.0155087e-03 0
|
||||
1.8000000e+01 0 20 0 1.0155087e-03 0
|
||||
1.9000000e+01 0 0 0 9.7642128e-04 0
|
||||
1.9000000e+01 0 20 0 9.7642128e-04 0
|
||||
2.0000000e+01 0 0 0 9.3109490e-04 0
|
||||
2.0000000e+01 0 20 0 9.3109490e-04 0
|
||||
2.1000000e+01 0 0 0 8.8037814e-04 0
|
||||
2.1000000e+01 0 20 0 8.8037814e-04 0
|
||||
2.2000000e+01 0 0 0 8.2530227e-04 0
|
||||
2.2000000e+01 0 20 0 8.2530227e-04 0
|
||||
2.3000000e+01 0 0 0 7.6687852e-04 0
|
||||
2.3000000e+01 0 20 0 7.6687852e-04 0
|
||||
2.4000000e+01 0 0 0 7.0599560e-04 0
|
||||
2.4000000e+01 0 20 0 7.0599560e-04 0
|
||||
2.5000000e+01 0 0 0 6.4339740e-04 0
|
||||
2.5000000e+01 0 20 0 6.4339740e-04 0
|
||||
2.6000000e+01 0 0 0 5.7970163e-04 0
|
||||
2.6000000e+01 0 20 0 5.7970163e-04 0
|
||||
2.7000000e+01 0 0 0 5.1543274e-04 0
|
||||
2.7000000e+01 0 20 0 5.1543274e-04 0
|
||||
2.8000000e+01 0 0 0 4.5105685e-04 0
|
||||
2.8000000e+01 0 20 0 4.5105685e-04 0
|
||||
2.9000000e+01 0 0 0 3.8701483e-04 0
|
||||
2.9000000e+01 0 20 0 3.8701483e-04 0
|
||||
3.0000000e+01 0 0 0 3.2375422e-04 0
|
||||
3.0000000e+01 0 20 0 3.2375422e-04 0
|
||||
3.1000000e+01 0 0 0 2.6176224e-04 0
|
||||
3.1000000e+01 0 20 0 2.6176224e-04 0
|
||||
3.2000000e+01 0 0 0 2.0160348e-04 0
|
||||
3.2000000e+01 0 20 0 2.0160348e-04 0
|
||||
3.3000000e+01 0 0 0 1.4396412e-04 0
|
||||
3.3000000e+01 0 20 0 1.4396412e-04 0
|
||||
3.4000000e+01 0 0 0 8.9697678e-05 0
|
||||
3.4000000e+01 0 20 0 8.9697678e-05 0
|
||||
3.5000000e+01 0 0 0 3.9848332e-05 0
|
||||
3.5000000e+01 0 20 0 3.9848332e-05 0
|
||||
3.6000000e+01 0 0 0 -4.4041645e-06 0
|
||||
3.6000000e+01 0 20 0 -4.4041645e-06 0
|
||||
3.7000000e+01 0 0 0 -4.1948665e-05 0
|
||||
3.7000000e+01 0 20 0 -4.1948665e-05 0
|
||||
3.8000000e+01 0 0 0 -7.2089079e-05 0
|
||||
3.8000000e+01 0 20 0 -7.2089079e-05 0
|
||||
3.9000000e+01 0 0 0 -9.4844419e-05 0
|
||||
3.9000000e+01 0 20 0 -9.4844419e-05 0
|
||||
4.0000000e+01 0 0 0 -1.1095290e-04 0
|
||||
4.0000000e+01 0 20 0 -1.1095290e-04 0
|
||||
4.1000000e+01 0 0 0 -1.2157438e-04 0
|
||||
4.1000000e+01 0 20 0 -1.2157438e-04 0
|
||||
4.2000000e+01 0 0 0 -1.2793545e-04 0
|
||||
4.2000000e+01 0 20 0 -1.2793545e-04 0
|
||||
4.3000000e+01 0 0 0 -1.3111042e-04 0
|
||||
4.3000000e+01 0 20 0 -1.3111042e-04 0
|
||||
4.4000000e+01 0 0 0 -1.3195272e-04 0
|
||||
4.4000000e+01 0 20 0 -1.3195272e-04 0
|
||||
4.5000000e+01 0 0 0 -1.3110933e-04 0
|
||||
4.5000000e+01 0 20 0 -1.3110933e-04 0
|
||||
4.6000000e+01 0 0 0 -1.2906196e-04 0
|
||||
4.6000000e+01 0 20 0 -1.2906196e-04 0
|
||||
4.7000000e+01 0 0 0 -1.2616788e-04 0
|
||||
4.7000000e+01 0 20 0 -1.2616788e-04 0
|
||||
4.8000000e+01 0 0 0 -1.2269274e-04 0
|
||||
4.8000000e+01 0 20 0 -1.2269274e-04 0
|
||||
4.9000000e+01 0 0 0 -1.1883471e-04 0
|
||||
4.9000000e+01 0 20 0 -1.1883471e-04 0
|
||||
5.0000000e+01 0 0 0 -1.1474199e-04 0
|
||||
5.0000000e+01 0 20 0 -1.1474199e-04 0
|
||||
5.1000000e+01 0 0 0 -1.1052536e-04 0
|
||||
5.1000000e+01 0 20 0 -1.1052536e-04 0
|
||||
5.2000000e+01 0 0 0 -1.0626737e-04 0
|
||||
5.2000000e+01 0 20 0 -1.0626737e-04 0
|
||||
5.3000000e+01 0 0 0 -1.0202909e-04 0
|
||||
5.3000000e+01 0 20 0 -1.0202909e-04 0
|
||||
5.4000000e+01 0 0 0 -9.7855223e-05 0
|
||||
5.4000000e+01 0 20 0 -9.7855223e-05 0
|
||||
5.5000000e+01 0 0 0 -9.3777888e-05 0
|
||||
5.5000000e+01 0 20 0 -9.3777888e-05 0
|
||||
5.6000000e+01 0 0 0 -8.9819586e-05 0
|
||||
5.6000000e+01 0 20 0 -8.9819586e-05 0
|
||||
5.7000000e+01 0 0 0 -8.5995449e-05 0
|
||||
5.7000000e+01 0 20 0 -8.5995449e-05 0
|
||||
5.8000000e+01 0 0 0 -8.2314978e-05 0
|
||||
5.8000000e+01 0 20 0 -8.2314978e-05 0
|
||||
5.9000000e+01 0 0 0 -7.8783399e-05 0
|
||||
5.9000000e+01 0 20 0 -7.8783399e-05 0
|
||||
6.0000000e+01 0 0 0 -7.5402713e-05 0
|
||||
6.0000000e+01 0 20 0 -7.5402713e-05 0
|
||||
6.1000000e+01 0 0 0 -7.2172507e-05 0
|
||||
6.1000000e+01 0 20 0 -7.2172507e-05 0
|
||||
6.2000000e+01 0 0 0 -6.9090590e-05 0
|
||||
6.2000000e+01 0 20 0 -6.9090590e-05 0
|
||||
6.3000000e+01 0 0 0 -6.6153484e-05 0
|
||||
6.3000000e+01 0 20 0 -6.6153484e-05 0
|
||||
6.4000000e+01 0 0 0 -6.3356805e-05 0
|
||||
6.4000000e+01 0 20 0 -6.3356805e-05 0
|
||||
6.5000000e+01 0 0 0 -6.0695551e-05 0
|
||||
6.5000000e+01 0 20 0 -6.0695551e-05 0
|
||||
6.6000000e+01 0 0 0 -5.8164335e-05 0
|
||||
6.6000000e+01 0 20 0 -5.8164335e-05 0
|
||||
6.7000000e+01 0 0 0 -5.5757548e-05 0
|
||||
6.7000000e+01 0 20 0 -5.5757548e-05 0
|
||||
6.8000000e+01 0 0 0 -5.3469496e-05 0
|
||||
6.8000000e+01 0 20 0 -5.3469496e-05 0
|
||||
6.9000000e+01 0 0 0 -5.1294495e-05 0
|
||||
6.9000000e+01 0 20 0 -5.1294495e-05 0
|
||||
7.0000000e+01 0 0 0 -4.9226940e-05 0
|
||||
7.0000000e+01 0 20 0 -4.9226940e-05 0
|
||||
7.1000000e+01 0 0 0 -4.7261364e-05 0
|
||||
7.1000000e+01 0 20 0 -4.7261364e-05 0
|
||||
7.2000000e+01 0 0 0 -4.5392469e-05 0
|
||||
7.2000000e+01 0 20 0 -4.5392469e-05 0
|
||||
7.3000000e+01 0 0 0 -4.3615153e-05 0
|
||||
7.3000000e+01 0 20 0 -4.3615153e-05 0
|
||||
7.4000000e+01 0 0 0 -4.1924529e-05 0
|
||||
7.4000000e+01 0 20 0 -4.1924529e-05 0
|
||||
7.5000000e+01 0 0 0 -4.0315927e-05 0
|
||||
7.5000000e+01 0 20 0 -4.0315927e-05 0
|
||||
7.6000000e+01 0 0 0 -3.8784905e-05 0
|
||||
7.6000000e+01 0 20 0 -3.8784905e-05 0
|
||||
7.7000000e+01 0 0 0 -3.7327244e-05 0
|
||||
7.7000000e+01 0 20 0 -3.7327244e-05 0
|
||||
7.8000000e+01 0 0 0 -3.5938946e-05 0
|
||||
7.8000000e+01 0 20 0 -3.5938946e-05 0
|
||||
7.9000000e+01 0 0 0 -3.4616230e-05 0
|
||||
7.9000000e+01 0 20 0 -3.4616230e-05 0
|
||||
8.0000000e+01 0 0 0 -3.3355521e-05 0
|
||||
8.0000000e+01 0 20 0 -3.3355521e-05 0
|
||||
8.1000000e+01 0 0 0 -3.2153447e-05 0
|
||||
8.1000000e+01 0 20 0 -3.2153447e-05 0
|
||||
8.2000000e+01 0 0 0 -3.1006827e-05 0
|
||||
8.2000000e+01 0 20 0 -3.1006827e-05 0
|
||||
8.3000000e+01 0 0 0 -2.9912663e-05 0
|
||||
8.3000000e+01 0 20 0 -2.9912663e-05 0
|
||||
8.4000000e+01 0 0 0 -2.8868131e-05 0
|
||||
8.4000000e+01 0 20 0 -2.8868131e-05 0
|
||||
8.5000000e+01 0 0 0 -2.7870571e-05 0
|
||||
8.5000000e+01 0 20 0 -2.7870571e-05 0
|
||||
8.6000000e+01 0 0 0 -2.6917478e-05 0
|
||||
8.6000000e+01 0 20 0 -2.6917478e-05 0
|
||||
8.7000000e+01 0 0 0 -2.6006495e-05 0
|
||||
8.7000000e+01 0 20 0 -2.6006495e-05 0
|
||||
8.8000000e+01 0 0 0 -2.5135405e-05 0
|
||||
8.8000000e+01 0 20 0 -2.5135405e-05 0
|
||||
8.9000000e+01 0 0 0 -2.4302117e-05 0
|
||||
8.9000000e+01 0 20 0 -2.4302117e-05 0
|
||||
9.0000000e+01 0 0 0 -2.3504665e-05 0
|
||||
9.0000000e+01 0 20 0 -2.3504665e-05 0
|
||||
9.1000000e+01 0 0 0 -2.2741199e-05 0
|
||||
9.1000000e+01 0 20 0 -2.2741199e-05 0
|
||||
9.2000000e+01 0 0 0 -2.2009975e-05 0
|
||||
9.2000000e+01 0 20 0 -2.2009975e-05 0
|
||||
9.3000000e+01 0 0 0 -2.1309350e-05 0
|
||||
9.3000000e+01 0 20 0 -2.1309350e-05 0
|
||||
9.4000000e+01 0 0 0 -2.0637779e-05 0
|
||||
9.4000000e+01 0 20 0 -2.0637779e-05 0
|
||||
9.5000000e+01 0 0 0 -1.9993803e-05 0
|
||||
9.5000000e+01 0 20 0 -1.9993803e-05 0
|
||||
9.6000000e+01 0 0 0 -1.9376048e-05 0
|
||||
9.6000000e+01 0 20 0 -1.9376048e-05 0
|
||||
9.7000000e+01 0 0 0 -1.8783220e-05 0
|
||||
9.7000000e+01 0 20 0 -1.8783220e-05 0
|
||||
9.8000000e+01 0 0 0 -1.8214096e-05 0
|
||||
9.8000000e+01 0 20 0 -1.8214096e-05 0
|
||||
9.9000000e+01 0 0 0 -1.7667524e-05 0
|
||||
9.9000000e+01 0 20 0 -1.7667524e-05 0
|
||||
1.0000000e+02 0 0 0 -1.7142415e-05 0
|
||||
1.0000000e+02 0 20 0 -1.7142415e-05 0
|
||||
1.0100000e+02 0 0 0 -1.6637742e-05 0
|
||||
1.0100000e+02 0 20 0 -1.6637742e-05 0
|
||||
1.0200000e+02 0 0 0 -1.6152534e-05 0
|
||||
1.0200000e+02 0 20 0 -1.6152534e-05 0
|
||||
1.0300000e+02 0 0 0 -1.5685876e-05 0
|
||||
1.0300000e+02 0 20 0 -1.5685876e-05 0
|
||||
1.0400000e+02 0 0 0 -1.5236899e-05 0
|
||||
1.0400000e+02 0 20 0 -1.5236899e-05 0
|
||||
1.0500000e+02 0 0 0 -1.4804785e-05 0
|
||||
1.0500000e+02 0 20 0 -1.4804785e-05 0
|
||||
1.0600000e+02 0 0 0 -1.4388759e-05 0
|
||||
1.0600000e+02 0 20 0 -1.4388759e-05 0
|
||||
1.0700000e+02 0 0 0 -1.3988086e-05 0
|
||||
1.0700000e+02 0 20 0 -1.3988086e-05 0
|
||||
1.0800000e+02 0 0 0 -1.3602072e-05 0
|
||||
1.0800000e+02 0 20 0 -1.3602072e-05 0
|
||||
1.0900000e+02 0 0 0 -1.3230060e-05 0
|
||||
1.0900000e+02 0 20 0 -1.3230060e-05 0
|
||||
1.1000000e+02 0 0 0 -1.2871425e-05 0
|
||||
1.1000000e+02 0 20 0 -1.2871425e-05 0
|
||||
1.1100000e+02 0 0 0 -1.2525578e-05 0
|
||||
1.1100000e+02 0 20 0 -1.2525578e-05 0
|
||||
1.1200000e+02 0 0 0 -1.2191958e-05 0
|
||||
1.1200000e+02 0 20 0 -1.2191958e-05 0
|
||||
1.1300000e+02 0 0 0 -1.1870033e-05 0
|
||||
1.1300000e+02 0 20 0 -1.1870033e-05 0
|
||||
1.1400000e+02 0 0 0 -1.1559300e-05 0
|
||||
1.1400000e+02 0 20 0 -1.1559300e-05 0
|
||||
1.1500000e+02 0 0 0 -1.1259280e-05 0
|
||||
1.1500000e+02 0 20 0 -1.1259280e-05 0
|
||||
1.1600000e+02 0 0 0 -1.0969518e-05 0
|
||||
1.1600000e+02 0 20 0 -1.0969518e-05 0
|
||||
1.1700000e+02 0 0 0 -1.0689581e-05 0
|
||||
1.1700000e+02 0 20 0 -1.0689581e-05 0
|
||||
1.1800000e+02 0 0 0 -1.0419061e-05 0
|
||||
1.1800000e+02 0 20 0 -1.0419061e-05 0
|
||||
1.1900000e+02 0 0 0 -1.0157566e-05 0
|
||||
1.1900000e+02 0 20 0 -1.0157566e-05 0
|
||||
1.2000000e+02 0 0 0 -9.9047248e-06 0
|
||||
1.2000000e+02 0 20 0 -9.9047248e-06 0
|
||||
1.2100000e+02 0 0 0 -9.6601849e-06 0
|
||||
1.2100000e+02 0 20 0 -9.6601849e-06 0
|
||||
1.2200000e+02 0 0 0 -9.4236097e-06 0
|
||||
1.2200000e+02 0 20 0 -9.4236097e-06 0
|
||||
1.2300000e+02 0 0 0 -9.1946792e-06 0
|
||||
1.2300000e+02 0 20 0 -9.1946792e-06 0
|
||||
1.2400000e+02 0 0 0 -8.9730884e-06 0
|
||||
1.2400000e+02 0 20 0 -8.9730884e-06 0
|
||||
1.2500000e+02 0 0 0 -8.7585467e-06 0
|
||||
1.2500000e+02 0 20 0 -8.7585467e-06 0
|
||||
1.2600000e+02 0 0 0 -8.5507773e-06 0
|
||||
1.2600000e+02 0 20 0 -8.5507773e-06 0
|
||||
1.2700000e+02 0 0 0 -8.3495160e-06 0
|
||||
1.2700000e+02 0 20 0 -8.3495160e-06 0
|
||||
1.2800000e+02 0 0 0 -8.1545110e-06 0
|
||||
1.2800000e+02 0 20 0 -8.1545110e-06 0
|
||||
1.2900000e+02 0 0 0 -7.9655218e-06 0
|
||||
1.2900000e+02 0 20 0 -7.9655218e-06 0
|
||||
1.3000000e+02 0 0 0 -7.7823191e-06 0
|
||||
1.3000000e+02 0 20 0 -7.7823191e-06 0
|
||||
1.3100000e+02 0 0 0 -7.6046838e-06 0
|
||||
1.3100000e+02 0 20 0 -7.6046838e-06 0
|
||||
1.3200000e+02 0 0 0 -7.4324065e-06 0
|
||||
1.3200000e+02 0 20 0 -7.4324065e-06 0
|
||||
1.3300000e+02 0 0 0 -7.2652875e-06 0
|
||||
1.3300000e+02 0 20 0 -7.2652875e-06 0
|
||||
1.3400000e+02 0 0 0 -7.1031356e-06 0
|
||||
1.3400000e+02 0 20 0 -7.1031356e-06 0
|
||||
1.3500000e+02 0 0 0 -6.9457681e-06 0
|
||||
1.3500000e+02 0 20 0 -6.9457681e-06 0
|
||||
1.3600000e+02 0 0 0 -6.7930102e-06 0
|
||||
1.3600000e+02 0 20 0 -6.7930102e-06 0
|
||||
1.3700000e+02 0 0 0 -6.6446950e-06 0
|
||||
1.3700000e+02 0 20 0 -6.6446950e-06 0
|
||||
1.3800000e+02 0 0 0 -6.5006623e-06 0
|
||||
1.3800000e+02 0 20 0 -6.5006623e-06 0
|
||||
1.3900000e+02 0 0 0 -6.3607590e-06 0
|
||||
1.3900000e+02 0 20 0 -6.3607590e-06 0
|
||||
1.4000000e+02 0 0 0 -6.2248386e-06 0
|
||||
1.4000000e+02 0 20 0 -6.2248386e-06 0
|
||||
1.4100000e+02 0 0 0 -6.0927605e-06 0
|
||||
1.4100000e+02 0 20 0 -6.0927605e-06 0
|
||||
1.4200000e+02 0 0 0 -5.9643902e-06 0
|
||||
1.4200000e+02 0 20 0 -5.9643902e-06 0
|
||||
1.4300000e+02 0 0 0 -5.8395988e-06 0
|
||||
1.4300000e+02 0 20 0 -5.8395988e-06 0
|
||||
1.4400000e+02 0 0 0 -5.7182625e-06 0
|
||||
1.4400000e+02 0 20 0 -5.7182625e-06 0
|
||||
1.4500000e+02 0 0 0 -5.6002629e-06 0
|
||||
1.4500000e+02 0 20 0 -5.6002629e-06 0
|
||||
1.4600000e+02 0 0 0 -5.4854861e-06 0
|
||||
1.4600000e+02 0 20 0 -5.4854861e-06 0
|
||||
1.4700000e+02 0 0 0 -5.3738232e-06 0
|
||||
1.4700000e+02 0 20 0 -5.3738232e-06 0
|
||||
1.4800000e+02 0 0 0 -5.2651692e-06 0
|
||||
1.4800000e+02 0 20 0 -5.2651692e-06 0
|
||||
1.4900000e+02 0 0 0 -5.1594237e-06 0
|
||||
1.4900000e+02 0 20 0 -5.1594237e-06 0
|
||||
1.5000000e+02 0 0 0 -5.0564902e-06 0
|
||||
1.5000000e+02 0 20 0 -5.0564902e-06 0
|
||||
1.5100000e+02 0 0 0 -4.9562759e-06 0
|
||||
1.5100000e+02 0 20 0 -4.9562759e-06 0
|
||||
1.5200000e+02 0 0 0 -4.8586917e-06 0
|
||||
1.5200000e+02 0 20 0 -4.8586917e-06 0
|
||||
1.5300000e+02 0 0 0 -4.7636519e-06 0
|
||||
1.5300000e+02 0 20 0 -4.7636519e-06 0
|
||||
1.5400000e+02 0 0 0 -4.6710744e-06 0
|
||||
1.5400000e+02 0 20 0 -4.6710744e-06 0
|
||||
1.5500000e+02 0 0 0 -4.5808798e-06 0
|
||||
1.5500000e+02 0 20 0 -4.5808798e-06 0
|
||||
1.5600000e+02 0 0 0 -4.4929922e-06 0
|
||||
1.5600000e+02 0 20 0 -4.4929922e-06 0
|
||||
1.5700000e+02 0 0 0 -4.4073382e-06 0
|
||||
1.5700000e+02 0 20 0 -4.4073382e-06 0
|
||||
1.5800000e+02 0 0 0 -4.3238475e-06 0
|
||||
1.5800000e+02 0 20 0 -4.3238475e-06 0
|
||||
1.5900000e+02 0 0 0 -4.2424522e-06 0
|
||||
1.5900000e+02 0 20 0 -4.2424522e-06 0
|
||||
1.6000000e+02 0 0 0 -4.1630870e-06 0
|
||||
1.6000000e+02 0 20 0 -4.1630870e-06 0
|
||||
1.6100000e+02 0 0 0 -4.0856892e-06 0
|
||||
1.6100000e+02 0 20 0 -4.0856892e-06 0
|
||||
1.6200000e+02 0 0 0 -4.0101980e-06 0
|
||||
1.6200000e+02 0 20 0 -4.0101980e-06 0
|
||||
1.6300000e+02 0 0 0 -3.9365553e-06 0
|
||||
1.6300000e+02 0 20 0 -3.9365553e-06 0
|
||||
1.6400000e+02 0 0 0 -3.8647049e-06 0
|
||||
1.6400000e+02 0 20 0 -3.8647049e-06 0
|
||||
1.6500000e+02 0 0 0 -3.7945925e-06 0
|
||||
1.6500000e+02 0 20 0 -3.7945925e-06 0
|
||||
1.6600000e+02 0 0 0 -3.7261659e-06 0
|
||||
1.6600000e+02 0 20 0 -3.7261659e-06 0
|
||||
1.6700000e+02 0 0 0 -3.6593749e-06 0
|
||||
1.6700000e+02 0 20 0 -3.6593749e-06 0
|
||||
1.6800000e+02 0 0 0 -3.5941708e-06 0
|
||||
1.6800000e+02 0 20 0 -3.5941708e-06 0
|
||||
1.6900000e+02 0 0 0 -3.5305069e-06 0
|
||||
1.6900000e+02 0 20 0 -3.5305069e-06 0
|
||||
1.7000000e+02 0 0 0 -3.4683379e-06 0
|
||||
1.7000000e+02 0 20 0 -3.4683379e-06 0
|
||||
1.7100000e+02 0 0 0 -3.4076203e-06 0
|
||||
1.7100000e+02 0 20 0 -3.4076203e-06 0
|
||||
1.7200000e+02 0 0 0 -3.3483118e-06 0
|
||||
1.7200000e+02 0 20 0 -3.3483118e-06 0
|
||||
1.7300000e+02 0 0 0 -3.2903720e-06 0
|
||||
1.7300000e+02 0 20 0 -3.2903720e-06 0
|
||||
1.7400000e+02 0 0 0 -3.2337616e-06 0
|
||||
1.7400000e+02 0 20 0 -3.2337616e-06 0
|
||||
1.7500000e+02 0 0 0 -3.1784426e-06 0
|
||||
1.7500000e+02 0 20 0 -3.1784426e-06 0
|
||||
1.7600000e+02 0 0 0 -3.1243785e-06 0
|
||||
1.7600000e+02 0 20 0 -3.1243785e-06 0
|
||||
1.7700000e+02 0 0 0 -3.0715338e-06 0
|
||||
1.7700000e+02 0 20 0 -3.0715338e-06 0
|
||||
1.7800000e+02 0 0 0 -3.0198745e-06 0
|
||||
1.7800000e+02 0 20 0 -3.0198745e-06 0
|
||||
1.7900000e+02 0 0 0 -2.9693674e-06 0
|
||||
1.7900000e+02 0 20 0 -2.9693674e-06 0
|
||||
1.8000000e+02 0 0 0 -2.9199807e-06 0
|
||||
1.8000000e+02 0 20 0 -2.9199807e-06 0
|
||||
1.8100000e+02 0 0 0 -2.8716834e-06 0
|
||||
1.8100000e+02 0 20 0 -2.8716834e-06 0
|
||||
1.8200000e+02 0 0 0 -2.8244456e-06 0
|
||||
1.8200000e+02 0 20 0 -2.8244456e-06 0
|
||||
1.8300000e+02 0 0 0 -2.7782385e-06 0
|
||||
1.8300000e+02 0 20 0 -2.7782385e-06 0
|
||||
1.8400000e+02 0 0 0 -2.7330342e-06 0
|
||||
1.8400000e+02 0 20 0 -2.7330342e-06 0
|
||||
1.8500000e+02 0 0 0 -2.6888054e-06 0
|
||||
1.8500000e+02 0 20 0 -2.6888054e-06 0
|
||||
1.8600000e+02 0 0 0 -2.6455262e-06 0
|
||||
1.8600000e+02 0 20 0 -2.6455262e-06 0
|
||||
1.8700000e+02 0 0 0 -2.6031711e-06 0
|
||||
1.8700000e+02 0 20 0 -2.6031711e-06 0
|
||||
1.8800000e+02 0 0 0 -2.5617156e-06 0
|
||||
1.8800000e+02 0 20 0 -2.5617156e-06 0
|
||||
1.8900000e+02 0 0 0 -2.5211360e-06 0
|
||||
1.8900000e+02 0 20 0 -2.5211360e-06 0
|
||||
1.9000000e+02 0 0 0 -2.4814092e-06 0
|
||||
1.9000000e+02 0 20 0 -2.4814092e-06 0
|
||||
1.9100000e+02 0 0 0 -2.4425130e-06 0
|
||||
1.9100000e+02 0 20 0 -2.4425130e-06 0
|
||||
1.9200000e+02 0 0 0 -2.4044257e-06 0
|
||||
1.9200000e+02 0 20 0 -2.4044257e-06 0
|
||||
1.9300000e+02 0 0 0 -2.3671265e-06 0
|
||||
1.9300000e+02 0 20 0 -2.3671265e-06 0
|
||||
1.9400000e+02 0 0 0 -2.3305950e-06 0
|
||||
1.9400000e+02 0 20 0 -2.3305950e-06 0
|
||||
1.9500000e+02 0 0 0 -2.2948117e-06 0
|
||||
1.9500000e+02 0 20 0 -2.2948117e-06 0
|
||||
1.9600000e+02 0 0 0 -2.2597574e-06 0
|
||||
1.9600000e+02 0 20 0 -2.2597574e-06 0
|
||||
1.9700000e+02 0 0 0 -2.2254136e-06 0
|
||||
1.9700000e+02 0 20 0 -2.2254136e-06 0
|
||||
1.9800000e+02 0 0 0 -2.1917626e-06 0
|
||||
1.9800000e+02 0 20 0 -2.1917626e-06 0
|
||||
1.9900000e+02 0 0 0 -2.1587868e-06 0
|
||||
1.9900000e+02 0 20 0 -2.1587868e-06 0
|
||||
2.0000000e+02 0 0 0 -2.1264695e-06 0
|
||||
2.0000000e+02 0 20 0 -2.1264695e-06 0
|
||||
2.0100000e+02 0 0 0 -2.0947942e-06 0
|
||||
2.0100000e+02 0 20 0 -2.0947942e-06 0
|
||||
2.0200000e+02 0 0 0 -2.0637452e-06 0
|
||||
2.0200000e+02 0 20 0 -2.0637452e-06 0
|
||||
2.0300000e+02 0 0 0 -2.0333069e-06 0
|
||||
2.0300000e+02 0 20 0 -2.0333069e-06 0
|
||||
2.0400000e+02 0 0 0 -2.0034646e-06 0
|
||||
2.0400000e+02 0 20 0 -2.0034646e-06 0
|
||||
2.0500000e+02 0 0 0 -1.9742035e-06 0
|
||||
2.0500000e+02 0 20 0 -1.9742035e-06 0
|
||||
2.0600000e+02 0 0 0 -1.9455098e-06 0
|
||||
2.0600000e+02 0 20 0 -1.9455098e-06 0
|
||||
2.0700000e+02 0 0 0 -1.9173696e-06 0
|
||||
2.0700000e+02 0 20 0 -1.9173696e-06 0
|
||||
2.0800000e+02 0 0 0 -1.8897697e-06 0
|
||||
2.0800000e+02 0 20 0 -1.8897697e-06 0
|
||||
2.0900000e+02 0 0 0 -1.8626972e-06 0
|
||||
2.0900000e+02 0 20 0 -1.8626972e-06 0
|
||||
2.1000000e+02 0 0 0 -1.8361395e-06 0
|
||||
2.1000000e+02 0 20 0 -1.8361395e-06 0
|
||||
2.1100000e+02 0 0 0 -1.8100845e-06 0
|
||||
2.1100000e+02 0 20 0 -1.8100845e-06 0
|
||||
2.1200000e+02 0 0 0 -1.7845203e-06 0
|
||||
2.1200000e+02 0 20 0 -1.7845203e-06 0
|
||||
2.1300000e+02 0 0 0 -1.7594355e-06 0
|
||||
2.1300000e+02 0 20 0 -1.7594355e-06 0
|
||||
2.1400000e+02 0 0 0 -1.7348188e-06 0
|
||||
2.1400000e+02 0 20 0 -1.7348188e-06 0
|
||||
2.1500000e+02 0 0 0 -1.7106593e-06 0
|
||||
2.1500000e+02 0 20 0 -1.7106593e-06 0
|
||||
2.1600000e+02 0 0 0 -1.6869465e-06 0
|
||||
2.1600000e+02 0 20 0 -1.6869465e-06 0
|
||||
2.1700000e+02 0 0 0 -1.6636702e-06 0
|
||||
2.1700000e+02 0 20 0 -1.6636702e-06 0
|
||||
2.1800000e+02 0 0 0 -1.6408202e-06 0
|
||||
2.1800000e+02 0 20 0 -1.6408202e-06 0
|
||||
2.1900000e+02 0 0 0 -1.6183870e-06 0
|
||||
2.1900000e+02 0 20 0 -1.6183870e-06 0
|
||||
2.2000000e+02 0 0 0 -1.5963610e-06 0
|
||||
2.2000000e+02 0 20 0 -1.5963610e-06 0
|
||||
2.2100000e+02 0 0 0 -1.5747331e-06 0
|
||||
2.2100000e+02 0 20 0 -1.5747331e-06 0
|
||||
2.2200000e+02 0 0 0 -1.5534942e-06 0
|
||||
2.2200000e+02 0 20 0 -1.5534942e-06 0
|
||||
2.2300000e+02 0 0 0 -1.5326357e-06 0
|
||||
2.2300000e+02 0 20 0 -1.5326357e-06 0
|
||||
2.2400000e+02 0 0 0 -1.5121491e-06 0
|
||||
2.2400000e+02 0 20 0 -1.5121491e-06 0
|
||||
2.2500000e+02 0 0 0 -1.4920261e-06 0
|
||||
2.2500000e+02 0 20 0 -1.4920261e-06 0
|
||||
2.2600000e+02 0 0 0 -1.4722587e-06 0
|
||||
2.2600000e+02 0 20 0 -1.4722587e-06 0
|
||||
2.2700000e+02 0 0 0 -1.4528392e-06 0
|
||||
2.2700000e+02 0 20 0 -1.4528392e-06 0
|
||||
2.2800000e+02 0 0 0 -1.4337598e-06 0
|
||||
2.2800000e+02 0 20 0 -1.4337598e-06 0
|
||||
2.2900000e+02 0 0 0 -1.4150131e-06 0
|
||||
2.2900000e+02 0 20 0 -1.4150131e-06 0
|
||||
2.3000000e+02 0 0 0 -1.3965920e-06 0
|
||||
2.3000000e+02 0 20 0 -1.3965920e-06 0
|
||||
2.3100000e+02 0 0 0 -1.3784893e-06 0
|
||||
2.3100000e+02 0 20 0 -1.3784893e-06 0
|
||||
2.3200000e+02 0 0 0 -1.3606983e-06 0
|
||||
2.3200000e+02 0 20 0 -1.3606983e-06 0
|
||||
2.3300000e+02 0 0 0 -1.3432122e-06 0
|
||||
2.3300000e+02 0 20 0 -1.3432122e-06 0
|
||||
2.3400000e+02 0 0 0 -1.3260246e-06 0
|
||||
2.3400000e+02 0 20 0 -1.3260246e-06 0
|
||||
2.3500000e+02 0 0 0 -1.3091291e-06 0
|
||||
2.3500000e+02 0 20 0 -1.3091291e-06 0
|
||||
2.3600000e+02 0 0 0 -1.2925195e-06 0
|
||||
2.3600000e+02 0 20 0 -1.2925195e-06 0
|
||||
2.3700000e+02 0 0 0 -1.2761899e-06 0
|
||||
2.3700000e+02 0 20 0 -1.2761899e-06 0
|
||||
2.3800000e+02 0 0 0 -1.2601342e-06 0
|
||||
2.3800000e+02 0 20 0 -1.2601342e-06 0
|
||||
2.3900000e+02 0 0 0 -1.2443469e-06 0
|
||||
2.3900000e+02 0 20 0 -1.2443469e-06 0
|
||||
2.4000000e+02 0 0 0 -1.2288222e-06 0
|
||||
2.4000000e+02 0 20 0 -1.2288222e-06 0
|
||||
2.4100000e+02 0 0 0 -1.2135549e-06 0
|
||||
2.4100000e+02 0 20 0 -1.2135549e-06 0
|
||||
2.4200000e+02 0 0 0 -1.1985395e-06 0
|
||||
2.4200000e+02 0 20 0 -1.1985395e-06 0
|
||||
2.4300000e+02 0 0 0 -1.1837709e-06 0
|
||||
2.4300000e+02 0 20 0 -1.1837709e-06 0
|
||||
2.4400000e+02 0 0 0 -1.1692440e-06 0
|
||||
2.4400000e+02 0 20 0 -1.1692440e-06 0
|
||||
2.4500000e+02 0 0 0 -1.1549539e-06 0
|
||||
2.4500000e+02 0 20 0 -1.1549539e-06 0
|
||||
2.4600000e+02 0 0 0 -1.1408959e-06 0
|
||||
2.4600000e+02 0 20 0 -1.1408959e-06 0
|
||||
2.4700000e+02 0 0 0 -1.1270652e-06 0
|
||||
2.4700000e+02 0 20 0 -1.1270652e-06 0
|
||||
2.4800000e+02 0 0 0 -1.1134572e-06 0
|
||||
2.4800000e+02 0 20 0 -1.1134572e-06 0
|
||||
2.4900000e+02 0 0 0 -1.1000674e-06 0
|
||||
2.4900000e+02 0 20 0 -1.1000674e-06 0
|
||||
2.5000000e+02 0 0 0 -1.0868916e-06 0
|
||||
2.5000000e+02 0 20 0 -1.0868916e-06 0
|
||||
2.5100000e+02 0 0 0 -1.0739254e-06 0
|
||||
2.5100000e+02 0 20 0 -1.0739254e-06 0
|
||||
2.5200000e+02 0 0 0 -1.0611648e-06 0
|
||||
2.5200000e+02 0 20 0 -1.0611648e-06 0
|
||||
2.5300000e+02 0 0 0 -1.0486055e-06 0
|
||||
2.5300000e+02 0 20 0 -1.0486055e-06 0
|
||||
2.5400000e+02 0 0 0 -1.0362438e-06 0
|
||||
2.5400000e+02 0 20 0 -1.0362438e-06 0
|
||||
2.5500000e+02 0 0 0 -1.0240757e-06 0
|
||||
2.5500000e+02 0 20 0 -1.0240757e-06 0
|
||||
2.5600000e+02 0 0 0 -1.0120974e-06 0
|
||||
2.5600000e+02 0 20 0 -1.0120974e-06 0
|
||||
2.5700000e+02 0 0 0 -1.0003052e-06 0
|
||||
2.5700000e+02 0 20 0 -1.0003052e-06 0
|
||||
2.5800000e+02 0 0 0 -9.8869563e-07 0
|
||||
2.5800000e+02 0 20 0 -9.8869563e-07 0
|
||||
2.5900000e+02 0 0 0 -9.7726506e-07 0
|
||||
2.5900000e+02 0 20 0 -9.7726506e-07 0
|
||||
2.6000000e+02 0 0 0 -9.6601007e-07 0
|
||||
2.6000000e+02 0 20 0 -9.6601007e-07 0
|
||||
2.6100000e+02 0 0 0 -9.5492732e-07 0
|
||||
2.6100000e+02 0 20 0 -9.5492732e-07 0
|
||||
2.6200000e+02 0 0 0 -9.4401351e-07 0
|
||||
2.6200000e+02 0 20 0 -9.4401351e-07 0
|
||||
2.6300000e+02 0 0 0 -9.3326544e-07 0
|
||||
2.6300000e+02 0 20 0 -9.3326544e-07 0
|
||||
2.6400000e+02 0 0 0 -9.2267997e-07 0
|
||||
2.6400000e+02 0 20 0 -9.2267997e-07 0
|
||||
2.6500000e+02 0 0 0 -9.1225405e-07 0
|
||||
2.6500000e+02 0 20 0 -9.1225405e-07 0
|
||||
2.6600000e+02 0 0 0 -9.0198466e-07 0
|
||||
2.6600000e+02 0 20 0 -9.0198466e-07 0
|
||||
2.6700000e+02 0 0 0 -8.9186889e-07 0
|
||||
2.6700000e+02 0 20 0 -8.9186889e-07 0
|
||||
2.6800000e+02 0 0 0 -8.8190387e-07 0
|
||||
2.6800000e+02 0 20 0 -8.8190387e-07 0
|
||||
2.6900000e+02 0 0 0 -8.7208681e-07 0
|
||||
2.6900000e+02 0 20 0 -8.7208681e-07 0
|
||||
2.7000000e+02 0 0 0 -8.6241497e-07 0
|
||||
2.7000000e+02 0 20 0 -8.6241497e-07 0
|
||||
2.7100000e+02 0 0 0 -8.5288566e-07 0
|
||||
2.7100000e+02 0 20 0 -8.5288566e-07 0
|
||||
2.7200000e+02 0 0 0 -8.4349629e-07 0
|
||||
2.7200000e+02 0 20 0 -8.4349629e-07 0
|
||||
2.7300000e+02 0 0 0 -8.3424427e-07 0
|
||||
2.7300000e+02 0 20 0 -8.3424427e-07 0
|
||||
2.7400000e+02 0 0 0 -8.2512712e-07 0
|
||||
2.7400000e+02 0 20 0 -8.2512712e-07 0
|
||||
2.7500000e+02 0 0 0 -8.1614239e-07 0
|
||||
2.7500000e+02 0 20 0 -8.1614239e-07 0
|
||||
2.7600000e+02 0 0 0 -8.0728767e-07 0
|
||||
2.7600000e+02 0 20 0 -8.0728767e-07 0
|
||||
2.7700000e+02 0 0 0 -7.9856062e-07 0
|
||||
2.7700000e+02 0 20 0 -7.9856062e-07 0
|
||||
2.7800000e+02 0 0 0 -7.8995895e-07 0
|
||||
2.7800000e+02 0 20 0 -7.8995895e-07 0
|
||||
2.7900000e+02 0 0 0 -7.8148042e-07 0
|
||||
2.7900000e+02 0 20 0 -7.8148042e-07 0
|
||||
2.8000000e+02 0 0 0 -7.7312283e-07 0
|
||||
2.8000000e+02 0 20 0 -7.7312283e-07 0
|
||||
2.8100000e+02 0 0 0 -7.6488402e-07 0
|
||||
2.8100000e+02 0 20 0 -7.6488402e-07 0
|
||||
2.8200000e+02 0 0 0 -7.5676191e-07 0
|
||||
2.8200000e+02 0 20 0 -7.5676191e-07 0
|
||||
2.8300000e+02 0 0 0 -7.4875442e-07 0
|
||||
2.8300000e+02 0 20 0 -7.4875442e-07 0
|
||||
2.8400000e+02 0 0 0 -7.4085954e-07 0
|
||||
2.8400000e+02 0 20 0 -7.4085954e-07 0
|
||||
2.8500000e+02 0 0 0 -7.3307530e-07 0
|
||||
2.8500000e+02 0 20 0 -7.3307530e-07 0
|
||||
2.8600000e+02 0 0 0 -7.2539977e-07 0
|
||||
2.8600000e+02 0 20 0 -7.2539977e-07 0
|
||||
2.8700000e+02 0 0 0 -7.1783106e-07 0
|
||||
2.8700000e+02 0 20 0 -7.1783106e-07 0
|
||||
2.8800000e+02 0 0 0 -7.1036730e-07 0
|
||||
2.8800000e+02 0 20 0 -7.1036730e-07 0
|
||||
2.8900000e+02 0 0 0 -7.0300670e-07 0
|
||||
2.8900000e+02 0 20 0 -7.0300670e-07 0
|
||||
2.9000000e+02 0 0 0 -6.9574747e-07 0
|
||||
2.9000000e+02 0 20 0 -6.9574747e-07 0
|
||||
2.9100000e+02 0 0 0 -6.8858787e-07 0
|
||||
2.9100000e+02 0 20 0 -6.8858787e-07 0
|
||||
2.9200000e+02 0 0 0 -6.8152620e-07 0
|
||||
2.9200000e+02 0 20 0 -6.8152620e-07 0
|
||||
2.9300000e+02 0 0 0 -6.7456080e-07 0
|
||||
2.9300000e+02 0 20 0 -6.7456080e-07 0
|
||||
2.9400000e+02 0 0 0 -6.6769001e-07 0
|
||||
2.9400000e+02 0 20 0 -6.6769001e-07 0
|
||||
2.9500000e+02 0 0 0 -6.6091226e-07 0
|
||||
2.9500000e+02 0 20 0 -6.6091226e-07 0
|
||||
2.9600000e+02 0 0 0 -6.5422595e-07 0
|
||||
2.9600000e+02 0 20 0 -6.5422595e-07 0
|
||||
2.9700000e+02 0 0 0 -6.4762956e-07 0
|
||||
2.9700000e+02 0 20 0 -6.4762956e-07 0
|
||||
2.9800000e+02 0 0 0 -6.4112159e-07 0
|
||||
2.9800000e+02 0 20 0 -6.4112159e-07 0
|
||||
2.9900000e+02 0 0 0 -6.3470054e-07 0
|
||||
2.9900000e+02 0 20 0 -6.3470054e-07 0
|
||||
3.0000000e+02 0 0 0 -6.2836498e-07 0
|
||||
3.0000000e+02 0 20 0 -6.2836498e-07 0
|
217
run/vis_201.mac
Normal file
217
run/vis_201.mac
Normal file
@ -0,0 +1,217 @@
|
||||
#-----------------------------------------------------------------------
|
||||
# Macro file for the GPD muSR instrument simulation, as the geometry looked like in 2010.
|
||||
# Unless specified otherwises, the default units are mm, ns, MeV, MeV/c.
|
||||
# Lines starting with star "#" are comments.
|
||||
###################################################################################
|
||||
############################# G E O M E T R Y ###################################
|
||||
###################################################################################
|
||||
# ROTATION MATRIXES:
|
||||
/musr/command rotation matrix1 1 0 0 90
|
||||
/musr/command rotation matrix2 0 1 0 28.81
|
||||
/musr/command rotation matrix3 0 1 0 151.19
|
||||
/musr/command rotation matrix4 0 0 1 45
|
||||
/musr/command rotation matrix5 0 1 0 90
|
||||
/musr/command rotation matrix6 180 90 90
|
||||
/musr/command rotation matrix7 0 90 90
|
||||
# --- WORLD VOLUME ---
|
||||
/musr/command construct box World 2100 2100 11000 G4_AIR 0 0 0 no_logical_volume norot dead -1
|
||||
# --- BEAMPIPE ---
|
||||
#/musr/command construct tubs beampipeA 0 2005 4500 0 360 G4_Galactic 0 0 -6100 log_World norot dead 230
|
||||
#/musr/command construct tubs beampipe 0 405 500 0 360 G4_Galactic 0 0 -1100 log_World norot dead 231
|
||||
#/musr/command construct tubs beampipeshell 100 105 500 0 360 G4_Al 0 0 0 log_beampipe norot dead 232
|
||||
#/musr/command construct tubs beampipewindow 0 100 0.05 0 360 G4_MYLAR 0 0 499.9 log_beampipe norot dead 233
|
||||
# PASSIVE COLLIMATOR (for BEAMPIPE vers.1)
|
||||
# GPDcollimator - thickness in the thinner location is x2+(x9-x4) = 20+59-59
|
||||
/musr/command construct GPDcollimator GPDcollimator 40 15 60 59 60.01 0 360 0 59 0 2.5 6 G4_Cu 0 0 -59 log_World matrix1 dead 251
|
||||
/musr/command construct box Firstcollimator 70 70 15 G4_Pb 0 0 -100 log_World norot dead 255
|
||||
/musr/command construct box Firstcollimatorhole 2 5 15 G4_Galactic 0 0 0 log_Firstcollimator norot dead 256
|
||||
/musr/command construct box SecondCollimator 45 75 15 G4_Pb 0 0 -250 log_World norot dead 261
|
||||
/musr/command construct tubs SecondCollHole 0 8 15 0 360 G4_Galactic 0 0 0 log_SecondCollimator norot dead 262
|
||||
/musr/command construct box AlumPlate 60 90 5 G4_Al 0 0 -80 log_World norot dead 265
|
||||
/musr/command construct tubs AlumPlateHole 0 25 5 0 360 G4_Galactic 0 0 0 log_AlumPlate norot dead 267
|
||||
# --- SAMPLE HOLDER ---
|
||||
/musr/command construct GPDsampleHolderA GPDsampleHolderA 0 0 0 0 0 G4_Al 0 -111.25 0 log_World matrix1 dead 300
|
||||
/musr/command construct tubs GPDsampleHolderB 37.51 58 7 0 360 G4_Al 0 57 0 log_World matrix1 dead 301
|
||||
/musr/command construct tubs GPDsampleHolderC 37.51 58 7 0 360 G4_Al 0 -57 0 log_World matrix1 dead 302
|
||||
/musr/command construct box GPDsampleHolderD 12 0.5 50 G4_Al 38 0 28 log_World matrix1 dead 303
|
||||
/musr/command construct box GPDsampleHolderE 12 0.5 50 G4_Al 38 0 -28 log_World matrix1 dead 304
|
||||
/musr/command construct box GPDsampleHolderF 12 0.5 50 G4_Al -38 0 28 log_World matrix1 dead 305
|
||||
/musr/command construct box GPDsampleHolderG 12 0.5 50 G4_Al -38 0 -28 log_World matrix1 dead 306
|
||||
/musr/command construct tubs GPDsampleHolderH 0 9 50 180 50 G4_Al 48 0 29 log_World matrix1 dead 307
|
||||
/musr/command construct tubs GPDsampleHolderI 0 9 50 130 50 G4_Al 48 0 -29 log_World matrix1 dead 308
|
||||
/musr/command construct tubs GPDsampleHolderJ 0 9 50 310 50 G4_Al -48 0 29 log_World matrix1 dead 309
|
||||
/musr/command construct tubs GPDsampleHolderK 0 9 50 0 50 G4_Al -48 0 -29 log_World matrix1 dead 310
|
||||
#
|
||||
/musr/command construct tubs GPDsampleHolderW 58.01 58.2 64 25 130 G4_POLYETHYLENE 0 0 0 log_World matrix1 dead 313
|
||||
/musr/command construct tubs GPDsampleHolderX 58.01 58.2 64 205 130 G4_POLYETHYLENE 0 0 0 log_World matrix1 dead 314
|
||||
/musr/command construct tubs GPDsampleHolderY 36.79 36.99 64 45 90 G4_POLYETHYLENE 0 0 0 log_World matrix1 dead 315
|
||||
/musr/command construct tubs GPDsampleHolderZ 36.79 36.99 64 225 90 G4_POLYETHYLENE 0 0 0 log_World matrix1 dead 316
|
||||
# --- SAMPLE CELL ---
|
||||
/musr/command construct tubs GPDsampleCell 0 12 50 0 360 G4_Cu 0 0 0 log_World matrix1 dead 211
|
||||
# --- SAMPLE ---
|
||||
/musr/command construct tubs target 0 3.5 7 0 360 G4_Cu 0 0 0 log_GPDsampleCell norot dead 201
|
||||
#/musr/command construct tubs targetFieldVol 0 3.5 7 0 360 G4_Cu 0 0 0 log_GPDsampleCell norot dead 201
|
||||
# --- SCINTILLATOR ---
|
||||
/musr/command construct box ScintB1 13 45 2.5 G4_PLASTIC_SC_VINYLTOLUENE 22 0 -40 log_World matrix2 musr/ScintSD 1
|
||||
/musr/command construct box ScintB2 13 45 2.5 G4_PLASTIC_SC_VINYLTOLUENE -22 0 -40 log_World matrix3 musr/ScintSD 2
|
||||
/musr/command construct box ScintF1 13 45 2.5 G4_PLASTIC_SC_VINYLTOLUENE -22 0 40 log_World matrix2 musr/ScintSD 11
|
||||
/musr/command construct box ScintF2 13 45 2.5 G4_PLASTIC_SC_VINYLTOLUENE 22 0 40 log_World matrix3 musr/ScintSD 12
|
||||
/musr/command construct box ScintF3 7 45 2.5 G4_PLASTIC_SC_VINYLTOLUENE 0 0 46 log_World norot musr/ScintSD 13
|
||||
#/musr/command construct box KoincB1 20 90 2.5 G4_PLASTIC_SC_VINYLTOLUENE 33 0 -60 log_World matrix2 musr/ScintSD 21
|
||||
#/musr/command construct box KoincB2 20 90 2.5 G4_PLASTIC_SC_VINYLTOLUENE -33 0 -60 log_World matrix3 musr/ScintSD 22
|
||||
# --- M0 ---
|
||||
/musr/command construct box M0 5 5 1.0 G4_PLASTIC_SC_VINYLTOLUENE 0 0 -46 log_World matrix4 musr/ScintSD 102
|
||||
/musr/command construct GPDmHolder GPDmHolder 5 25 1.0 G4_PLASTIC_SC_VINYLTOLUENE 0 -25 -46 log_World norot dead 103
|
||||
# --- Magnet ---
|
||||
#/musr/command construct tubs Magnet1 180 375 78 0 360 G4_Cu 133 0 0 log_World matrix5 dead 291
|
||||
#/musr/command construct tubs Magnet2 180 375 78 0 360 G4_Cu -133 0 0 log_World matrix5 dead 292
|
||||
#/musr/command construct uprofile Uprof1 25 10 400 5 G4_Al -45 0 200 log_World matrix6 dead 293
|
||||
#/musr/command construct uprofile Uprof2 25 10 400 5 G4_Al -45 0 -200 log_World matrix6 dead 293
|
||||
#/musr/command construct uprofile Uprof3 25 10 400 5 G4_Al 45 0 200 log_World matrix7 dead 293
|
||||
#/musr/command construct uprofile Uprof4 25 10 400 5 G4_Al 45 0 -200 log_World matrix7 dead 293
|
||||
#
|
||||
##---------------------------------------------------------
|
||||
#/musr/command logicalVolumeToBeReweighted mu log_pbCollimator_1 6
|
||||
#/musr/command logicalVolumeToBeReweighted mu log_pbCollimator_2 5
|
||||
#/musr/command logicalVolumeToBeReweighted mu log_activeCollim 4
|
||||
##---------------------------------------------------------
|
||||
/musr/command visattributes log_World invisible
|
||||
/musr/command visattributes G4_PLASTIC_SC_VINYLTOLUENE blue
|
||||
#/musr/command visattributes log_GPDsampleHolderD red
|
||||
#/musr/command visattributes log_GPDsampleHolderE red
|
||||
#/musr/command visattributes log_GPDsampleHolderF red
|
||||
#/musr/command visattributes log_GPDsampleHolderG red
|
||||
/musr/command visattributes log_GPDcollimator magenta
|
||||
/musr/command visattributes log_Firstcollimator magenta
|
||||
/musr/command visattributes log_SecondCollimator magenta
|
||||
/musr/command visattributes log_GPDmHolder magenta
|
||||
#/musr/command visattributes log_target blue
|
||||
/musr/command visattributes log_M0 red
|
||||
#/musr/command visattributes G4_Pb blue
|
||||
####################################################################################
|
||||
######################### M A G N E T I C F I E L D #########################
|
||||
###################################################################################
|
||||
# Set magnetic field (set field intensity in T and sigma in mm)
|
||||
# syntax for magneticfield: fromfile filename fieldValue
|
||||
# uniform fieldValue
|
||||
# gaussian fieldValue sigma
|
||||
#
|
||||
/musr/command globalfield centralSolenoidField 0. 0. 0. fromfile 2D GPD_coil_primitive.table log_target 0.03
|
||||
/musr/command globalfield setparameter SetLargestAcceptableStep 200
|
||||
/musr/command globalfield setparameter SetMinimumEpsilonStep 5e-5
|
||||
/musr/command globalfield setparameter SetMaximumEpsilonStep 0.001
|
||||
/musr/command globalfield setparameter SetDeltaOneStep 0.1
|
||||
/musr/command globalfield setparameter SetDeltaIntersection 0.01
|
||||
/musr/command globalfield printparameters
|
||||
/musr/command globalfield printFieldValueAtPoint 0 0 0
|
||||
/musr/command globalfield printFieldValueAtPoint 0 0 10
|
||||
/musr/command globalfield printFieldValueAtPoint 0 0 20
|
||||
/musr/command globalfield printFieldValueAtPoint 0 0 30
|
||||
/musr/command globalfield printFieldValueAtPoint 0 0 50
|
||||
/musr/command globalfield printFieldValueAtPoint 0 0 100
|
||||
/musr/command globalfield printFieldValueAtPoint 0 0 200
|
||||
/musr/command globalfield printFieldValueAtPoint 0 0 300
|
||||
/musr/command globalfield printFieldValueAtPoint 0 0 400
|
||||
/musr/command globalfield printFieldValueAtPoint 0 0 500
|
||||
/musr/command globalfield printFieldValueAtPoint 10 0 0
|
||||
/musr/command globalfield printFieldValueAtPoint 100 0 0
|
||||
/musr/command globalfield printFieldValueAtPoint 300 0 0
|
||||
/musr/command globalfield printFieldValueAtPoint 0 10 0
|
||||
/musr/command globalfield printFieldValueAtPoint 0 100 0
|
||||
/musr/command globalfield printFieldValueAtPoint 0 300 0
|
||||
###################################################################################
|
||||
######################### P H Y S I C S P R O C E S S E S ##################
|
||||
###################################################################################
|
||||
# Geant 4.9.4
|
||||
/musr/command process addDiscreteProcess gamma G4PhotoElectricEffect
|
||||
/musr/command process addDiscreteProcess gamma G4ComptonScattering
|
||||
/musr/command process addDiscreteProcess gamma G4GammaConversion
|
||||
/musr/command process addDiscreteProcess gamma G4RayleighScattering
|
||||
/musr/command process addProcess e- G4eMultipleScattering -1 1 1
|
||||
/musr/command process addProcess e- G4eIonisation -1 2 2
|
||||
/musr/command process addProcess e- G4eBremsstrahlung -1 3 3
|
||||
/musr/command process addProcess e+ G4eMultipleScattering -1 1 1
|
||||
/musr/command process addProcess e+ G4eIonisation -1 2 2
|
||||
/musr/command process addProcess e+ G4eBremsstrahlung -1 3 3
|
||||
/musr/command process addProcess e+ G4eplusAnnihilation 0 -1 4
|
||||
/musr/command process addProcess mu- G4MuMultipleScattering -1 1 1
|
||||
/musr/command process addProcess mu- G4MuIonisation -1 2 2
|
||||
/musr/command process addProcess mu- G4MuBremsstrahlung -1 3 3
|
||||
/musr/command process addProcess mu- G4MuPairProduction -1 4 4
|
||||
/musr/command process addProcess mu+ G4MuMultipleScattering -1 1 1
|
||||
/musr/command process addProcess mu+ G4MuIonisation -1 2 2
|
||||
/musr/command process addProcess mu+ G4MuBremsstrahlung -1 3 3
|
||||
/musr/command process addProcess mu+ G4MuPairProduction -1 4 4
|
||||
#
|
||||
#/home/install/geant4.9.3/source/processes/electromagnetic/utils/src/G4EnergyLossMessenger.cc
|
||||
######## /process/msc/StepLimit Minimal | UseDistanceToBoundary | UseSafety
|
||||
/process/msc/StepLimit UseSafety
|
||||
#/process/msc/LateralDisplacement
|
||||
/process/msc/RangeFactor 0.04
|
||||
/process/msc/GeomFactor 2.5
|
||||
#/process/msc/FactorForAngleLimit
|
||||
/process/msc/Skin 3.0
|
||||
#/process/msc/ThetaLimit 0.2 rad
|
||||
###################################################################################
|
||||
################## S O M E O T H E R P A R A M E T E R S ##################
|
||||
###################################################################################
|
||||
# Store all events into the ROOT tree or just the interesting ones ? (true is default)
|
||||
/musr/command storeOnlyEventsWithHits false
|
||||
# Set the minimum time separation between two subsequent signals in the same detector (in ns)
|
||||
/musr/command signalSeparationTime 10
|
||||
#
|
||||
#/musr/run/howOftenToPrintEvent 10
|
||||
/musr/command maximumRunTimeAllowed 220000
|
||||
/musr/run/randomOption 2
|
||||
###################################################################################
|
||||
######################### R O O T O U T P U T ##############################
|
||||
###################################################################################
|
||||
/musr/command rootOutput det_VvvKine off
|
||||
/musr/command rootOutput det_VvvX off
|
||||
/musr/command rootOutput det_VvvY off
|
||||
/musr/command rootOutput det_VvvZ off
|
||||
/musr/command rootOutput det_VvvVolID off
|
||||
/musr/command rootOutput det_VvvProcID off
|
||||
/musr/command rootOutput det_VvvTrackID off
|
||||
/musr/command rootOutput det_VvvParticleID off
|
||||
/musr/command rootOutput nOptPhot off
|
||||
/musr/command rootOutput odet_ID off
|
||||
/musr/command rootOutput odet_nPhot off
|
||||
/musr/command rootOutput odet_timeFirst off
|
||||
/musr/command rootOutput odet_timeA off
|
||||
/musr/command rootOutput odet_timeB off
|
||||
/musr/command rootOutput odet_timeC off
|
||||
/musr/command rootOutput odet_timeD off
|
||||
/musr/command rootOutput odet_timeE off
|
||||
/musr/command rootOutput odet_timeLast off
|
||||
###################################################################################
|
||||
######################### V I S U A L I S A T I O N ##############################
|
||||
###################################################################################
|
||||
#/vis/disable
|
||||
/control/execute visDawn201.mac
|
||||
#/control/execute visVRML.mac
|
||||
###################################################################################
|
||||
######################### P A R T I C L E G U N #################################
|
||||
###################################################################################
|
||||
/gun/vertex 0 0 -1000 mm
|
||||
/gun/vertexsigma 25 25 0 mm
|
||||
#---/gun/vertexboundary: rMaxAllowed, zMinAllowed, zMaxAllowed
|
||||
/gun/vertexboundary 100 -999999 999999 mm
|
||||
/gun/momentum 100.0 MeV
|
||||
# sigma = 3% ==> sigma 27*0.03 = 0.81
|
||||
/gun/momentumsmearing 3.00 MeV
|
||||
#---/gun/momentumboundary: pMinAllowed, pMaxAllowed, dummy
|
||||
#/gun/momentumboundary 20 40 0 MeV
|
||||
#---/gun/tilt: xangle, yangle, dummy
|
||||
#/gun/tilt 0 0.5 0 deg
|
||||
#---/gun/tiltsigma: xangleSigma, yangleSigma, dummy (1 degree on 1 meter ~ 17mm)
|
||||
/gun/tiltsigma 0.15 0.15 0 deg
|
||||
/gun/pitch 0.08 deg
|
||||
/gun/muonPolarizVector 0 0 -1
|
||||
#---/gun/decaytimelimits: decayMin, decayMax, decayTime
|
||||
/gun/decaytimelimits -1 -1 2197.03 ns
|
||||
###################################################################################
|
||||
######################## B E A M O N #########################################
|
||||
###################################################################################
|
||||
#/run/beamOn 8000000
|
||||
/run/beamOn 10
|
Loading…
x
Reference in New Issue
Block a user