Ignore:
Timestamp:
03/20/02 10:36:39 (23 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhist/MHTimeDiffTheta.cc

    r1215 r1263  
    106106    // FIXME: ProjectionX,Y is not const within root
    107107    //
    108     TH1 *h;
     108    TH1D *h;
    109109
    110110    c->cd(1);
     
    133133        MakeDefCanvas("DiffTimeTheta", "Distrib of Delta t, Theta");
    134134
    135     TH1 *h;
     135    TH1D *h;
    136136
    137137    gPad->Divide(2,2);
Note: See TracChangeset for help on using the changeset viewer.