Changeset 9518 for trunk/MagicSoft/Mars/mbase/MAGIC.cc
- Timestamp:
- 10/26/09 14:31:19 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbase/MAGIC.cc
r9195 r9518 40 40 bool MARS::CheckRootVer() 41 41 { 42 if (strcmp(gROOT->GetVersion(), "5.22/00")>0) 43 { 44 cout << "WARNING - Especially root 5.24/00 has a severe bug in projection 2D histograms" << endl; 45 cout << " which might cause unexpected crashes and could also affect the results." << endl; 46 cout << " Please, avoid using these root versions." << endl; 47 } 48 42 49 if (!strcmp(gROOT->GetVersion(), ROOT_RELEASE)) 43 50 return true;
Note:
See TracChangeset
for help on using the changeset viewer.