diff options
| author | shivesh <s.p.mandalia@qmul.ac.uk> | 2019-08-22 01:37:19 +0100 |
|---|---|---|
| committer | shivesh <s.p.mandalia@qmul.ac.uk> | 2019-08-22 01:37:19 +0100 |
| commit | e3079fb2367c26f767be41e6c313d960c517bbcd (patch) | |
| tree | 509f081184a4179894ab8370ea06425d46729e9a /include/G4BeamTestTank.h | |
| parent | ba4dd395d1f163983f7102ff9a6c513cfe17912e (diff) | |
| download | G4BeamTest-e3079fb2367c26f767be41e6c313d960c517bbcd.tar.gz G4BeamTest-e3079fb2367c26f767be41e6c313d960c517bbcd.zip | |
Thu 22 Aug 01:37:19 BST 2019
Diffstat (limited to 'include/G4BeamTestTank.h')
| -rw-r--r-- | include/G4BeamTestTank.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/G4BeamTestTank.h b/include/G4BeamTestTank.h index c4d3400..422d49a 100644 --- a/include/G4BeamTestTank.h +++ b/include/G4BeamTestTank.h @@ -30,7 +30,7 @@ class G4BeamTestTank ~G4BeamTestTank(); - const G4ThreeVector& GetPos() const {return position_;} + // const G4ThreeVector& GetPos() const {return position_;} /* /// Position of center of the tank */ /* I3Position GetPos_I3(); */ @@ -86,7 +86,7 @@ class G4BeamTestTank G4double glassOuterRadius_; G4double glassThickness_; - G4ThreeVector position_; + // G4ThreeVector position_; // G4ThreeVector delaunayPoint1_; // G4ThreeVector delaunayPoint2_; |
