#include <LArCoudes.h>
Definition at line 10 of file LArCoudes.h.
◆ LArCoudes()
LArCoudes::LArCoudes |
( |
const std::string & |
strDetector = "" | ) |
|
◆ theCoudes()
Definition at line 8 of file LArCoudes.cxx.
11 const std::string
prefix = strDetector.empty() ?
"" : strDetector+
"::";
13 prefix+
"LAr::EMB::Electrode::CornerDownFold");
◆ XCentCoude()
double LArCoudes::XCentCoude |
( |
int |
stackid, |
|
|
int |
cellid |
|
) |
| const |
Definition at line 28 of file LArCoudes.cxx.
30 const int id=cellid+stackid*10000;
32 if (!
pv) std::abort();
33 const G4ThreeVector& tv=
pv->GetTranslation();
◆ YCentCoude()
double LArCoudes::YCentCoude |
( |
int |
stackid, |
|
|
int |
cellid |
|
) |
| const |
Definition at line 36 of file LArCoudes.cxx.
38 const int id=cellid+stackid*10000;
40 if (!
pv) std::abort();
41 const G4ThreeVector& tv=
pv->GetTranslation();
The documentation for this class was generated from the following files: