![]() |
ATLAS Offline Software
|
#include <LArWheelSolid.h>
Public Member Functions | |
| LArWheelSolid (const G4String &name, LArWheelSolid_t type, G4int zside=1, LArWheelCalculator *calc=0, const EMECData *emecData=0) | |
| virtual | ~LArWheelSolid () |
| EInside | Inside (const G4ThreeVector &) const |
| G4double | DistanceToIn (const G4ThreeVector &, const G4ThreeVector &) const |
| G4double | DistanceToIn (const G4ThreeVector &) const |
| G4double | DistanceToOut (const G4ThreeVector &, const G4ThreeVector &, const G4bool calcNorm=false, G4bool *validNorm=0, G4ThreeVector *n=0) const |
| G4double | DistanceToOut (const G4ThreeVector &) const |
| G4ThreeVector | SurfaceNormal (const G4ThreeVector &) const |
| G4bool | CalculateExtent (const EAxis, const G4VoxelLimits &, const G4AffineTransform &, G4double &, G4double &) const |
| G4GeometryType | GetEntityType () const |
| void | DescribeYourselfTo (G4VGraphicsScene &) const |
| G4VisExtent | GetExtent () const |
| G4Polyhedron * | CreatePolyhedron () const |
| virtual std::ostream & | StreamInfo (std::ostream &os) const |
| const G4VSolid * | GetBoundingShape (void) const |
| const LArWheelCalculator * | GetCalculator (void) const |
| LArWheelSolid_t | GetType (void) const |
| G4ThreeVector | GetPointOnSurface (void) const |
| G4double | GetCubicVolume (void) |
| G4double | GetSurfaceArea (void) |
| bool | msgLvl (const MSG::Level lvl) const |
| Test the output level. | |
| MsgStream & | msg () const |
| The standard message stream. | |
| MsgStream & | msg (const MSG::Level lvl) const |
| The standard message stream. | |
| void | setLevel (MSG::Level lvl) |
| Change the current logging level. | |
Protected Attributes | |
| TF1 * | m_f_area |
| TF1 * | m_f_vol |
| TF1 * | m_f_area_on_pc |
| TF1 * | m_f_length |
| TF1 * | m_f_side_area |
| double | m_test_index |
Private Types | |
| enum | FanBoundExit_t { NoCross , ExitAtInner , ExitAtOuter , ExitAtFront , ExitAtBack , ExitAtSide } |
Private Member Functions | |
| void | inner_solid_init (const G4String &) |
| void | outer_solid_init (const G4String &) |
| void | set_phi_size (void) |
| virtual G4double | distance_to_in (G4ThreeVector &, const G4ThreeVector &, int) const |
| G4double | in_iteration_process (const G4ThreeVector &, G4double, G4ThreeVector &, int) const |
| G4double | search_for_nearest_point (const G4ThreeVector &, const G4double, const G4ThreeVector &, int) const |
| G4bool | search_for_most_remoted_point (const G4ThreeVector &, const G4ThreeVector &, G4ThreeVector &, const int) const |
| G4double | out_iteration_process (const G4ThreeVector &, G4ThreeVector &, const int) const |
| FanBoundExit_t | find_exit_point (const G4ThreeVector &p, const G4ThreeVector &v, G4ThreeVector &q) const |
| G4bool | fs_cross_lower (const G4ThreeVector &p, const G4ThreeVector &v, G4ThreeVector &q) const |
| G4bool | fs_cross_upper (const G4ThreeVector &p, const G4ThreeVector &v, G4ThreeVector &q) const |
| G4bool | check_D (G4double &b, G4double A, G4double B, G4double C, G4bool) const |
| G4int | select_section (const G4double &Z) const |
| EInside | Inside_accordion (const G4ThreeVector &) const |
| void | get_point_on_accordion_surface (G4ThreeVector &) const |
| void | get_point_on_polycone_surface (G4ThreeVector &) const |
| void | get_point_on_flat_surface (G4ThreeVector &) const |
| void | set_failover_point (G4ThreeVector &p, const char *m=0) const |
| G4double | get_area_on_polycone (void) const |
| G4double | get_area_on_face (void) const |
| G4double | get_area_on_side (void) const |
| G4double | get_area_at_r (G4double r) const |
| G4double | get_length_at_r (G4double r) const |
| void | test (void) |
| void | clean_tests (void) |
| void | init_tests (void) |
| void | initMessaging () const |
| Initialize our message level and MessageSvc. | |
Private Attributes | |
| G4bool | m_IsOuter |
| const LArWheelSolid_t | m_Type |
| LArWheelCalculator * | m_Calculator |
| G4double | m_FanHalfThickness |
| G4double | m_FHTplusT |
| G4double | m_FHTminusT |
| G4double | m_FanPhiAmplitude |
| G4double | m_MinPhi |
| G4double | m_MaxPhi |
| const G4double | m_PhiPosition |
| G4VSolid * | m_BoundingShape |
| std::vector< G4double > | m_Zsect |
| G4int | m_Zsect_start_search |
| LArFanSections * | m_fs |
| G4double | m_Zmid |
| G4double | m_Ymin |
| G4double | m_Zmin |
| G4double | m_Zmax |
| G4double | m_Rmin |
| G4double | m_Rmax |
| G4double | m_Ymid |
| std::string | m_nm |
| Message source name. | |
| boost::thread_specific_ptr< MsgStream > | m_msg_tls |
| MsgStream instance (a std::cout like with print-out levels) | |
| std::atomic< IMessageSvc * > | m_imsg { nullptr } |
| MessageSvc pointer. | |
| std::atomic< MSG::Level > | m_lvl { MSG::NIL } |
| Current logging level. | |
| std::atomic_flag m_initialized | ATLAS_THREAD_SAFE = ATOMIC_FLAG_INIT |
| Messaging initialized (initMessaging) | |
Static Private Attributes | |
| static const G4double | s_Tolerance = G4GeometryTolerance::GetInstance()->GetSurfaceTolerance() / 2 |
| static const G4double | s_AngularTolerance = G4GeometryTolerance::GetInstance()->GetAngularTolerance() / 2 |
| static const G4double | s_IterationPrecision = 0.001*CLHEP::mm |
| static const G4double | s_IterationPrecision2 = s_IterationPrecision * s_IterationPrecision |
| static const unsigned int | s_IterationsLimit = 50 |
Friends | |
| double | LArWheelSolid_fcn_area (double *x, double *p) |
| double | LArWheelSolid_fcn_vol (double *x, double *p) |
| double | LArWheelSolid_fcn_area_on_pc (double *x, double *p) |
| double | LArWheelSolid_get_dl (double *x, double *par, G4int side) |
| double | LArWheelSolid_fcn_side_area (double *x, double *p) |
Definition at line 90 of file LArWheelSolid.h.
|
private |
| Enumerator | |
|---|---|
| NoCross | |
| ExitAtInner | |
| ExitAtOuter | |
| ExitAtFront | |
| ExitAtBack | |
| ExitAtSide | |
Definition at line 189 of file LArWheelSolid.h.
| LArWheelSolid::LArWheelSolid | ( | const G4String & | name, |
| LArWheelSolid_t | type, | ||
| G4int | zside = 1, | ||
| LArWheelCalculator * | calc = 0, | ||
| const EMECData * | emecData = 0 ) |
Definition at line 32 of file LArWheelSolidInit.cxx.
|
virtual |
Definition at line 200 of file LArWheelSolidInit.cxx.
| G4bool LArWheelSolid::CalculateExtent | ( | const EAxis | a, |
| const G4VoxelLimits & | vl, | ||
| const G4AffineTransform & | t, | ||
| G4double & | p, | ||
| G4double & | q ) const |
Definition at line 58 of file LArWheelSolid.cxx.
|
private |
Definition at line 41 of file LArFanSection.cxx.
|
private |
Definition at line 486 of file LArWheelSolidTests.cxx.
| G4Polyhedron * LArWheelSolid::CreatePolyhedron | ( | ) | const |
Definition at line 156 of file LArWheelSolid.cxx.
| void LArWheelSolid::DescribeYourselfTo | ( | G4VGraphicsScene & | scene | ) | const |
Definition at line 146 of file LArWheelSolid.cxx.
|
privatevirtual |
Definition at line 216 of file LArWheelSolidDisToIn.cxx.
| G4double LArWheelSolid::DistanceToIn | ( | const G4ThreeVector & | inputP | ) | const |
Definition at line 17 of file LArWheelSolidDisToIn.cxx.
| G4double LArWheelSolid::DistanceToIn | ( | const G4ThreeVector & | inputP, |
| const G4ThreeVector & | inputV ) const |
Definition at line 46 of file LArWheelSolidDisToIn.cxx.
| G4double LArWheelSolid::DistanceToOut | ( | const G4ThreeVector & | inputP | ) | const |
Definition at line 11 of file LArWheelSolidDisToOut.cxx.
| G4double LArWheelSolid::DistanceToOut | ( | const G4ThreeVector & | inputP, |
| const G4ThreeVector & | inputV, | ||
| const G4bool | calcNorm = false, | ||
| G4bool * | validNorm = 0, | ||
| G4ThreeVector * | n = 0 ) const |
Definition at line 34 of file LArWheelSolidDisToOut.cxx.
|
private |
Definition at line 216 of file LArFanSection.cxx.
|
private |
Definition at line 103 of file LArFanSection.cxx.
|
private |
Definition at line 165 of file LArFanSection.cxx.
|
private |
Definition at line 511 of file LArWheelSolidTests.cxx.
|
private |
Definition at line 333 of file LArWheelSolidTests.cxx.
|
private |
Definition at line 328 of file LArWheelSolidTests.cxx.
|
private |
Definition at line 361 of file LArWheelSolidTests.cxx.
|
private |
Definition at line 345 of file LArWheelSolidTests.cxx.
|
private |
Definition at line 99 of file LArWheelSolidTests.cxx.
|
private |
Definition at line 288 of file LArWheelSolidTests.cxx.
|
private |
Definition at line 165 of file LArWheelSolidTests.cxx.
|
inline |
Definition at line 129 of file LArWheelSolid.h.
|
inline |
Definition at line 130 of file LArWheelSolid.h.
| G4double LArWheelSolid::GetCubicVolume | ( | void | ) |
Definition at line 316 of file LArWheelSolidTests.cxx.
| G4GeometryType LArWheelSolid::GetEntityType | ( | ) | const |
Definition at line 65 of file LArWheelSolid.cxx.
| G4VisExtent LArWheelSolid::GetExtent | ( | ) | const |
Definition at line 151 of file LArWheelSolid.cxx.
| G4ThreeVector LArWheelSolid::GetPointOnSurface | ( | void | ) | const |
Definition at line 66 of file LArWheelSolidTests.cxx.
| G4double LArWheelSolid::GetSurfaceArea | ( | void | ) |
Definition at line 366 of file LArWheelSolidTests.cxx.
|
inline |
Definition at line 131 of file LArWheelSolid.h.
|
private |
Definition at line 126 of file LArWheelSolidDisToIn.cxx.
|
private |
Definition at line 610 of file LArWheelSolidTests.cxx.
|
privateinherited |
Initialize our message level and MessageSvc.
This method should only be called once.
Definition at line 39 of file AthMessaging.cxx.
|
private |
Definition at line 206 of file LArWheelSolidInit.cxx.
| EInside LArWheelSolid::Inside | ( | const G4ThreeVector & | inputP | ) | const |
Definition at line 15 of file LArWheelSolid.cxx.
|
private |
Definition at line 29 of file LArWheelSolidTests.cxx.
|
inlineinherited |
The standard message stream.
Returns a reference to the default message stream May not be invoked before sysInitialize() has been invoked.
Definition at line 163 of file AthMessaging.h.
|
inlineinherited |
The standard message stream.
Returns a reference to the default message stream May not be invoked before sysInitialize() has been invoked.
Definition at line 178 of file AthMessaging.h.
|
inlineinherited |
Test the output level.
| lvl | The message level to test against |
| true | Messages at level "lvl" will be printed |
Definition at line 151 of file AthMessaging.h.
|
private |
Definition at line 229 of file LArWheelSolidDisToOut.cxx.
|
private |
Definition at line 274 of file LArWheelSolidInit.cxx.
|
private |
Definition at line 259 of file LArWheelSolidDisToOut.cxx.
|
private |
Definition at line 162 of file LArWheelSolidDisToIn.cxx.
|
private |
Definition at line 164 of file LArWheelSolid.cxx.
|
private |
Definition at line 39 of file LArWheelSolidTests.cxx.
|
private |
Definition at line 389 of file LArWheelSolidInit.cxx.
|
inherited |
Change the current logging level.
Use this rather than msg().setLevel() for proper operation with MT.
Definition at line 28 of file AthMessaging.cxx.
|
inlinevirtual |
Definition at line 127 of file LArWheelSolid.h.
| G4ThreeVector LArWheelSolid::SurfaceNormal | ( | const G4ThreeVector & | inputP | ) | const |
Definition at line 39 of file LArWheelSolid.cxx.
|
private |
Definition at line 396 of file LArWheelSolidTests.cxx.
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
Definition at line 570 of file LArWheelSolidTests.cxx.
|
mutableprivateinherited |
Messaging initialized (initMessaging)
Definition at line 141 of file AthMessaging.h.
|
private |
Definition at line 154 of file LArWheelSolid.h.
|
private |
Definition at line 148 of file LArWheelSolid.h.
|
protected |
Definition at line 227 of file LArWheelSolid.h.
|
protected |
Definition at line 227 of file LArWheelSolid.h.
|
protected |
Definition at line 227 of file LArWheelSolid.h.
|
protected |
Definition at line 227 of file LArWheelSolid.h.
|
protected |
Definition at line 227 of file LArWheelSolid.h.
|
private |
Definition at line 149 of file LArWheelSolid.h.
|
private |
Definition at line 150 of file LArWheelSolid.h.
|
private |
Definition at line 149 of file LArWheelSolid.h.
|
private |
Definition at line 149 of file LArWheelSolid.h.
|
private |
Definition at line 162 of file LArWheelSolid.h.
|
mutableprivateinherited |
|
private |
Definition at line 146 of file LArWheelSolid.h.
|
mutableprivateinherited |
|
private |
Definition at line 152 of file LArWheelSolid.h.
|
private |
Definition at line 151 of file LArWheelSolid.h.
|
mutableprivateinherited |
MsgStream instance (a std::cout like with print-out levels)
Definition at line 132 of file AthMessaging.h.
|
privateinherited |
Message source name.
Definition at line 129 of file AthMessaging.h.
|
private |
Definition at line 153 of file LArWheelSolid.h.
|
private |
Definition at line 169 of file LArWheelSolid.h.
|
private |
Definition at line 169 of file LArWheelSolid.h.
|
protected |
Definition at line 229 of file LArWheelSolid.h.
|
private |
Definition at line 147 of file LArWheelSolid.h.
|
private |
Definition at line 171 of file LArWheelSolid.h.
|
private |
Definition at line 167 of file LArWheelSolid.h.
|
private |
Definition at line 169 of file LArWheelSolid.h.
|
private |
Definition at line 165 of file LArWheelSolid.h.
|
private |
Definition at line 169 of file LArWheelSolid.h.
|
private |
Definition at line 159 of file LArWheelSolid.h.
|
private |
Definition at line 160 of file LArWheelSolid.h.
|
staticprivate |
Definition at line 141 of file LArWheelSolid.h.
|
staticprivate |
Definition at line 142 of file LArWheelSolid.h.
|
staticprivate |
Definition at line 143 of file LArWheelSolid.h.
|
staticprivate |
Definition at line 144 of file LArWheelSolid.h.
|
staticprivate |
Definition at line 140 of file LArWheelSolid.h.