Ignore:
Timestamp:
05/27/04 16:38:48 (20 years ago)
Author:
aliu
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mtemp/mifae/programs/makeHillas.cc

    r4209 r4218  
    306306  applycut.SetInverted(kTRUE);
    307307  MWriteRootFile* write=NULL;
    308   MDisplay*  disphillas=NULL;
     308  MHillasDisplay*  disphillas=NULL;
    309309
    310310  write = new MWriteRootFile(outname,"RECREATE");
     
    325325
    326326  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    }     
    328335
    329336  tlist4.AddToList(&read4);
Note: See TracChangeset for help on using the changeset viewer.