DD4hep  1.30.0
Detector Description Toolkit for High Energy Physics
Geant4PrimaryGenerators.cpp
Go to the documentation of this file.
1 //==========================================================================
2 // AIDA Detector description implementation
3 //--------------------------------------------------------------------------
4 // Copyright (C) Organisation europeenne pour la Recherche nucleaire (CERN)
5 // All rights reserved.
6 //
7 // For the licensing terms see $DD4hepINSTALL/LICENSE.
8 // For the list of contributors see $DD4hepINSTALL/doc/CREDITS.
9 //
10 // Author : M.Frank
11 //
12 //==========================================================================
13 
14 // Framework include files
15 #include <DDG4/Factories.h>
16 
17 // Geant 4 include files
18 #include <G4ParticleGun.hh>
19 #include <G4SingleParticleSource.hh>
20 #include <G4GeneralParticleSource.hh>
21 #include <G4AdjointPrimaryGenerator.hh>
22 
23 DECLARE_GEANT4_GENERATOR(G4ParticleGun)
24 DECLARE_GEANT4_GENERATOR(G4SingleParticleSource)
25 DECLARE_GEANT4_GENERATOR(G4GeneralParticleSource)
26 //DECLARE_GEANT4_GENERATOR(G4AdjointPrimaryGenerator)
DECLARE_GEANT4_GENERATOR
#define DECLARE_GEANT4_GENERATOR(name)
Plugin definition to create Geant4 physics processes (G4VProcess)
Definition: Factories.h:222
Factories.h