16 #include "TInterpreter.h"
17 #include "TApplication.h"
63 TInterpreter* intrp= gROOT->GetInterpreter();
64 const char*
env = getenv(
"CMSSW_FWLITE_INCLUDE_PATH");
71 for(end=start; *end!=0 and *end !=
':';++
end);
73 intrp->AddIncludePath(dir.c_str());
78 bool foundCMSIncludes =
false;
79 env = getenv(
"CMSSW_BASE");
81 foundCMSIncludes =
true;
84 intrp->AddIncludePath(dir.c_str());
87 env = getenv(
"CMSSW_RELEASE_BASE");
89 foundCMSIncludes =
true;
92 intrp->AddIncludePath(dir.c_str());
94 if( not foundCMSIncludes) {
95 std::cerr <<
"Could not find the environment variables \n"
97 <<
" CMSSW_RELEASE_BASE\n"
98 <<
" therefore attempting to '#include' any CMS headers will not work"<<std::endl;
100 if (0 != gApplication) {
101 gApplication->InitializeGraphics();
tuple start
Check for commandline option errors.
static PluginManager & configure(const Config &)
static void loadAll()
load all known libraries holding dictionaries
PluginManager::Config config()
edm::EDProductGetter const * setRefStreamer(edm::EDProductGetter const *ep)
static void loadAll()
load all known libraries holding dictionaries
static void enable()
enable automatic library loading
static void enable()
interface for TClass generators