Changeset 19266 for trunk/Mars/fact/analysis/star_file.C
- Timestamp:
- 10/22/18 20:50:24 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/fact/analysis/star_file.C
r18578 r19266 277 277 // ============================================================ 278 278 279 TFile *ofile = gROOT->GetListOfFiles()->FindObject(fname);279 TFile *ofile = (TFile*)gROOT->GetListOfFiles()->FindObject(fname); 280 280 if (!ofile || !ofile->IsOpen() || ofile->IsZombie()) 281 281 {
Note:
See TracChangeset
for help on using the changeset viewer.