Import Geant4 10.5.1 source tree
This commit is contained in:
+2
-2
@@ -41,8 +41,8 @@ class G4DiffractiveStringBuilder
|
||||
|
||||
private:
|
||||
G4DiffractiveStringBuilder(const G4DiffractiveStringBuilder &right);
|
||||
G4int operator==(const G4DiffractiveStringBuilder &right) const;
|
||||
G4int operator!=(const G4DiffractiveStringBuilder &right) const;
|
||||
G4bool operator==(const G4DiffractiveStringBuilder &right) const;
|
||||
G4bool operator!=(const G4DiffractiveStringBuilder &right) const;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
@@ -50,8 +50,8 @@ class G4PartonPair
|
||||
|
||||
private:
|
||||
G4PartonPair(const G4PartonPair &right);
|
||||
int operator==(const G4PartonPair &right) const;
|
||||
int operator!=(const G4PartonPair &right) const;
|
||||
G4bool operator==(const G4PartonPair &right) const;
|
||||
G4bool operator!=(const G4PartonPair &right) const;
|
||||
|
||||
public:
|
||||
void SetPartons(G4Parton* P1, G4Parton* P2);
|
||||
|
||||
+2
-2
@@ -66,8 +66,8 @@ class G4QGSDiffractiveExcitation
|
||||
G4ThreeVector GaussianPt(G4double AveragePt2, G4double maxPtSquare) const;
|
||||
|
||||
const G4QGSDiffractiveExcitation & operator=(const G4QGSDiffractiveExcitation &right);
|
||||
int operator==(const G4QGSDiffractiveExcitation &right) const;
|
||||
int operator!=(const G4QGSDiffractiveExcitation &right) const;
|
||||
G4bool operator==(const G4QGSDiffractiveExcitation &right) const;
|
||||
G4bool operator!=(const G4QGSDiffractiveExcitation &right) const;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
@@ -36,8 +36,8 @@ class G4QGSMParameters
|
||||
|
||||
private:
|
||||
G4QGSMParameters(const G4QGSMParameters &right);
|
||||
int operator==(const G4QGSMParameters &right) const;
|
||||
int operator!=(const G4QGSMParameters &right) const;
|
||||
G4bool operator==(const G4QGSMParameters &right) const;
|
||||
G4bool operator!=(const G4QGSMParameters &right) const;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
@@ -49,8 +49,8 @@ class G4QGSParticipants : public G4VParticipants
|
||||
const G4QGSParticipants & operator=(const G4QGSParticipants &right);
|
||||
virtual ~G4QGSParticipants();
|
||||
|
||||
int operator==(const G4QGSParticipants &right) const;
|
||||
int operator!=(const G4QGSParticipants &right) const;
|
||||
G4bool operator==(const G4QGSParticipants &right) const;
|
||||
G4bool operator!=(const G4QGSParticipants &right) const;
|
||||
|
||||
virtual void DoLorentzBoost(G4ThreeVector aBoost)
|
||||
{
|
||||
|
||||
@@ -59,8 +59,8 @@ class G4QuarkExchange
|
||||
G4ThreeVector GaussianPt(G4double widthSquare, G4double maxPtSquare) const;
|
||||
|
||||
const G4QuarkExchange & operator=(const G4QuarkExchange &right);
|
||||
int operator==(const G4QuarkExchange &right) const;
|
||||
int operator!=(const G4QuarkExchange &right) const;
|
||||
G4bool operator==(const G4QuarkExchange &right) const;
|
||||
G4bool operator!=(const G4QuarkExchange &right) const;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
+2
-2
@@ -61,8 +61,8 @@ class G4SingleDiffractiveExcitation : public G4QGSDiffractiveExcitation
|
||||
G4ThreeVector GaussianPt(G4double widthSquare, G4double maxPtSquare) const;
|
||||
|
||||
const G4SingleDiffractiveExcitation & operator=(const G4SingleDiffractiveExcitation &right);
|
||||
int operator==(const G4SingleDiffractiveExcitation &right) const;
|
||||
int operator!=(const G4SingleDiffractiveExcitation &right) const;
|
||||
G4bool operator==(const G4SingleDiffractiveExcitation &right) const;
|
||||
G4bool operator!=(const G4SingleDiffractiveExcitation &right) const;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
@@ -42,8 +42,8 @@ class G4SoftStringBuilder
|
||||
|
||||
private:
|
||||
G4SoftStringBuilder(const G4SoftStringBuilder &right);
|
||||
G4int operator==(const G4SoftStringBuilder &right) const;
|
||||
G4int operator!=(const G4SoftStringBuilder &right) const;
|
||||
G4bool operator==(const G4SoftStringBuilder &right) const;
|
||||
G4bool operator!=(const G4SoftStringBuilder &right) const;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user