Skip to content
Snippets Groups Projects
Unverified Commit 7a952504 authored by lintao@ihep.ac.cn's avatar lintao@ihep.ac.cn Committed by GitHub
Browse files

Update EcalFastSimG4Model.cpp

parent e2f96b4c
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ EcalFastSimG4Model::~EcalFastSimG4Model() {
G4bool EcalFastSimG4Model::IsApplicable(const G4ParticleDefinition& aParticle) {
// return aParticle.GetPDGCharge() != 0;
return 1;
return true;
}
G4bool EcalFastSimG4Model::ModelTrigger(const G4FastTrack& aFastTrack) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment