Changeset 705 for trunk/MagicSoft/Mars/macros/readMagic.C
- Timestamp:
- 03/27/01 15:52:41 (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/macros/readMagic.C
r700 r705 13 13 plist->AddToList(&tlist); 14 14 15 MReadTree read("oscar_protons.root", "Events") ; 15 MReadTree read("Events", "oscar_protons.root"); 16 MReadTree read.AddFile("test.root"); 16 17 MCerPhotCalc ncalc; 17 18 MImgCleanStd clean; … … 37 38 { 38 39 cout << "Event: " << icount++ << endl ; 39 40 if (icount < 45 )41 continue;42 40 43 41 ncalc.Process();
Note:
See TracChangeset
for help on using the changeset viewer.