Changeset 7472 for trunk/MagicSoft
- Timestamp:
- 02/02/06 14:16:07 (19 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r7471 r7472 18 18 19 19 -*-*- END OF LINE -*-*- 20 2006/02/02 Daniela Dorner 21 22 * datacenter/scripts/linkmc: 23 - changed numbering of P and C run in linking 24 25 26 20 27 2006/02/01 Daniel Hoehne 21 28 -
trunk/MagicSoft/Mars/datacenter/scripts/linkmc
r7460 r7472 225 225 #create new filenames and link files 226 226 # workaround due to 5digit runnumber for data with runnumber < 35487 227 # newcalfile="${dir}/${date}_0000000 1_C_MonteCarlo_E.root"228 newcalfile="${dir}/${date}_0000 1_C_MonteCarlo_E.root"227 # newcalfile="${dir}/${date}_00000002_C_MonteCarlo_E.root" 228 newcalfile="${dir}/${date}_00002_C_MonteCarlo_E.root" 229 229 ln -sv $calfile $newcalfile >> $scriptlog 2>&1 230 230 # workaround due to 5digit runnumber for data with runnumber < 35487 231 # newpedfile="${dir}/${date}_0000000 2_P_MonteCarlo_E.root"232 newpedfile="${dir}/${date}_0000 2_P_MonteCarlo_E.root"231 # newpedfile="${dir}/${date}_00000001_P_MonteCarlo_E.root" 232 newpedfile="${dir}/${date}_00001_P_MonteCarlo_E.root" 233 233 ln -sv $pedfile $newpedfile >> $scriptlog 2>&1 234 234 done
Note:
See TracChangeset
for help on using the changeset viewer.