Skip to content
Snippets Groups Projects
Commit e2f96b4c authored by myliu@ihep.ac.cn's avatar myliu@ihep.ac.cn
Browse files

modify

parent 79a6a8a7
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,8 @@ EcalFastSimG4Model::~EcalFastSimG4Model() {
}
G4bool EcalFastSimG4Model::IsApplicable(const G4ParticleDefinition& aParticle) {
return aParticle.GetPDGCharge() != 0;
// return aParticle.GetPDGCharge() != 0;
return 1;
}
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