Ignore:
Timestamp:
01/27/09 14:01:48 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mreflector/MHReflector.cc

    r9153 r9278  
    5959    fTitle = title ? title : "Histogram for the reflected photons";
    6060
    61     fHistXY.SetDirectory(NULL);
    6261    fHistXY.SetName("ReflXY");
    6362    fHistXY.SetTitle("Histogram vs X/Y and Energy");
     
    6564    fHistXY.SetYTitle("Y [\\circ]");
    6665    fHistXY.SetZTitle("E [GeV]");
     66    fHistXY.SetDirectory(NULL);
    6767    fHistXY.Sumw2();
    6868
    69     fHistRad.SetDirectory(NULL);
    7069    fHistRad.SetName("ReflRad");
    7170    fHistRad.SetTitle("Histogram vs Radius and Energy");
     
    7372    fHistRad.SetYTitle("R [\\circ]");
    7473    fHistRad.SetZTitle("Cnts/deg^{2}");
     74    fHistRad.SetDirectory(NULL);
    7575    fHistRad.Sumw2();
    7676
    77     fHistSize.SetDirectory(NULL);
    7877    fHistSize.SetName("ReflSize");
    7978    fHistSize.SetTitle("Histogram vs Size and Energy");
     
    8180    fHistSize.SetYTitle("N\\gamma");
    8281    fHistSize.SetZTitle("Cnts");
     82    fHistSize.SetDirectory(NULL);
    8383    fHistSize.Sumw2();
    8484
     
    111111        return kFALSE;
    112112    }
     113
    113114    MGeomCam *geom = (MGeomCam*)pList->FindObject("MGeomCam");
    114115    if (!geom)
Note: See TracChangeset for help on using the changeset viewer.