Changeset 9590
- Timestamp:
- 06/16/10 15:20:27 (14 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r9589 r9590 28 28 - added path for mc sequences 29 29 30 * datacenter/scripts/writemcsequencefile: 31 - added (script to write mc sequencefiles) 32 30 33 31 34 -
trunk/MagicSoft/Mars/datacenter/scripts/setup.wue.fact.mc
r9587 r9590 54 54 mcpath=/magic/simulated 55 55 #mcrawpath=$mcpath/rawfiles 56 #mcsequpath=$mcpath/sequences56 mcsequpath=$mcpath/sequences 57 57 corsikapath=/home/montecarlo/MagicSoft/Simulation/Corsika/Mmcs6500 58 58 export FLUPRO=$corsikapath'/fluka2008_3' … … 97 97 pnototalwe=( 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 ) 98 98 99 pnocorsika=( 21 21 21 21 21 21 21 21 21 21 21 21 21 21 21 21 21 21 21 21 21 21 21 21)99 pnocorsika=( 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 ) 100 100 pnoceres=( 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 ) 101 101 pnocprun=( 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 ) … … 103 103 pnostar=( 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 ) 104 104 105 pnocorsikawe=( 21 21 21 21 21 21 21 21 21 21 21 21 21 21 21 21 21 21 21 21 21 21 21 21)105 pnocorsikawe=( 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 ) 106 106 pnocereswe=( 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 ) 107 107 pnocprunwe=( 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 ) -
trunk/MagicSoft/Mars/resources/steps_fact.rc
r9588 r9590 7 7 Ceres.Needs: Corsika 8 8 9 SequenceFile.Primaries: fSequenceNumber 10 SequenceFile.Join: LEFT JOIN SequenceFile USING(fSequenceNumber) 11 9 12 CPRun.Primaries: fSequenceNumber, fCeresSetupKEY 10 13 CPRun.Needs: Corsika Ceres 11 14 12 15 Callisto.Primaries: fSequenceNumber, fCeresSetupKEY 13 Callisto.Needs: Corsika Ceres CPRun16 Callisto.Needs: Corsika Ceres SequenceFile 14 17 15 18 Star.Primaries: fSequenceNumber, fCeresSetupKEY 16 Star.Needs: Corsika Ceres CPRunCallisto19 Star.Needs: Corsika Ceres SequenceFile Callisto 17 20 18 21
Note:
See TracChangeset
for help on using the changeset viewer.