Skip to content

Commit c96e8b6

Browse files
committed
Remove EMH physics list
It was added in October 2022 by commit 9edb037 to try out G4HepEm via the G4HepEmProcess interface. For maximum gain and complete physics (including gamma-lepto-nuclear interactions), it is better to integrate via the G4VTrackingManager interface as implemented by commit 7a82cb8 in March 2023 (and soon to be updated).
1 parent 1ee90d3 commit c96e8b6

File tree

5 files changed

+0
-179
lines changed

5 files changed

+0
-179
lines changed

SimG4Core/PhysicsLists/interface/CMSEmStandardPhysicsEMH.h

Lines changed: 0 additions & 26 deletions
This file was deleted.

SimG4Core/PhysicsLists/plugins/FTFPCMS_BERT_EMH.cc

Lines changed: 0 additions & 44 deletions
This file was deleted.

SimG4Core/PhysicsLists/plugins/FTFPCMS_BERT_EMH.h

Lines changed: 0 additions & 12 deletions
This file was deleted.

SimG4Core/PhysicsLists/plugins/module.cc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
#include "DummyPhysics.h"
44
#include "FTFCMS_BIC.h"
55
#include "FTFPCMS_BERT.h"
6-
#include "FTFPCMS_BERT_EMH.h"
76
#include "FTFPCMS_BERT_EML.h"
87
#include "FTFPCMS_BERT_EMM.h"
98
#include "FTFPCMS_BERT_EMN.h"
@@ -30,8 +29,6 @@ typedef FTFCMS_BIC FTF_BIC;
3029
DEFINE_PHYSICSLIST(FTF_BIC);
3130
typedef FTFPCMS_BERT FTFP_BERT;
3231
DEFINE_PHYSICSLIST(FTFP_BERT);
33-
typedef FTFPCMS_BERT_EMH FTFP_BERT_EMH;
34-
DEFINE_PHYSICSLIST(FTFP_BERT_EMH);
3532
typedef FTFPCMS_BERT_EML FTFP_BERT_EML;
3633
DEFINE_PHYSICSLIST(FTFP_BERT_EML);
3734
typedef FTFPCMS_BERT_EMM FTFP_BERT_EMM;

SimG4Core/PhysicsLists/src/CMSEmStandardPhysicsEMH.cc

Lines changed: 0 additions & 94 deletions
This file was deleted.

0 commit comments

Comments
 (0)