#include <LBNESurveyor.hh>
Definition at line 107 of file LBNESurveyor.hh.
LBNESurveyor::LBNESurveyor |
( |
| ) |
|
|
private |
void LBNESurveyor::AddPoint |
( |
const std::string & |
aName | ) |
|
|
inline |
void LBNESurveyor::AddPoint |
( |
const std::string & |
aName, |
|
|
const G4ThreeVector |
tolerance |
|
) |
| |
|
inline |
Definition at line 132 of file LBNESurveyor.hh.
134 if (aName == it->GetName())
return it;
std::vector< LBNESurveyedPt > fData
Definition at line 138 of file LBNESurveyor.hh.
140 if (it->GetName().find(vName) != std::string::npos) {
141 G4ThreeVector pp = it->GetPosition();
142 if (
std::abs(pp[0]) > 1.0e-6*CLHEP::mm)
return true;
143 if (
std::abs(pp[1]) > 1.0e-6*CLHEP::mm)
return true;
std::vector< LBNESurveyedPt > fData
void LBNESurveyor::SetIt |
( |
| ) |
|
void LBNESurveyor::setPointPosition |
( |
const std::string & |
aName, |
|
|
const G4ThreeVector & |
position |
|
) |
| |
|
inline |
Definition at line 148 of file LBNESurveyor.hh.
150 if (aName == it->GetName()) it->SetPosition(
position);
std::vector< LBNESurveyedPt > fData
void LBNESurveyor::setPointPositionWithinTolerance |
( |
const std::string & |
aName | ) |
|
void LBNESurveyor::setPointTolerance |
( |
const std::string & |
aName, |
|
|
const G4ThreeVector & |
tolerance |
|
) |
| |
|
inline |
Definition at line 153 of file LBNESurveyor.hh.
155 if (aName == it->GetName()) it->SetTolerance(
tolerance);
std::vector< LBNESurveyedPt > fData
void LBNESurveyor::SetThings |
( |
| ) |
|
|
private |
Definition at line 206 of file LBNESurveyor.cc.
LBNEAllSurveyorMessenger * fAllMessenger
void AddPoint(const std::string &aName)
size_t LBNESurveyor::size |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following files: