![]() |
ATLAS Offline Software
|
#include <LArWheelSliceSolid.h>
Public Types | |
| enum | pos_t { Inner , Outer } |
| enum | type_t { Absorber , Electrode , Glue , Lead } |
Public Member Functions | |
| LArWheelSliceSolid (const G4String &name, pos_t pos, type_t type, size_t slice, G4int zside=1, const LArWheelCalculator *calc=0, const EMECData *emecData=0) | |
| LArWheelSliceSolid (const G4String &name, const EMECData *emecData) | |
| virtual | ~LArWheelSliceSolid () |
| 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 |
| G4ThreeVector | GetPointOnSurface (void) const |
| G4double | GetCubicVolume (void) |
| G4double | GetSurfaceArea (void) |
| const G4VSolid * | GetBoundingShape (void) const |
| const LArWheelCalculator * | GetCalculator (void) const |
| 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 Member Functions | |
| void | inner_solid_init (const G4String &, size_t slice) |
| void | outer_solid_init (const G4String &, size_t slice) |
| void | fill_zsect (std::vector< G4double > &, G4double zMid=0.) const |
| 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 |
| 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) |
| G4String | TypeStr (void) const |
| void | createSolid (const G4String &name, G4int zside, size_t slice, const EMECData *emecData) |
| void | check_slice (size_t size, size_t slice) const |
| void | initMessaging () const |
| Initialize our message level and MessageSvc. | |
Private Attributes | |
| pos_t | m_Pos {} |
| type_t | m_Type {} |
| const LArWheelCalculator * | m_Calculator {} |
| G4VSolid * | m_BoundingShape {} |
| G4double | m_FanHalfThickness {} |
| G4double | m_FHTplusT {} |
| G4double | m_FHTminusT {} |
| G4double | m_Xmin {} |
| G4double | m_Xmax {} |
| G4double | m_Ymin {} |
| G4double | m_Zmin {} |
| G4double | m_Zmax {} |
| G4double | m_Rmin {} |
| G4double | m_Rmax {} |
| 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 | LArWheelSliceSolid_fcn_area (double *x, double *p) |
| double | LArWheelSliceSolid_fcn_vol (double *x, double *p) |
| double | LArWheelSliceSolid_fcn_area_on_pc (double *x, double *p) |
| double | LArWheelSliceSolid_get_dl (double *x, double *par, G4int side) |
| double | LArWheelSliceSolid_fcn_side_area (double *x, double *p) |
Definition at line 42 of file LArWheelSliceSolid.h.
| LArWheelSliceSolid::LArWheelSliceSolid | ( | const G4String & | name, |
| pos_t | pos, | ||
| type_t | type, | ||
| size_t | slice, | ||
| G4int | zside = 1, | ||
| const LArWheelCalculator * | calc = 0, | ||
| const EMECData * | emecData = 0 ) |
Definition at line 47 of file LArWheelSliceSolidInit.cxx.
| LArWheelSliceSolid::LArWheelSliceSolid | ( | const G4String & | name, |
| const EMECData * | emecData ) |
Definition at line 62 of file LArWheelSliceSolidInit.cxx.
|
inlinevirtual |
Definition at line 59 of file LArWheelSliceSolid.h.
| G4bool LArWheelSliceSolid::CalculateExtent | ( | const EAxis | a, |
| const G4VoxelLimits & | vl, | ||
| const G4AffineTransform & | t, | ||
| G4double & | p, | ||
| G4double & | q ) const |
Definition at line 58 of file LArWheelSliceSolid.cxx.
|
inlineprivate |
Definition at line 183 of file LArWheelSliceSolidInit.cxx.
|
private |
Definition at line 484 of file LArWheelSliceSolidTests.cxx.
| G4Polyhedron * LArWheelSliceSolid::CreatePolyhedron | ( | ) | const |
Definition at line 101 of file LArWheelSliceSolid.cxx.
|
private |
Definition at line 104 of file LArWheelSliceSolidInit.cxx.
| void LArWheelSliceSolid::DescribeYourselfTo | ( | G4VGraphicsScene & | scene | ) | const |
Definition at line 91 of file LArWheelSliceSolid.cxx.
|
privatevirtual |
Definition at line 121 of file LArWheelSliceSolidDisToIn.cxx.
| G4double LArWheelSliceSolid::DistanceToIn | ( | const G4ThreeVector & | inputP | ) | const |
Definition at line 15 of file LArWheelSliceSolidDisToIn.cxx.
| G4double LArWheelSliceSolid::DistanceToIn | ( | const G4ThreeVector & | inputP, |
| const G4ThreeVector & | inputV ) const |
Definition at line 44 of file LArWheelSliceSolidDisToIn.cxx.
| G4double LArWheelSliceSolid::DistanceToOut | ( | const G4ThreeVector & | inputP | ) | const |
Definition at line 10 of file LArWheelSliceSolidDisToOut.cxx.
| G4double LArWheelSliceSolid::DistanceToOut | ( | const G4ThreeVector & | inputP, |
| const G4ThreeVector & | inputV, | ||
| const G4bool | calcNorm = false, | ||
| G4bool * | validNorm = 0, | ||
| G4ThreeVector * | n = 0 ) const |
Definition at line 33 of file LArWheelSliceSolidDisToOut.cxx.
|
private |
Definition at line 263 of file LArWheelSliceSolidInit.cxx.
|
private |
Definition at line 509 of file LArWheelSliceSolidTests.cxx.
|
private |
Definition at line 334 of file LArWheelSliceSolidTests.cxx.
|
private |
Definition at line 329 of file LArWheelSliceSolidTests.cxx.
|
private |
Definition at line 362 of file LArWheelSliceSolidTests.cxx.
|
private |
Definition at line 346 of file LArWheelSliceSolidTests.cxx.
|
private |
Definition at line 101 of file LArWheelSliceSolidTests.cxx.
|
private |
Definition at line 288 of file LArWheelSliceSolidTests.cxx.
|
private |
Definition at line 165 of file LArWheelSliceSolidTests.cxx.
|
inline |
Definition at line 91 of file LArWheelSliceSolid.h.
|
inline |
Definition at line 92 of file LArWheelSliceSolid.h.
| G4double LArWheelSliceSolid::GetCubicVolume | ( | void | ) |
Definition at line 316 of file LArWheelSliceSolidTests.cxx.
|
inline |
Definition at line 78 of file LArWheelSliceSolid.h.
| G4VisExtent LArWheelSliceSolid::GetExtent | ( | ) | const |
Definition at line 96 of file LArWheelSliceSolid.cxx.
| G4ThreeVector LArWheelSliceSolid::GetPointOnSurface | ( | void | ) | const |
Definition at line 69 of file LArWheelSliceSolidTests.cxx.
| G4double LArWheelSliceSolid::GetSurfaceArea | ( | void | ) |
Definition at line 367 of file LArWheelSliceSolidTests.cxx.
|
private |
Definition at line 177 of file LArWheelSliceSolidDisToIn.cxx.
|
private |
Definition at line 608 of file LArWheelSliceSolidTests.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 193 of file LArWheelSliceSolidInit.cxx.
| EInside LArWheelSliceSolid::Inside | ( | const G4ThreeVector & | inputP | ) | const |
Definition at line 15 of file LArWheelSliceSolid.cxx.
|
private |
Definition at line 29 of file LArWheelSliceSolidTests.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 139 of file LArWheelSliceSolidDisToOut.cxx.
|
private |
Definition at line 227 of file LArWheelSliceSolidInit.cxx.
|
private |
Definition at line 169 of file LArWheelSliceSolidDisToOut.cxx.
|
private |
Definition at line 213 of file LArWheelSliceSolidDisToIn.cxx.
|
private |
Definition at line 39 of file LArWheelSliceSolidTests.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 82 of file LArWheelSliceSolid.h.
| G4ThreeVector LArWheelSliceSolid::SurfaceNormal | ( | const G4ThreeVector & | inputP | ) | const |
Definition at line 39 of file LArWheelSliceSolid.cxx.
|
private |
Definition at line 397 of file LArWheelSliceSolidTests.cxx.
|
private |
Definition at line 67 of file LArWheelSliceSolid.cxx.
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
Definition at line 568 of file LArWheelSliceSolidTests.cxx.
|
mutableprivateinherited |
Messaging initialized (initMessaging)
Definition at line 141 of file AthMessaging.h.
|
private |
Definition at line 104 of file LArWheelSliceSolid.h.
|
private |
Definition at line 103 of file LArWheelSliceSolid.h.
|
protected |
Definition at line 158 of file LArWheelSliceSolid.h.
|
protected |
Definition at line 158 of file LArWheelSliceSolid.h.
|
protected |
Definition at line 158 of file LArWheelSliceSolid.h.
|
protected |
Definition at line 158 of file LArWheelSliceSolid.h.
|
protected |
Definition at line 158 of file LArWheelSliceSolid.h.
|
private |
Definition at line 106 of file LArWheelSliceSolid.h.
|
private |
Definition at line 106 of file LArWheelSliceSolid.h.
|
private |
Definition at line 106 of file LArWheelSliceSolid.h.
|
mutableprivateinherited |
|
mutableprivateinherited |
|
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 101 of file LArWheelSliceSolid.h.
|
private |
Definition at line 115 of file LArWheelSliceSolid.h.
|
private |
Definition at line 115 of file LArWheelSliceSolid.h.
|
protected |
Definition at line 161 of file LArWheelSliceSolid.h.
|
private |
Definition at line 102 of file LArWheelSliceSolid.h.
|
private |
Definition at line 109 of file LArWheelSliceSolid.h.
|
private |
Definition at line 109 of file LArWheelSliceSolid.h.
|
private |
Definition at line 112 of file LArWheelSliceSolid.h.
|
private |
Definition at line 115 of file LArWheelSliceSolid.h.
|
private |
Definition at line 115 of file LArWheelSliceSolid.h.
|
staticprivate |
Definition at line 96 of file LArWheelSliceSolid.h.
|
staticprivate |
Definition at line 97 of file LArWheelSliceSolid.h.
|
staticprivate |
Definition at line 98 of file LArWheelSliceSolid.h.
|
staticprivate |
Definition at line 99 of file LArWheelSliceSolid.h.
|
staticprivate |
Definition at line 95 of file LArWheelSliceSolid.h.