Remove G4ParticleDefinition dependance.

This commit is contained in:
paraiso
2006-02-24 14:34:55 +00:00
parent dbf68bfae2
commit cd724f2691
17 changed files with 324 additions and 192 deletions

View File

@ -22,18 +22,6 @@
/**
*The LEMuSRCryoHit class defines the Hit object for the Sample Plate. A hit is an elementary
*component for the sensitive detection. As soon as particle enters in the specified
*volume, a hit object is created and will store any parameter the user wants to
*consider.
*The hit can then be plotted, printed or registered in a hit collection for further histogramming.
*
*However, it is not necessary to use hits objects since histograms can be filled
*directly from the sensitive detector classes (cf. LEMuSRCryoSD.cc).
*
*/
#ifndef LEMuSRCryoHit_h
#define LEMuSRCryoHit_h 1
@ -45,6 +33,18 @@
#include "G4LogicalVolume.hh"
#include "G4VPhysicalVolume.hh"
/**
*The LEMuSRCryoHit class defines the Hit object for the Sample Plate. A hit is an elementary
*component for the sensitive detection. As soon as particle enters in the specified
*volume, a hit object is created and will store any parameter the user wants to
*consider.
*The hit can then be plotted, printed or registered in a hit collection for further histogramming.
*
*However, it is not necessary to use hits objects since histograms can be filled
*directly from the sensitive detector classes (cf. LEMuSRCryoSD.cc).
*
*/
class LEMuSRCryoHit : public G4VHit
{
public: