Changeset 19266 for trunk/Mars/fact/analysis/callisto_data.C
- Timestamp:
- 10/22/18 20:50:24 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/fact/analysis/callisto_data.C
r18577 r19266 75 75 // Extraction type: Extract integral and half leading edge 76 76 77 const int type = maximum ? (MExtralgoSpline::kIntegralRel) : (MExtralgoSpline::kIntegralFixed);77 const MExtralgoSpline::ExtractionType_t type = maximum ? (MExtralgoSpline::kIntegralRel) : (MExtralgoSpline::kIntegralFixed); 78 78 //const int type = MExtralgoSpline::kIntegralFixed; 79 79 … … 355 355 fill5ped.SetFilter(&filterped); 356 356 357 MHCamEvent evt5b(0, "ExtSig", "Extracted signal;;S [mV ·sl]");357 MHCamEvent evt5b(0, "ExtSig", "Extracted signal;;S [mV#dot sl]"); 358 358 MHCamEvent evt5c(0, "CalSig", "Calibrated and interpolated signal;;S [~phe]"); 359 359 MHCamEvent evt5d(4, "ExtSigTm", "Extracted time;;T [sl]"); … … 458 458 // ============================================================ 459 459 460 TFile *ofile = gROOT->GetListOfFiles()->FindObject(fname);460 TFile *ofile = (TFile*)gROOT->GetListOfFiles()->FindObject(fname); 461 461 if (!ofile || !ofile->IsOpen() || ofile->IsZombie()) 462 462 {
Note:
See TracChangeset
for help on using the changeset viewer.