Skip to content
Snippets Groups Projects
DDPython.C 1.2 KiB
Newer Older
//==========================================================================
Markus Frank's avatar
Markus Frank committed
//  AIDA Detector description implementation 
//--------------------------------------------------------------------------
// Copyright (C) Organisation europeenne pour la Recherche nucleaire (CERN)
// All rights reserved.
//
// For the licensing terms see $DD4hepINSTALL/LICENSE.
// For the list of contributors see $DD4hepINSTALL/doc/CREDITS.
//
//====================================================================
//
// Define the ROOT dictionaries for all data classes to be saved 
// which are created by the DDG4 examples.
//
//  Author     : M.Frank
//
//====================================================================
// FRamework include files
Markus Frank's avatar
Markus Frank committed
    dd4hep::DDPython::setMainThread();
#if defined(__CINT__) || defined(__MAKECINT__) || defined(__CLING__) || defined(__ROOTCLING__)
using namespace dd4hep;

#pragma link off all globals;
#pragma link off all classes;
#pragma link off all functions;

Markus Frank's avatar
Markus Frank committed
#pragma link C++ namespace dd4hep;
#pragma link C++ class DDPython;
Markus Frank's avatar
Markus Frank committed
#pragma link C++ class dd4hepPython;