Geant4 11.1.1
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4TrajectoryContainer.hh File Reference
#include <vector>
#include "globals.hh"
#include "evtdefs.hh"
#include "G4VTrajectory.hh"
#include "G4Allocator.hh"

Go to the source code of this file.

Classes

class  G4TrajectoryContainer
 

Typedefs

using TrajectoryVector = std::vector< G4VTrajectory * >
 

Functions

G4EVENT_DLL G4Allocator< G4TrajectoryContainer > *& aTrajectoryContainerAllocator ()
 

Typedef Documentation

◆ TrajectoryVector

using TrajectoryVector = std::vector<G4VTrajectory*>

Definition at line 45 of file G4TrajectoryContainer.hh.

Function Documentation

◆ aTrajectoryContainerAllocator()

G4EVENT_DLL G4Allocator< G4TrajectoryContainer > *& aTrajectoryContainerAllocator ( )

Definition at line 33 of file G4TrajectoryContainer.cc.

34{
36 return _instance;
37}
#define G4ThreadLocalStatic
Definition: tls.hh:76

Referenced by G4TrajectoryContainer::operator delete(), and G4TrajectoryContainer::operator new().