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/callisto_data.C

    r18577 r19266  
    7575    // Extraction type: Extract integral and half leading edge
    7676
    77     const int type = maximum ? (MExtralgoSpline::kIntegralRel) : (MExtralgoSpline::kIntegralFixed);
     77    const MExtralgoSpline::ExtractionType_t type = maximum ? (MExtralgoSpline::kIntegralRel) : (MExtralgoSpline::kIntegralFixed);
    7878    //const int type = MExtralgoSpline::kIntegralFixed;
    7979
     
    355355    fill5ped.SetFilter(&filterped);
    356356
    357     MHCamEvent evt5b(0, "ExtSig",   "Extracted signal;;S [mV·sl]");
     357    MHCamEvent evt5b(0, "ExtSig",   "Extracted signal;;S [mV#dot sl]");
    358358    MHCamEvent evt5c(0, "CalSig",   "Calibrated and interpolated signal;;S [~phe]");
    359359    MHCamEvent evt5d(4, "ExtSigTm", "Extracted time;;T [sl]");
     
    458458    // ============================================================
    459459
    460     TFile *ofile = gROOT->GetListOfFiles()->FindObject(fname);
     460    TFile *ofile = (TFile*)gROOT->GetListOfFiles()->FindObject(fname);
    461461    if (!ofile || !ofile->IsOpen() || ofile->IsZombie())
    462462    {
Note: See TracChangeset for help on using the changeset viewer.