Changeset 4218 for trunk/MagicSoft/Mars/mtemp/mifae/programs
- Timestamp:
- 05/27/04 16:38:48 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mtemp/mifae/programs/makeHillas.cc
r4209 r4218 306 306 applycut.SetInverted(kTRUE); 307 307 MWriteRootFile* write=NULL; 308 M Display* disphillas=NULL;308 MHillasDisplay* disphillas=NULL; 309 309 310 310 write = new MWriteRootFile(outname,"RECREATE"); … … 325 325 326 326 if(display) 327 disphillas = new MHillasDisplay(&nphot,&geomcam); 327 { 328 disphillas = new MHillasDisplay(&nphot,&geomcam); 329 if (islflag == 1) 330 disphillas->SetIslandsName("MIslands1"); 331 if (islflag == 2) 332 disphillas->SetIslandsName("MIslands2"); 333 334 } 328 335 329 336 tlist4.AddToList(&read4);
Note:
See TracChangeset
for help on using the changeset viewer.