Changeset 2438 for trunk/MagicSoft/Mars/macros
- Timestamp:
- 10/28/03 14:54:20 (21 years ago)
- Location:
- trunk/MagicSoft/Mars/macros
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/macros/readCT1.C
r2377 r2438 49 49 MParList plist; 50 50 51 MGeomCamCT1 geomcam;52 51 MHillas hillas; 53 52 MHillasExt hillasext; … … 67 66 MHillasCalc hcalc; 68 67 68 geomapl.SetGeometry("MGeomCamCT1"); 69 69 70 tlist.AddToList(&read); 70 71 tlist.AddToList(&clone); … … 77 78 if (!evtloop.PreProcess()) 78 79 return; 80 81 MGeomCam *geomcam = (MGeomCam*)plist->FindObject("MGeomCam"); 79 82 80 83 Int_t icount = 0; -
trunk/MagicSoft/Mars/macros/readMagic.C
r2377 r2438 96 96 return; 97 97 98 MHCamera display1(geomcam); 99 MHCamera display2(geomcam); 98 MGeomCam *geomcam = (MGeomCam*)plist->FindObject("MGeomCam"); 99 100 MHCamera display1(*geomcam); 101 MHCamera display2(*geomcam); 100 102 101 103 TCanvas c("Events", "Real Events", 300, 600); -
trunk/MagicSoft/Mars/macros/tar.C
r1323 r2438 21 21 gSystem->cd(".."); 22 22 23 TString cmd = "tar cvf "+name+".tar --exclude=Root "+name+"/.rootrc "+name+"/*";23 TString cmd = "tar cvf "+name+".tar --exclude=Root Tag "+name+"/.rootrc "+name+"/*"; 24 24 25 25 cout << "Executing: " << cmd << endl;
Note:
See TracChangeset
for help on using the changeset viewer.