All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SBND_QGSP_BERT_NNC.hh
Go to the documentation of this file.
1 /**
2  * @file SBND_QGSP_BERT_NNC
3  *
4  * @brief A Geant4 physics list. Same as QGSP_BERT,
5  * but without neutron cut.
6  *
7  * @author Marco Del Tutto (mdeltutt@fnal.gov)
8  *
9  * A Geant4 physics list based on:
10  * geant4/source/physics_lists/lists/src/QGSP_BERT.*
11  * and removing the G4NeutronTrackingCut.
12  *
13  */
14 
15 #ifndef SBND_QGSP_BERT_NNC_h
16 #define SBND_QGSP_BERT_NNC_h 1
17 
18 #include "Geant4/globals.hh"
19 #include "Geant4/G4VModularPhysicsList.hh"
20 
21 class SBND_QGSP_BERT_NNC: public G4VModularPhysicsList
22 {
23 public:
24  SBND_QGSP_BERT_NNC(G4int ver = 1);
25  virtual ~SBND_QGSP_BERT_NNC()=default;
26 
27  SBND_QGSP_BERT_NNC(const SBND_QGSP_BERT_NNC &) = delete;
29 
30 };
31 
32 #endif
SBND_QGSP_BERT_NNC & operator=(const SBND_QGSP_BERT_NNC &)=delete
virtual ~SBND_QGSP_BERT_NNC()=default
SBND_QGSP_BERT_NNC(G4int ver=1)