![]() |
ATLAS Offline Software
|
#include <SCTGeometryManagerTool.h>
Public Member Functions | |
| SCTGeometryManagerTool (const std::string &type, const std::string &name, const IInterface *parent) | |
| virtual | ~SCTGeometryManagerTool () |
| StatusCode | initialize () |
| StatusCode | finalize () |
| int | ReadGeometry (int solveLevel) |
| read the geometry Method is called from the main AlignAlg to build the geometry based on the requested level of alignment. | |
| void | PrintModPositions () |
| void | StoreModPositions (std::string) |
| void | buildGeometry () |
| builds geometry for SCT alignment | |
| void | addModuleParameters (Trk::AlignModule *module, DataVector< DataVector< Trk::AlignPar > > *allFullModPars, DataVector< DataVector< Trk::AlignPar > > *allActiveModPars) |
| adds alignment parameters for the module checks for active parameters and calls setSigmas() | |
| bool | checkAlignLevel () |
| check whether the alignment level is correct | |
| bool | checkAlignLevelBarrel () |
| check whether the Barrel alignment level is correct | |
| bool | checkAlignLevelEndcaps () |
| check whether the Endcap alignment level is correct | |
| void | setAlignLevel (int level) |
| set alignment level | |
| virtual void | setNtuple (TFile *) |
| Sets output ntuple file, to be implemented if needed for detector-specific implementation. | |
| virtual void | setLogStream (std::ostream *os) |
| sets the output stream for the logfile | |
| virtual int | getNextIDHash () |
| get next free IDHash usable for new AlignModule | |
| virtual void | setFirstIDHash (unsigned int idhash) |
| set first free IDHash usable for new AlignModule | |
| virtual void | setModuleList (Trk::AlignModuleList *list) |
| set pointer to module list to which the modules should be added to | |
| virtual void | setHashMaps (std::vector< Trk::AlignModuleList * > *maps) |
| set pointer to vector of hashMaps to which the elements should be added to | |
| virtual int | alignLevel () |
| get alignment level | |
| virtual int | alignLevelBarrel () |
| get alignment level | |
| virtual void | setAlignLevelBarrel (int level) |
| set alignment level | |
| virtual int | alignLevelEndcaps () |
| get alignment level | |
| virtual void | setAlignLevelEndcaps (int level) |
| set alignment level | |
| ServiceHandle< StoreGateSvc > & | evtStore () |
The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc. | |
| const ServiceHandle< StoreGateSvc > & | detStore () const |
The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc. | |
| virtual StatusCode | sysInitialize () override |
| Perform system initialization for an algorithm. | |
| virtual StatusCode | sysStart () override |
| Handle START transition. | |
| virtual std::vector< Gaudi::DataHandle * > | inputHandles () const override |
| Return this algorithm's input handles. | |
| virtual std::vector< Gaudi::DataHandle * > | outputHandles () const override |
| Return this algorithm's output handles. | |
| Gaudi::Details::PropertyBase & | declareProperty (Gaudi::Property< T, V, H > &t) |
| void | updateVHKA (Gaudi::Details::PropertyBase &) |
| MsgStream & | msg () const |
| bool | msgLvl (const MSG::Level lvl) const |
Static Public Member Functions | |
| static const InterfaceID & | interfaceID () |
Protected Member Functions | |
| void | renounceArray (SG::VarHandleKeyArray &handlesArray) |
| remove all handles from I/O resolution | |
| std::enable_if_t< std::is_void_v< std::result_of_t< decltype(&T::renounce)(T)> > &&!std::is_base_of_v< SG::VarHandleKeyArray, T > &&std::is_base_of_v< Gaudi::DataHandle, T >, void > | renounce (T &h) |
| void | extraDeps_update_handler (Gaudi::Details::PropertyBase &ExtraDeps) |
| Add StoreName to extra input/output deps as needed. | |
Protected Attributes | |
| Trk::AlignModuleList * | m_alignModuleListPtr = nullptr |
| pointer to module list to which the modules are added | |
| std::vector< Trk::AlignModuleList * > * | m_idHashToAlignModuleMapsPtr = nullptr |
| pointer to vector of hashMaps to which the elements are added | |
| int | m_hashCounter = 0 |
| variable for setting the idHash of the AlignModules | |
| std::ostream * | m_logStream = nullptr |
| logfile output stream | |
| int | m_alignLevel = 0 |
| alignment level | |
| int | m_alignLevelBarrel = 0 |
| alignment level | |
| int | m_alignLevelEndcaps = 0 |
| alignment level | |
Private Types | |
| typedef ServiceHandle< StoreGateSvc > | StoreGateSvc_t |
Private Member Functions | |
| void | buildL0 () |
| creates L0 AlignModules for SCT | |
| void | buildL1Barrel () |
| creates L1 AlignModules for SCT barrel | |
| void | buildL1Endcaps () |
| creates L1 AlignModules for SCT endcaps | |
| void | buildL2Barrel () |
| creates L2 AlignModules for SCT barrel | |
| void | buildL27Barrel () |
| creates L27 AlignModules for SCT barrel | |
| void | buildL2Endcaps () |
| creates L2 AlignModules for SCT endcaps | |
| void | buildL25Endcaps () |
| creates L25 AlignModules for SCT endcaps | |
| void | buildL2Old () |
| creates L2 AlignModules for the full Pixel in the ordering equal to the old code | |
| void | buildL3Barrel () |
| creates L3 AlignModules for SCT barrel | |
| void | buildL3Endcaps () |
| creates L3 AlignModules for SCT endcaps | |
| void | setSigmas (Trk::AlignModule *mod, DataVector< Trk::AlignPar > *modPars) |
| sets sigmas for modules | |
| bool | moduleSelected (Trk::AlignModule *mod) |
| check wheather module is selected for module pointer | |
| bool | moduleSelected (unsigned long long modId) |
| check wheather module is selected for module id | |
| void | dumpGeometry () |
| print basic geometry info to screen | |
| Gaudi::Details::PropertyBase & | declareGaudiProperty (Gaudi::Property< T, V, H > &hndl, const SG::VarHandleKeyType &) |
| specialization for handling Gaudi::Property<SG::VarHandleKey> | |
Definition at line 43 of file SCTGeometryManagerTool.h.
|
privateinherited |
Definition at line 388 of file AthCommonDataStore.h.
| InDet::SCTGeometryManagerTool::SCTGeometryManagerTool | ( | const std::string & | type, |
| const std::string & | name, | ||
| const IInterface * | parent ) |
Definition at line 30 of file SCTGeometryManagerTool.cxx.
|
virtual |
Definition at line 106 of file SCTGeometryManagerTool.cxx.
|
virtual |
adds alignment parameters for the module checks for active parameters and calls setSigmas()
Reimplemented from Trk::IGeometryManagerTool.
Definition at line 1234 of file SCTGeometryManagerTool.cxx.
|
inlinevirtualinherited |
|
inlinevirtualinherited |
|
inlinevirtualinherited |
|
virtual |
builds geometry for SCT alignment
Reimplemented from Trk::IGeometryManagerTool.
Definition at line 286 of file SCTGeometryManagerTool.cxx.
|
private |
creates L0 AlignModules for SCT
Definition at line 336 of file SCTGeometryManagerTool.cxx.
|
private |
creates L1 AlignModules for SCT barrel
Definition at line 401 of file SCTGeometryManagerTool.cxx.
|
private |
creates L1 AlignModules for SCT endcaps
Definition at line 476 of file SCTGeometryManagerTool.cxx.
|
private |
creates L25 AlignModules for SCT endcaps
Definition at line 805 of file SCTGeometryManagerTool.cxx.
|
private |
creates L27 AlignModules for SCT barrel
Definition at line 626 of file SCTGeometryManagerTool.cxx.
|
private |
creates L2 AlignModules for SCT barrel
Definition at line 556 of file SCTGeometryManagerTool.cxx.
|
private |
creates L2 AlignModules for SCT endcaps
Definition at line 727 of file SCTGeometryManagerTool.cxx.
|
private |
creates L2 AlignModules for the full Pixel in the ordering equal to the old code
Definition at line 891 of file SCTGeometryManagerTool.cxx.
|
private |
creates L3 AlignModules for SCT barrel
Definition at line 1064 of file SCTGeometryManagerTool.cxx.
|
private |
creates L3 AlignModules for SCT endcaps
Definition at line 1148 of file SCTGeometryManagerTool.cxx.
|
virtual |
check whether the alignment level is correct
Reimplemented from Trk::IGeometryManagerTool.
Definition at line 178 of file SCTGeometryManagerTool.cxx.
|
virtual |
check whether the Barrel alignment level is correct
Reimplemented from Trk::IGeometryManagerTool.
Definition at line 209 of file SCTGeometryManagerTool.cxx.
|
virtual |
check whether the Endcap alignment level is correct
Reimplemented from Trk::IGeometryManagerTool.
Definition at line 226 of file SCTGeometryManagerTool.cxx.
|
inlineprivateinherited |
specialization for handling Gaudi::Property<SG::VarHandleKey>
Definition at line 156 of file AthCommonDataStore.h.
|
inlineinherited |
Definition at line 145 of file AthCommonDataStore.h.
|
inlineinherited |
The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc.
Definition at line 95 of file AthCommonDataStore.h.
|
private |
print basic geometry info to screen
Definition at line 1378 of file SCTGeometryManagerTool.cxx.
|
inlineinherited |
The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc.
Definition at line 85 of file AthCommonDataStore.h.
|
protectedinherited |
Add StoreName to extra input/output deps as needed.
use the logic of the VarHandleKey to parse the DataObjID keys supplied via the ExtraInputs and ExtraOuputs Properties to add the StoreName if it's not explicitly given
|
virtual |
Implements Trk::IGeometryManagerTool.
Definition at line 163 of file SCTGeometryManagerTool.cxx.
|
inlinevirtualinherited |
get next free IDHash usable for new AlignModule
Definition at line 65 of file IGeometryManagerTool.h.
|
virtual |
Implements Trk::IGeometryManagerTool.
Definition at line 120 of file SCTGeometryManagerTool.cxx.
|
overridevirtualinherited |
Return this algorithm's input handles.
We override this to include handle instances from key arrays if they have not yet been declared. See comments on updateVHKA.
|
inlinestaticinherited |
Definition at line 121 of file IGeometryManagerTool.h.
|
private |
check wheather module is selected for module pointer
Definition at line 1372 of file SCTGeometryManagerTool.cxx.
|
private |
check wheather module is selected for module id
Definition at line 1358 of file SCTGeometryManagerTool.cxx.
|
inlineinherited |
Definition at line 24 of file AthCommonMsg.h.
|
inlineinherited |
Definition at line 30 of file AthCommonMsg.h.
|
overridevirtualinherited |
Return this algorithm's output handles.
We override this to include handle instances from key arrays if they have not yet been declared. See comments on updateVHKA.
|
inlinevirtual |
|
virtual |
read the geometry Method is called from the main AlignAlg to build the geometry based on the requested level of alignment.
It calls the other build() methods based on that.
Implements Trk::IGeometryManagerTool.
Definition at line 243 of file SCTGeometryManagerTool.cxx.
|
inlineprotectedinherited |
Definition at line 380 of file AthCommonDataStore.h.
|
inlineprotectedinherited |
remove all handles from I/O resolution
Definition at line 364 of file AthCommonDataStore.h.
|
virtual |
set alignment level
Reimplemented from Trk::IGeometryManagerTool.
Definition at line 171 of file SCTGeometryManagerTool.cxx.
|
inlinevirtualinherited |
|
inlinevirtualinherited |
|
inlinevirtualinherited |
set first free IDHash usable for new AlignModule
Definition at line 68 of file IGeometryManagerTool.h.
|
inlinevirtualinherited |
set pointer to vector of hashMaps to which the elements should be added to
Definition at line 74 of file IGeometryManagerTool.h.
|
inlinevirtualinherited |
sets the output stream for the logfile
Reimplemented in InDet::InDetGeometryManagerTool, and InDet::SiGeometryManagerTool.
Definition at line 55 of file IGeometryManagerTool.h.
|
inlinevirtualinherited |
set pointer to module list to which the modules should be added to
Definition at line 71 of file IGeometryManagerTool.h.
|
inlinevirtualinherited |
Sets output ntuple file, to be implemented if needed for detector-specific implementation.
Definition at line 52 of file IGeometryManagerTool.h.
|
private |
sets sigmas for modules
Definition at line 1291 of file SCTGeometryManagerTool.cxx.
|
inlinevirtual |
|
overridevirtualinherited |
Perform system initialization for an algorithm.
We override this to declare all the elements of handle key arrays at the end of initialization. See comments on updateVHKA.
Reimplemented in asg::AsgMetadataTool, AthCheckedComponent< AthAlgTool >, AthCheckedComponent<::AthAlgTool >, and DerivationFramework::CfAthAlgTool.
|
overridevirtualinherited |
Handle START transition.
We override this in order to make sure that conditions handle keys can cache a pointer to the conditions container.
|
inlineinherited |
Definition at line 308 of file AthCommonDataStore.h.
|
private |
Definition at line 142 of file SCTGeometryManagerTool.h.
|
private |
Definition at line 148 of file SCTGeometryManagerTool.h.
|
private |
Definition at line 149 of file SCTGeometryManagerTool.h.
|
private |
Definition at line 150 of file SCTGeometryManagerTool.h.
|
private |
Definition at line 145 of file SCTGeometryManagerTool.h.
|
private |
Definition at line 146 of file SCTGeometryManagerTool.h.
|
private |
Definition at line 147 of file SCTGeometryManagerTool.h.
|
private |
Definition at line 155 of file SCTGeometryManagerTool.h.
|
private |
Definition at line 156 of file SCTGeometryManagerTool.h.
|
private |
Definition at line 157 of file SCTGeometryManagerTool.h.
|
private |
Definition at line 143 of file SCTGeometryManagerTool.h.
|
private |
Definition at line 152 of file SCTGeometryManagerTool.h.
|
private |
Definition at line 153 of file SCTGeometryManagerTool.h.
|
private |
Definition at line 154 of file SCTGeometryManagerTool.h.
|
protectedinherited |
alignment level
Definition at line 115 of file IGeometryManagerTool.h.
|
protectedinherited |
alignment level
Definition at line 116 of file IGeometryManagerTool.h.
|
protectedinherited |
alignment level
Definition at line 117 of file IGeometryManagerTool.h.
|
private |
Definition at line 131 of file SCTGeometryManagerTool.h.
|
protectedinherited |
pointer to module list to which the modules are added
Definition at line 106 of file IGeometryManagerTool.h.
|
private |
pointer to AlignModuleTool
Definition at line 129 of file SCTGeometryManagerTool.h.
|
private |
Definition at line 136 of file SCTGeometryManagerTool.h.
|
private |
pointer to SCT detector manager
Definition at line 125 of file SCTGeometryManagerTool.h.
|
privateinherited |
Pointer to StoreGate (detector store by default)
Definition at line 393 of file AthCommonDataStore.h.
|
private |
Definition at line 139 of file SCTGeometryManagerTool.h.
|
private |
Definition at line 188 of file SCTGeometryManagerTool.h.
|
privateinherited |
Pointer to StoreGate (event store by default)
Definition at line 390 of file AthCommonDataStore.h.
|
private |
Definition at line 137 of file SCTGeometryManagerTool.h.
|
protectedinherited |
variable for setting the idHash of the AlignModules
Definition at line 111 of file IGeometryManagerTool.h.
|
private |
Definition at line 132 of file SCTGeometryManagerTool.h.
|
private |
Definition at line 134 of file SCTGeometryManagerTool.h.
|
protectedinherited |
pointer to vector of hashMaps to which the elements are added
Definition at line 109 of file IGeometryManagerTool.h.
|
private |
pointer to SCT detector manager
Definition at line 127 of file SCTGeometryManagerTool.h.
|
protectedinherited |
logfile output stream
Definition at line 113 of file IGeometryManagerTool.h.
|
private |
Definition at line 140 of file SCTGeometryManagerTool.h.
|
private |
Definition at line 162 of file SCTGeometryManagerTool.h.
|
private |
Definition at line 163 of file SCTGeometryManagerTool.h.
|
private |
Definition at line 164 of file SCTGeometryManagerTool.h.
|
private |
Definition at line 159 of file SCTGeometryManagerTool.h.
|
private |
Definition at line 160 of file SCTGeometryManagerTool.h.
|
private |
Definition at line 161 of file SCTGeometryManagerTool.h.
|
private |
Definition at line 169 of file SCTGeometryManagerTool.h.
|
private |
Definition at line 170 of file SCTGeometryManagerTool.h.
|
private |
Definition at line 171 of file SCTGeometryManagerTool.h.
|
private |
Definition at line 166 of file SCTGeometryManagerTool.h.
|
private |
Definition at line 167 of file SCTGeometryManagerTool.h.
|
private |
Definition at line 168 of file SCTGeometryManagerTool.h.
|
private |
Definition at line 176 of file SCTGeometryManagerTool.h.
|
private |
Definition at line 177 of file SCTGeometryManagerTool.h.
|
private |
Definition at line 178 of file SCTGeometryManagerTool.h.
|
private |
Definition at line 173 of file SCTGeometryManagerTool.h.
|
private |
Definition at line 174 of file SCTGeometryManagerTool.h.
|
private |
Definition at line 175 of file SCTGeometryManagerTool.h.
|
private |
Definition at line 183 of file SCTGeometryManagerTool.h.
|
private |
Definition at line 184 of file SCTGeometryManagerTool.h.
|
private |
Definition at line 185 of file SCTGeometryManagerTool.h.
|
private |
Definition at line 180 of file SCTGeometryManagerTool.h.
|
private |
Definition at line 181 of file SCTGeometryManagerTool.h.
|
private |
Definition at line 182 of file SCTGeometryManagerTool.h.
|
private |
Definition at line 190 of file SCTGeometryManagerTool.h.
|
private |
Definition at line 187 of file SCTGeometryManagerTool.h.
|
privateinherited |
Definition at line 399 of file AthCommonDataStore.h.
|
privateinherited |
Definition at line 398 of file AthCommonDataStore.h.