Ignore:
Timestamp:
10/22/18 20:50:24 (6 years ago)
Author:
tbretz
Message:
Fixed some minor issues with the cling based interpreter - this should not have any effect at runtime maybe except stability
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/fact/analysis/merpp.C

    r17885 r19266  
    1313
    1414    MRawRunHeader *h = NULL;
    15     TTree *tree = file.Get("RunHeaders");
     15    TTree *tree = (TTree*)file.Get("RunHeaders");
    1616    if (!tree)
    1717    {
     
    125125
    126126    TString file = Form("/scratch/fact/sequences/%04d/%02d/%02d/%06d_%03d.seq",
    127                         night/10000, (night/100)%100, night%100, num);
     127                        night/10000, (night/100)%100, night%100, night, num);
    128128
    129129    return merpp(file.Data(), path);
Note: See TracChangeset for help on using the changeset viewer.