Import Geant4 10.6.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2019-06-28 11:59:04 +02:00
parent 28a70706e0
commit d0f911957d
1056 changed files with 95168 additions and 78160 deletions
@@ -278,7 +278,7 @@ private:
float distanceToBeamlineStart;
std::string name;
bool operator<(elementForSorting const &other) const
G4bool operator<(elementForSorting const &other) const
{
if (closestPointZCoord < other.closestPointZCoord)
return true;
@@ -42,7 +42,7 @@ public:
enum LookFor { NODE = 1,TYPE = 2, NAME = 3 };
void setLookFor(LookFor);
void setType(const SoType,SbBool = TRUE);
void setName(const SbName);
// void setName(const SbName);
public:
int getCount() const;
protected: