Import Geant4 0.1.0 source tree
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4KaonPlus.hh,v 2.3 1998/09/24 06:07:40 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4KaonPlus.hh,v 1.2 1999/04/13 08:34:29 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ------------------------------------------------------------
|
||||
@@ -57,13 +57,14 @@ class G4KaonPlus : public G4VMeson
|
||||
G4DecayTable *decaytable
|
||||
);
|
||||
|
||||
public:
|
||||
public:
|
||||
virtual ~G4KaonPlus(){}
|
||||
static G4KaonPlus* KaonPlusDefinition();
|
||||
static G4KaonPlus* KaonPlus() {return &theKaonPlus;}
|
||||
static G4double GetCuts() {return theKaonPlusLengthCut;}
|
||||
static G4double* GetCutsInEnergy() {return theKaonPlusKineticEnergyCuts;};
|
||||
|
||||
void SetCuts(G4double aCut);
|
||||
virtual void SetCuts(G4double aCut);
|
||||
};
|
||||
|
||||
inline void G4KaonPlus::SetCuts(G4double aCut)
|
||||
|
||||
Reference in New Issue
Block a user