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: G4RhoPlus.hh,v 1.1 1998/10/13 05:58:49 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4RhoPlus.hh,v 1.2 1999/04/13 08:38:42 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ------------------------------------------------------------
|
||||
@@ -55,13 +55,16 @@ class G4RhoPlus : public G4VMeson
|
||||
);
|
||||
|
||||
public:
|
||||
virtual ~G4RhoPlus(){}
|
||||
|
||||
static G4RhoPlus* RhoPlusDefinition();
|
||||
static G4RhoPlus* RhoPlus();
|
||||
static G4double GetCuts() {return theRhoPlusLengthCut;}
|
||||
static G4double* GetCutsInEnergy() {return theRhoPlusKineticEnergyCuts;};
|
||||
|
||||
void SetCuts(G4double aCut);
|
||||
virtual void SetCuts(G4double aCut);
|
||||
};
|
||||
|
||||
inline void G4RhoPlus::SetCuts(G4double aCut)
|
||||
{
|
||||
G4ParticleWithCuts::SetCuts(aCut);
|
||||
|
||||
Reference in New Issue
Block a user