Changes in external/ExRootAnalysis/ExRootTask.cc [cab38f6:341014c] in git
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
external/ExRootAnalysis/ExRootTask.cc
rcab38f6 r341014c 11 11 #include "ExRootAnalysis/ExRootConfReader.h" 12 12 13 #include "TROOT.h"14 13 #include "TClass.h" 15 14 #include "TFolder.h" 15 #include "TROOT.h" 16 16 #include "TString.h" 17 17 18 #include <iomanip> 18 19 #include <iostream> 19 #include < iomanip>20 #include <sstream> 20 21 #include <stdexcept> 21 #include <sstream>22 22 23 23 static const char *const kINIT = "0"; … … 144 144 145 145 if(!cl) return 0; 146 146 147 147 if(!cl->InheritsFrom(ExRootTask::Class())) 148 148 { … … 310 310 return object; 311 311 } 312
Note:
See TracChangeset
for help on using the changeset viewer.