![]() |
ATLAS Offline Software
|
#include <CaloGeometryFromCaloDDM.h>
Public Member Functions | |
| CaloGeometryFromCaloDDM () | |
| virtual | ~CaloGeometryFromCaloDDM () |
| bool | LoadGeometryFromCaloDDM (const CaloDetDescrManager *calo_dd_man) |
| bool | LoadFCalChannelMapFromFCalDDM (const FCALDetectorManager *fcal_dd_man) |
| virtual bool | PostProcessGeometry () |
| virtual void Validate | ATLAS_NOT_THREAD_SAFE (int nrnd=100) |
| virtual const CaloDetDescrElement * | getDDE (Identifier identify) const |
| virtual const CaloDetDescrElement * | getDDE (int sampling, Identifier identify) const |
| virtual const CaloDetDescrElement * | getDDE (int sampling, float eta, float phi, float *distance=0, int *steps=0) const |
| virtual const CaloDetDescrElement * | getFCalDDE (int sampling, float x, float y, float z, float *distance=0, int *steps=0) const |
| bool | getClosestFCalCellIndex (int sampling, float x, float y, int &ieta, int &iphi, int *steps=0) const |
| double | deta (int sample, double eta) const |
| void | minmaxeta (int sample, double eta, double &mineta, double &maxeta) const |
| double | rzmid (int sample, double eta) const |
| double | rzent (int sample, double eta) const |
| double | rzext (int sample, double eta) const |
| double | rmid (int sample, double eta) const |
| double | rent (int sample, double eta) const |
| double | rext (int sample, double eta) const |
| double | zmid (int sample, double eta) const |
| double | zent (int sample, double eta) const |
| double | zext (int sample, double eta) const |
| double | rpos (int sample, double eta, int subpos=CaloSubPos::SUBPOS_MID) const |
| double | zpos (int sample, double eta, int subpos=CaloSubPos::SUBPOS_MID) const |
| double | rzpos (int sample, double eta, int subpos=CaloSubPos::SUBPOS_MID) const |
| bool | isCaloBarrel (int sample) const |
| TGraphErrors * | GetGraph (unsigned int sample) const |
| void | SetDoGraphs (bool dographs=true) |
| bool | DoGraphs () const |
| TGraph * | DrawGeoSampleForPhi0 (int sample, int calocol, bool print=false) |
| TCanvas * | DrawGeoForPhi0 () |
| FCAL_ChannelMap * | GetFCAL_ChannelMap () |
| void | SetFCal_ChannelMap (const FCAL_ChannelMap *fcal_ChannnelMap) |
| void | calculateFCalRminRmax () |
| virtual bool | checkFCalGeometryConsistency () |
| virtual void | PrintMapInfo (int i, int j) |
| 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. | |
Static Public Member Functions | |
| static std::string | SamplingName (int sample) |
Static Public Attributes | |
| static const int | MAX_SAMPLING = CaloCell_ID_FCS::MaxSample |
| static const Identifier | m_debug_identify |
| static std::atomic< bool > | m_debug =false |
Protected Member Functions | |
| virtual void | addcell (const CaloDetDescrElement *cell) |
| virtual void | post_process (int layer) |
| virtual void | InitRZmaps () |
Protected Attributes | |
| t_cellmap | m_cells |
| std::vector< t_cellmap > | m_cells_in_sampling |
| std::vector< t_eta_cellmap > | m_cells_in_sampling_for_phi0 |
| std::vector< std::vector< CaloGeometryLookup * > > | m_cells_in_regions |
| std::vector< bool > | m_isCaloBarrel |
| std::vector< double > | m_min_eta_sample [2] |
| std::vector< double > | m_max_eta_sample [2] |
| std::vector< FSmap< double, double > > | m_rmid_map [2] |
| std::vector< FSmap< double, double > > | m_zmid_map [2] |
| std::vector< FSmap< double, double > > | m_rent_map [2] |
| std::vector< FSmap< double, double > > | m_zent_map [2] |
| std::vector< FSmap< double, double > > | m_rext_map [2] |
| std::vector< FSmap< double, double > > | m_zext_map [2] |
| bool | m_dographs |
| std::vector< TGraphErrors * > | m_graph_layers |
| FCAL_ChannelMap | m_FCal_ChannelMap |
| std::vector< double > | m_FCal_rmin |
| std::vector< double > | m_FCal_rmax |
Private Member Functions | |
| void | initMessaging () const |
| Initialize our message level and MessageSvc. | |
Private Attributes | |
| 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) | |
Definition at line 15 of file CaloGeometryFromCaloDDM.h.
| CaloGeometryFromCaloDDM::CaloGeometryFromCaloDDM | ( | ) |
Definition at line 9 of file CaloGeometryFromCaloDDM.cxx.
|
virtualdefault |
|
protectedvirtualinherited |
Definition at line 67 of file CaloGeometry.cxx.
|
virtualinherited |
Implements ICaloGeometry.
|
inherited |
Definition at line 905 of file CaloGeometry.cxx.
|
virtualinherited |
Reimplemented in CaloGeometryFromFile.
Definition at line 922 of file CaloGeometry.cxx.
|
virtualinherited |
Implements ICaloGeometry.
Definition at line 752 of file CaloGeometry.cxx.
|
inlineinherited |
Definition at line 67 of file CaloGeometry.h.
|
inherited |
Definition at line 440 of file CaloGeometry.cxx.
|
inherited |
Definition at line 349 of file CaloGeometry.cxx.
|
inherited |
Definition at line 592 of file CaloGeometry.cxx.
|
virtualinherited |
Implements ICaloGeometry.
Definition at line 466 of file CaloGeometry.cxx.
|
virtualinherited |
Implements ICaloGeometry.
Definition at line 475 of file CaloGeometry.cxx.
|
virtualinherited |
Definition at line 470 of file CaloGeometry.cxx.
|
inlineinherited |
Definition at line 72 of file CaloGeometry.h.
|
virtualinherited |
Implements ICaloGeometry.
Definition at line 550 of file CaloGeometry.cxx.
|
inlineinherited |
Definition at line 65 of file CaloGeometry.h.
|
privateinherited |
Initialize our message level and MessageSvc.
This method should only be called once.
Definition at line 39 of file AthMessaging.cxx.
|
protectedvirtualinherited |
Definition at line 197 of file CaloGeometry.cxx.
|
inlinevirtualinherited |
| bool CaloGeometryFromCaloDDM::LoadFCalChannelMapFromFCalDDM | ( | const FCALDetectorManager * | fcal_dd_man | ) |
Definition at line 33 of file CaloGeometryFromCaloDDM.cxx.
| bool CaloGeometryFromCaloDDM::LoadGeometryFromCaloDDM | ( | const CaloDetDescrManager * | calo_dd_man | ) |
Definition at line 18 of file CaloGeometryFromCaloDDM.cxx.
|
virtualinherited |
|
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.
|
protectedvirtualinherited |
Definition at line 121 of file CaloGeometry.cxx.
|
virtualinherited |
Implements ICaloGeometry.
Definition at line 627 of file CaloGeometry.cxx.
|
virtualinherited |
Definition at line 93 of file CaloGeometry.cxx.
|
virtualinherited |
Implements ICaloGeometry.
Definition at line 812 of file CaloGeometry.cxx.
|
virtualinherited |
Implements ICaloGeometry.
Definition at line 837 of file CaloGeometry.cxx.
|
virtualinherited |
Implements ICaloGeometry.
Definition at line 787 of file CaloGeometry.cxx.
|
virtualinherited |
|
virtualinherited |
|
virtualinherited |
|
virtualinherited |
|
virtualinherited |
Implements ICaloGeometry.
Definition at line 884 of file CaloGeometry.cxx.
|
staticinherited |
Definition at line 900 of file CaloGeometry.cxx.
|
inlineinherited |
Definition at line 66 of file CaloGeometry.h.
|
inlineinherited |
Definition at line 73 of file CaloGeometry.h.
|
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.
|
virtualinherited |
Implements ICaloGeometry.
Definition at line 820 of file CaloGeometry.cxx.
|
virtualinherited |
Implements ICaloGeometry.
Definition at line 845 of file CaloGeometry.cxx.
|
virtualinherited |
Implements ICaloGeometry.
Definition at line 795 of file CaloGeometry.cxx.
|
virtualinherited |
|
mutableprivateinherited |
Messaging initialized (initMessaging)
Definition at line 141 of file AthMessaging.h.
|
protectedinherited |
Definition at line 100 of file CaloGeometry.h.
|
protectedinherited |
Definition at line 103 of file CaloGeometry.h.
|
protectedinherited |
Definition at line 101 of file CaloGeometry.h.
|
protectedinherited |
Definition at line 102 of file CaloGeometry.h.
|
staticinherited |
Definition at line 32 of file CaloGeometry.h.
|
staticinherited |
Definition at line 31 of file CaloGeometry.h.
|
protectedinherited |
Definition at line 115 of file CaloGeometry.h.
|
protectedinherited |
Definition at line 117 of file CaloGeometry.h.
|
protectedinherited |
Definition at line 118 of file CaloGeometry.h.
|
protectedinherited |
Definition at line 118 of file CaloGeometry.h.
|
protectedinherited |
Definition at line 116 of file CaloGeometry.h.
|
mutableprivateinherited |
|
protectedinherited |
Definition at line 105 of file CaloGeometry.h.
|
mutableprivateinherited |
|
protectedinherited |
Definition at line 107 of file CaloGeometry.h.
|
protectedinherited |
Definition at line 106 of file CaloGeometry.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.
|
protectedinherited |
Definition at line 110 of file CaloGeometry.h.
|
protectedinherited |
Definition at line 112 of file CaloGeometry.h.
|
protectedinherited |
Definition at line 108 of file CaloGeometry.h.
|
protectedinherited |
Definition at line 111 of file CaloGeometry.h.
|
protectedinherited |
Definition at line 113 of file CaloGeometry.h.
|
protectedinherited |
Definition at line 109 of file CaloGeometry.h.
|
staticinherited |
Definition at line 29 of file CaloGeometry.h.