Changeset 19387 for trunk/FACT++/gui
- Timestamp:
- 11/12/18 21:49:40 (6 years ago)
- Location:
- trunk/FACT++/gui
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/gui/FactGui.h
r18983 r19387 3697 3697 // -------------------------------------------------------------------------- 3698 3698 3699 if (!fPixelMap.Read(conf.Get <string>("pixel-map-file")))3699 if (!fPixelMap.Read(conf.GetPrefixedString("pixel-map-file"))) 3700 3700 { 3701 3701 cerr << "ERROR - Problems reading " << conf.Get<string>("pixel-map-file") << endl; -
trunk/FACT++/gui/RawEventsViewer/RawEventsViewer.cc
r19376 r19387 2228 2228 if (conf.Has("mappingFile")) 2229 2229 { 2230 canvas->assignPixelMapFile(conf.Get <string>("mappingFile"));2230 canvas->assignPixelMapFile(conf.GetPrefixedString("mappingFile")); 2231 2231 } 2232 2232 else
Note:
See TracChangeset
for help on using the changeset viewer.