Newer
Older
Markus Frank
committed
//==========================================================================
Markus Frank
committed
//--------------------------------------------------------------------------
// 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
committed
#include "DDG4/Python/DDPython.h"
Markus Frank
committed
Markus Frank
committed
class dd4hepPython {
public:
Markus Frank
committed
static void setMainThread() {
Markus Frank
committed
}
};
// CINT configuration
#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;