CMS 3D CMS Logo

CMSHyperonFTFPBuilder.h
Go to the documentation of this file.
1 //---------------------------------------------------------------------------
2 // Author: Vladimir Ivanchenko
3 // Date: June 2020
4 //
5 // Hyperon physics for the new CMS physics list FTFP_BERT_EMM
6 // The hadron physics of FTFP_BERT has the transition between Bertini
7 // (BERT) intra-nuclear cascade model and Fritiof (FTF) string model in the
8 // energy region defined by hadronic parametes
9 //---------------------------------------------------------------------------
10 
11 #ifndef SimG4Core_PhysicsLists_CMSHyperonFTFPBuilder_h
12 #define SimG4Core_PhysicsLists_CMSHyperonFTFPBuilder_h
13 
14 #include "G4PhysicsBuilderInterface.hh"
15 #include "globals.hh"
16 
17 class CMSHyperonFTFPBuilder : public G4PhysicsBuilderInterface {
18 public:
20  ~CMSHyperonFTFPBuilder() override;
21 
22  void Build() final;
23 };
24 
25 #endif
CMSHyperonFTFPBuilder::~CMSHyperonFTFPBuilder
~CMSHyperonFTFPBuilder() override
Definition: CMSHyperonFTFPBuilder.cc:34
CMSHyperonFTFPBuilder::Build
void Build() final
Definition: CMSHyperonFTFPBuilder.cc:36
CMSHyperonFTFPBuilder::CMSHyperonFTFPBuilder
CMSHyperonFTFPBuilder()
Definition: CMSHyperonFTFPBuilder.cc:32
CMSHyperonFTFPBuilder
Definition: CMSHyperonFTFPBuilder.h:17