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_file.C

    r18077 r19266  
    11#include "MLogManip.h"
    22
    3 void merpp(TString &froot, const char *id, const char *faux)
     3void merpp(TString froot, const char *id, const char *faux)
    44{
    55    gLog.Separator(froot+" - "+TString(id));
     
    1313
    1414    MRawRunHeader *h = NULL;
    15     TTree *tree = file.Get("RunHeaders");
     15    TTree *tree = (TTree*)file.Get("RunHeaders");
    1616    if (!tree)
    1717    {
Note: See TracChangeset for help on using the changeset viewer.