ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
G4LightMedia.hh
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file G4LightMedia.hh
1 //
2 // ********************************************************************
3 // * License and Disclaimer *
4 // * *
5 // * The Geant4 software is copyright of the Copyright Holders of *
6 // * the Geant4 Collaboration. It is provided under the terms and *
7 // * conditions of the Geant4 Software License, included in the file *
8 // * LICENSE and available at http://cern.ch/geant4/license . These *
9 // * include a list of copyright holders. *
10 // * *
11 // * Neither the authors of this software system, nor their employing *
12 // * institutes,nor the agencies providing financial support for this *
13 // * work make any representation or warranty, express or implied, *
14 // * regarding this software system or assume any liability for its *
15 // * use. Please see the license in the file LICENSE and URL above *
16 // * for the full disclaimer and the limitation of liability. *
17 // * *
18 // * This code implementation is the result of the scientific and *
19 // * technical work of the GEANT4 collaboration. *
20 // * By using, copying, modifying or distributing the software (or *
21 // * any work based on the software) you agree to acknowledge its *
22 // * use in resulting scientific publications, and indicate your *
23 // * acceptance of all terms of the Geant4 Software license. *
24 // ********************************************************************
25 //
26 //
27 //
28  // Hadronic Process: Light Media Charge and/or Strangeness Exchange
29  // J.L. Chuma, TRIUMF, 21-Feb-1997
30  // Last modified: 21-Feb-1997
31 
32 #ifndef G4LightMedia_h
33 #define G4LightMedia_h 1
34 
35 #include "globals.hh"
36 #include "G4DynamicParticle.hh"
37 #include "G4Nucleus.hh"
38 #include "G4ParticleTypes.hh"
39 
41  {
42  public:
43 
45 
47  { *this = right; }
48 
50 
52  { return *this; }
53 
55  { return ( this == (G4LightMedia *) &right ); }
56 
58  { return ( this != (G4LightMedia *) &right ); }
59 
61  const G4HadProjectile *incidentParticle,
62  const G4Nucleus &aNucleus );
63 
65  const G4HadProjectile *incidentParticle,
66  const G4Nucleus &aNucleus );
67 
69  const G4HadProjectile *incidentParticle,
70  const G4Nucleus &aNucleus );
71 
73  const G4HadProjectile *incidentParticle,
74  const G4Nucleus &aNucleus );
75 
77  const G4HadProjectile *incidentParticle,
78  const G4Nucleus &aNucleus );
79 
81  const G4HadProjectile *incidentParticle,
82  const G4Nucleus &aNucleus );
83 
85  const G4HadProjectile *incidentParticle,
86  const G4Nucleus &aNucleus );
87 
89  const G4HadProjectile *incidentParticle,
90  const G4Nucleus &aNucleus );
91 
93  const G4HadProjectile *incidentParticle,
94  const G4Nucleus &aNucleus );
95 
97  const G4HadProjectile *incidentParticle,
98  const G4Nucleus &aNucleus );
99 
101  const G4HadProjectile *incidentParticle,
102  const G4Nucleus &aNucleus );
103 
105  const G4HadProjectile *incidentParticle,
106  const G4Nucleus &aNucleus );
107 
109  const G4HadProjectile *incidentParticle,
110  const G4Nucleus &aNucleus );
111 
113  const G4HadProjectile *incidentParticle,
114  const G4Nucleus &aNucleus );
115 
117  const G4HadProjectile *incidentParticle,
118  const G4Nucleus &aNucleus );
119 
121  const G4HadProjectile *incidentParticle,
122  const G4Nucleus &aNucleus );
123 
125  const G4HadProjectile *incidentParticle,
126  const G4Nucleus &aNucleus );
127 
129  const G4HadProjectile *incidentParticle,
130  const G4Nucleus &aNucleus );
131 
133  const G4HadProjectile *incidentParticle,
134  const G4Nucleus &aNucleus );
135 
137  const G4HadProjectile *incidentParticle,
138  const G4Nucleus &aNucleus );
139 
141  const G4HadProjectile *incidentParticle,
142  const G4Nucleus &aNucleus );
143 
145  const G4HadProjectile *incidentParticle,
146  const G4Nucleus &aNucleus );
147 
148  private:
149 
150  };
151 
152 #endif
153