Changeset 851 for trunk/MagicSoft/Mars/macros/getCollArea.C
- Timestamp:
- 06/13/01 15:29:47 (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/macros/getCollArea.C
r753 r851 1 void getCollArea(char *filename = " /big0/Maggi/CamData/Gamma/gamma_15_on.root" )1 void getCollArea(char *filename = "data/gamma_15_on.root" ) 2 2 { 3 3 // FIXME: Harald, you should tell the people what the result of … … 21 21 parlist.AddToList(&tasklist); 22 22 23 M CollArea *collArea = new MCollArea();23 MHMcCollectionArea *collArea = new MHMcCollectionArea(); 24 24 parlist.AddToList(collArea); 25 25
Note:
See TracChangeset
for help on using the changeset viewer.