Skip to content
Snippets Groups Projects
Geant4PrimaryGenerators.cpp 948 B
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.
//
// Author     : M.Frank
//
//==========================================================================

// Framework include files
#include "DDG4/Factories.h"

// Geant 4 include files
#include "G4ParticleGun.hh"
#include "G4SingleParticleSource.hh"
#include "G4GeneralParticleSource.hh"
#include "G4AdjointPrimaryGenerator.hh"

DECLARE_GEANT4_GENERATOR(G4ParticleGun)
DECLARE_GEANT4_GENERATOR(G4SingleParticleSource)
DECLARE_GEANT4_GENERATOR(G4GeneralParticleSource)
//DECLARE_GEANT4_GENERATOR(G4AdjointPrimaryGenerator)