Declaration of the class MyHit.  
More...
#include "G4VHit.hh"
#include "G4THitsCollection.hh"
#include "G4Allocator.hh"
#include "G4ThreeVector.hh"
#include "tls.hh"
#include "G4UnitsTable.hh"
Go to the source code of this file.
Declaration of the class MyHit. 
Definition in file hit.hh.
◆ MyHitsCollection
Concrete hit collection class for MyHit. 
It is instantiated from G4THitsCollection, a template class derived from G4VHitsCollection (basically a vector collection of hits). 
Definition at line 54 of file hit.hh.
 
 
◆ MyHitAllocator
  
  | 
        
          | G4ThreadLocal G4Allocator<MyHit>* MyHitAllocator |  | extern | 
 
G4Allocator for MyHit objects. 
G4Allocator is a class for fast allocation of objects to the heap. 
Definition at line 8 of file hit.cc.