CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Namespaces | Typedefs | Variables
RootAutoLibraryLoader.cc File Reference
#include <string>
#include <iostream>
#include <map>
#include "TROOT.h"
#include "G__ci.h"
#include "boost/regex.hpp"
#include "FWCore/RootAutoLibraryLoader/interface/RootAutoLibraryLoader.h"
#include "FWCore/RootAutoLibraryLoader/src/stdNamespaceAdder.h"
#include "FWCore/PluginManager/interface/PluginManager.h"
#include "FWCore/Utilities/interface/Exception.h"
#include "FWCore/PluginManager/interface/ProblemTracker.h"
#include "FWCore/PluginManager/interface/PluginCapabilities.h"
#include "Reflex/Type.h"
#include "Cintex/Cintex.h"
#include "TClass.h"

Go to the source code of this file.

Namespaces

 edm
 A PluginFactory for concrete instances of class KalmanAlignmentMetricsUpdator.
 

Typedefs

typedef int(* CallbackPtr )(char *, char *)
 

Variables

CallbackPtr G__p_class_autoloading
 
static CallbackPtr gPrevious = 0
 
static char const * kDummyLibName = "*dummy"
 

Typedef Documentation

typedef int(* CallbackPtr)(char *, char *)

Definition at line 65 of file RootAutoLibraryLoader.cc.

Variable Documentation

CallbackPtr G__p_class_autoloading
CallbackPtr gPrevious = 0
static

Definition at line 66 of file RootAutoLibraryLoader.cc.

char const* kDummyLibName = "*dummy"
static

Definition at line 67 of file RootAutoLibraryLoader.cc.