Changeset 2423 for trunk/MagicSoft/Mars/macros
- Timestamp:
- 10/23/03 14:01:45 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/macros/star.C
r2383 r2423 52 52 53 53 // 54 // The geometry container must be created by yourself to make sure55 // that you don't choose a wrong geometry by mistake56 //57 MGeomCamMagic geomcam;58 plist.AddToList(&geomcam);59 60 //61 54 // Now setup the tasks and tasklist: 62 55 // --------------------------------- … … 66 59 67 60 // ------------- user change ----------------- 68 read.AddFile(" magictest/test/Gamma_z*.root");61 read.AddFile("~/MC/test_sample/Gamma_zbin0_0_*.root"); 69 62 63 MGeomApply apply; 70 64 MMcPedestalCopy pcopy; 71 65 MMcPedestalNSBAdd pnsb; … … 93 87 94 88 tlist.AddToList(&read); 89 tlist.AddToList(&apply); 95 90 tlist.AddToList(&pcopy); 96 91 tlist.AddToList(&pnsb);
Note:
See TracChangeset
for help on using the changeset viewer.