37 fPartID( aPartID ), fPDG( aPDG ), fMomentumMC( aMomentum ),
38 fMomentumTracker( 0 ), fResolutionTracker( 0 ), fEfficiencyTracker( 0 ),
39 fPositionEMCal( 0 ), fEnergyEMCal( 0 ), fResolutionEMCal( 0 ), fEfficiencyEMCal( 0 ),
40 fPositionHCal( 0 ), fEnergyHCal( 0 ), fResolutionHCal( 0 ), fEfficiencyHCal( 0 ) {}
Par02PrimaryParticleInformation(G4int aID, G4int aPDG, G4ThreeVector aMomentum)
A constructor.
CLHEP::Hep3Vector G4ThreeVector
G4ThreeVector fPositionEMCal
A position of the energy deposited in the electromagnetic calorimeter.
Definition of the Par02PrimaryParticleInformation class.
G4ThreeVector fMomentumMC
A particle initial momentum (from particle generator).
G4int fPartID
A particle unique ID.
G4ThreeVector fMomentumTracker
A particle momentum at the entrance to the tracking detector.
G4double fResolutionEMCal
The resolution of the electromagnetic calorimeter.
G4double fEfficiencyEMCal
The efficiency of the electromagnetic calorimeter. Currently not used (equal to 1).
G4GLOB_DLL std::ostream G4cout
virtual void Print() const
Prints the information about the particle.
G4double fResolutionHCal
The resolution of the hadronic calorimeter.
virtual ~Par02PrimaryParticleInformation()
G4double fResolutionTracker
A resolution of the tracking detector.
G4double fEnergyEMCal
An energy deposited in the electromagnetic calorimeter.
G4ThreeVector fPositionHCal
A position of the energy deposited in the hadronic calorimeter.
G4double fEfficiencyTracker
An efficiency of the tracking detector. Currently not used (equal to 1).
G4int fPDG
A particle type (PDG code).
G4double fEnergyHCal
An energy deposited in the hadronic calorimeter.
G4double fEfficiencyHCal
The efficiency of the hadronic calorimeter. Currently not used (equal to 1).