Header file for the Luminosity_Monitor Hit class. More...
#include "G4VHit.hh"
#include "G4ThreeVector.hh"
#include "G4THitsCollection.hh"
#include "G4Allocator.hh"
Go to the source code of this file.
Classes | |
class | LM_Hit |
Luminosity Monitor Hit class based on G4VHit. More... | |
Typedefs | |
typedef G4THitsCollection< LM_Hit > | LM_HitsCollection |
Typedef for GT_HitsCollection used in GT_SD. |
Header file for the Luminosity_Monitor Hit class.
The LM_Hit class defines the quantities recorded for each hit in this detector and defines the member functions for handling the hit information.
Definition in file LM_Hit.h.
typedef G4THitsCollection<LM_Hit> LM_HitsCollection |