GGS(GenericGEANT4Simulation)Software
2.7.0
|
#include "G4Allocator.hh"
#include "G4Step.hh"
#include "G4THitsCollection.hh"
#include "G4ThreeVector.hh"
#include "G4VHit.hh"
#include "G4VPhysicalVolume.hh"
#include "montecarlo/scoring/GGSPosHit.h"
#include "utils/GGSMiscUtils.h"
#include <vector>
#include "utils/GGSFactory.h"
Go to the source code of this file.
Data Structures | |
class | GGSPartHit |
Definition of GGS Particle Hit. More... | |
Macros | |
#define | RegisterPartHit(className) |
Typedefs | |
typedef G4THitsCollection < GGSPartHit > | GGSPartHitsCollection |
Alias for G4 template hits collection for GGSPartHit. | |
using | GGSPartHitFactory = GGSFactory< GGSPartHit > |
Alias for integrated hit factory type. | |
Variables | |
G4Allocator< GGSPartHit > | GGSPartHitAllocator |
Alias for G4 template memory allocator for GGSPartHit. | |
GGSPartHit class definition.
Definition in file GGSPartHit.h.
#define RegisterPartHit | ( | className | ) |
Definition at line 262 of file GGSPartHit.h.