Changeset 967 for trunk/MagicSoft/Mars/macros
- Timestamp:
- 10/16/01 16:18:29 (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/macros/CT1Hillas.C
r948 r967 83 83 // 84 84 MEvtLoop evtloop; 85 if (!evtloop.SetParList(&plist)) 86 return; 85 evtloop.SetParList(&plist) 87 86 88 87 // 89 88 // Execute your analysis 90 89 // 91 evtloop.Eventloop(); 90 if (!evtloop.Eventloop()) 91 return; 92 92 93 93 //
Note:
See TracChangeset
for help on using the changeset viewer.