#include <LBNESurveyor.hh>
Public Member Functions | |
| LBNESurveyedPt () | |
| LBNESurveyedPt (const std::string &aName) | |
| LBNESurveyedPt (const std::string &aName, const G4ThreeVector &tolerance) | |
| const std::string & | GetName () const |
| void | SetTolerance (const G4ThreeVector &tolerance) |
| void | SetPosition (const G4ThreeVector &pos) |
| const G4ThreeVector & | GetTolerance () const |
| const G4ThreeVector & | GetPosition () const |
| void | SetPositionByTolerance (bool t) |
| bool | IsPositionSetByTolerance () const |
Private Member Functions | |
| void | defineMessenger () |
Private Attributes | |
| std::string | fName |
| bool | fPositionSetByTolerance |
| G4ThreeVector | fTolerance |
| G4ThreeVector | fPosition |
Definition at line 74 of file LBNESurveyor.hh.
| LBNESurveyedPt::LBNESurveyedPt | ( | ) |
Definition at line 118 of file LBNESurveyor.cc.
| LBNESurveyedPt::LBNESurveyedPt | ( | const std::string & | aName | ) |
Definition at line 125 of file LBNESurveyor.cc.
| LBNESurveyedPt::LBNESurveyedPt | ( | const std::string & | aName, |
| const G4ThreeVector & | tolerance | ||
| ) |
Definition at line 134 of file LBNESurveyor.cc.
|
private |
Definition at line 143 of file LBNESurveyor.cc.
|
inline |
Definition at line 90 of file LBNESurveyor.hh.
|
inline |
Definition at line 94 of file LBNESurveyor.hh.
|
inline |
Definition at line 93 of file LBNESurveyor.hh.
|
inline |
Definition at line 96 of file LBNESurveyor.hh.
|
inline |
Definition at line 92 of file LBNESurveyor.hh.
| void LBNESurveyedPt::SetPositionByTolerance | ( | bool | t | ) |
Definition at line 174 of file LBNESurveyor.cc.
|
inline |
Definition at line 91 of file LBNESurveyor.hh.
|
private |
Definition at line 81 of file LBNESurveyor.hh.
|
private |
Definition at line 86 of file LBNESurveyor.hh.
|
private |
Definition at line 82 of file LBNESurveyor.hh.
|
private |
Definition at line 83 of file LBNESurveyor.hh.
1.8.11