Skip to content

Commit 6040adc

Browse files
authored
Merge pull request #48396 from ctdax/master
Fixed G4LorentzVector usage, momentum updating, and energy deposit model in FullModelHadronicProcess.cc
2 parents 936a77b + 7265dbf commit 6040adc

File tree

2 files changed

+261
-538
lines changed

2 files changed

+261
-538
lines changed

SimG4Core/CustomPhysics/interface/FullModelHadronicProcess.h

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,9 @@ class FullModelHadronicProcess : public G4VDiscreteProcess {
5454

5555
void Rotate(G4FastVector<G4ReactionProduct, MYGHADLISTSIZE> &vec, G4int &vecLen);
5656

57-
const G4DynamicParticle *FindRhadron(G4ParticleChange *);
58-
5957
G4ProcessHelper *theHelper;
6058
G4bool toyModel;
61-
G4double cache;
62-
G4ThreeVector what;
59+
G4ThreeVector incomingCloud3Momentum;
6360
};
6461

65-
#endif
62+
#endif

0 commit comments

Comments
 (0)