diff --git a/Simulation/DetSimFastModel/src/EcalFastSimG4Model.cpp b/Simulation/DetSimFastModel/src/EcalFastSimG4Model.cpp index 8bb1234a75e6c06ce01ff533e48df7c80c9a32e9..b1132bb3a6980ebf86fd442db7811f6d523110b6 100644 --- a/Simulation/DetSimFastModel/src/EcalFastSimG4Model.cpp +++ b/Simulation/DetSimFastModel/src/EcalFastSimG4Model.cpp @@ -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) {