![]() |
ATLAS Offline Software
|
#include <CscSegmentMaker.h>
Classes | |
| struct | local2dSegment |
| struct | localCscHit |
Public Member Functions | |
| CscSegmentMaker (const std::string &type, const std::string &name, const IInterface *parent) | |
| virtual StatusCode | initialize () override |
| ReturnCode | FindSuperPointCsc (const TrigL2MuonSA::CscHits &cscHits, std::vector< TrigL2MuonSA::TrackPattern > &v_trackPatterns, const TrigL2MuonSA::TgcFitResult &tgcFitResult, const TrigL2MuonSA::MuonRoad &muroad) const |
| ReturnCode | make_segment (int mod_hash, TrigL2MuonSA::CscHits clusters[8], CscSegment &cscsegment, CscSegment &cscsegment_noip, const MuonGM::MuonDetectorManager *muDetMgr) const |
| ReturnCode | make_2dsegment (int measphi, const localCscHit &ip_loc, const std::vector< localCscHit > hits_loc[4], local2dSegment &seg2d_eta, local2dSegment &local2d_noip, int &nhite) const |
| ReturnCode | make_2dseg4hit (int measphi, const localCscHit &ip_loc, std::vector< localCscHit > hits_loc[4], std::vector< local2dSegment > &seg2d_4hitCollection, int &nhite) const |
| ReturnCode | make_2dseg3hit (int measphi, const localCscHit &ip_loc, const std::vector< localCscHit > hits_loc[4], std::vector< local2dSegment > &seg2d_4hitCollection, int &nhit) const |
| ReturnCode | fit_clusters (int measphi, const std::vector< localCscHit > &hits_fit, local2dSegment &seg2d) const |
| ReturnCode | make_4dsegment (const local2dSegment &seg2d_eta, const local2dSegment &seg2d_phi, Amg::Vector3D &seg_pos, Amg::Vector3D &seg_dir) const |
| ReturnCode | getModuleSP (int mod_hash[2], const TrigL2MuonSA::TgcFitResult &tgcFitResult, int phibin, const TrigL2MuonSA::MuonRoad &muroad, const int exist_clusters[32]) const |
| ReturnCode | display_hits (const std::vector< localCscHit > localHits[4]) const |
| CscSegment | segmentAtFirstLayer (int mod_hash, TrigL2MuonSA::CscSegment *mu_seg) const |
| 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 |
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. | |
Private Types | |
| typedef ServiceHandle< StoreGateSvc > | StoreGateSvc_t |
Private Member Functions | |
| Gaudi::Details::PropertyBase & | declareGaudiProperty (Gaudi::Property< T, V, H > &hndl, const SG::VarHandleKeyType &) |
| specialization for handling Gaudi::Property<SG::VarHandleKey> | |
Private Attributes | |
| UtilTools | m_util |
| ToolHandle< CscRegDict > | m_cscregdict |
| ServiceHandle< Muon::IMuonIdHelperSvc > | m_idHelperSvc {this, "MuonIdHelperSvc", "Muon::MuonIdHelperSvc/MuonIdHelperSvc"} |
| SG::ReadCondHandleKey< MuonGM::MuonDetectorManager > | m_muDetMgrKey {this, "DetectorManagerKey", "MuonDetectorManager", "Key of input MuonDetectorManager condition data"} |
| Gaudi::Property< bool > | m_use_geometry |
| Gaudi::Property< double > | m_max_chisquare |
| Gaudi::Property< double > | m_max_residual_eta |
| Gaudi::Property< double > | m_max_residual_phi |
| Gaudi::Property< double > | m_err_eta |
| Gaudi::Property< double > | m_err_phi |
| Gaudi::Property< double > | m_err_ip |
| StoreGateSvc_t | m_evtStore |
| Pointer to StoreGate (event store by default) | |
| StoreGateSvc_t | m_detStore |
| Pointer to StoreGate (detector store by default) | |
| std::vector< SG::VarHandleKeyArray * > | m_vhka |
| bool | m_varHandleArraysDeclared |
Definition at line 30 of file CscSegmentMaker.h.
|
privateinherited |
Definition at line 388 of file AthCommonDataStore.h.
| TrigL2MuonSA::CscSegmentMaker::CscSegmentMaker | ( | const std::string & | type, |
| const std::string & | name, | ||
| const IInterface * | parent ) |
Definition at line 20 of file CscSegmentMaker.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.
| ReturnCode TrigL2MuonSA::CscSegmentMaker::display_hits | ( | const std::vector< localCscHit > | localHits[4] | ) | const |
Definition at line 654 of file CscSegmentMaker.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
| ReturnCode TrigL2MuonSA::CscSegmentMaker::FindSuperPointCsc | ( | const TrigL2MuonSA::CscHits & | cscHits, |
| std::vector< TrigL2MuonSA::TrackPattern > & | v_trackPatterns, | ||
| const TrigL2MuonSA::TgcFitResult & | tgcFitResult, | ||
| const TrigL2MuonSA::MuonRoad & | muroad ) const |
Definition at line 35 of file CscSegmentMaker.cxx.
| ReturnCode TrigL2MuonSA::CscSegmentMaker::fit_clusters | ( | int | measphi, |
| const std::vector< localCscHit > & | hits_fit, | ||
| local2dSegment & | seg2d ) const |
Definition at line 456 of file CscSegmentMaker.cxx.
| ReturnCode TrigL2MuonSA::CscSegmentMaker::getModuleSP | ( | int | mod_hash[2], |
| const TrigL2MuonSA::TgcFitResult & | tgcFitResult, | ||
| int | phibin, | ||
| const TrigL2MuonSA::MuonRoad & | muroad, | ||
| const int | exist_clusters[32] ) const |
Definition at line 581 of file CscSegmentMaker.cxx.
|
overridevirtual |
Definition at line 27 of file CscSegmentMaker.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.
| ReturnCode TrigL2MuonSA::CscSegmentMaker::make_2dseg3hit | ( | int | measphi, |
| const localCscHit & | ip_loc, | ||
| const std::vector< localCscHit > | hits_loc[4], | ||
| std::vector< local2dSegment > & | seg2d_4hitCollection, | ||
| int & | nhit ) const |
Definition at line 394 of file CscSegmentMaker.cxx.
| ReturnCode TrigL2MuonSA::CscSegmentMaker::make_2dseg4hit | ( | int | measphi, |
| const localCscHit & | ip_loc, | ||
| std::vector< localCscHit > | hits_loc[4], | ||
| std::vector< local2dSegment > & | seg2d_4hitCollection, | ||
| int & | nhite ) const |
Definition at line 327 of file CscSegmentMaker.cxx.
| ReturnCode TrigL2MuonSA::CscSegmentMaker::make_2dsegment | ( | int | measphi, |
| const localCscHit & | ip_loc, | ||
| const std::vector< localCscHit > | hits_loc[4], | ||
| local2dSegment & | seg2d_eta, | ||
| local2dSegment & | local2d_noip, | ||
| int & | nhite ) const |
Definition at line 262 of file CscSegmentMaker.cxx.
| ReturnCode TrigL2MuonSA::CscSegmentMaker::make_4dsegment | ( | const local2dSegment & | seg2d_eta, |
| const local2dSegment & | seg2d_phi, | ||
| Amg::Vector3D & | seg_pos, | ||
| Amg::Vector3D & | seg_dir ) const |
Definition at line 534 of file CscSegmentMaker.cxx.
| ReturnCode TrigL2MuonSA::CscSegmentMaker::make_segment | ( | int | mod_hash, |
| TrigL2MuonSA::CscHits | clusters[8], | ||
| CscSegment & | cscsegment, | ||
| CscSegment & | cscsegment_noip, | ||
| const MuonGM::MuonDetectorManager * | muDetMgr ) const |
Definition at line 144 of file CscSegmentMaker.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.
|
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.
| CscSegment TrigL2MuonSA::CscSegmentMaker::segmentAtFirstLayer | ( | int | mod_hash, |
| TrigL2MuonSA::CscSegment * | mu_seg ) const |
Definition at line 631 of file CscSegmentMaker.cxx.
|
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 92 of file CscSegmentMaker.h.
|
privateinherited |
Pointer to StoreGate (detector store by default)
Definition at line 393 of file AthCommonDataStore.h.
|
private |
Definition at line 106 of file CscSegmentMaker.h.
|
private |
Definition at line 110 of file CscSegmentMaker.h.
|
private |
Definition at line 108 of file CscSegmentMaker.h.
|
privateinherited |
Pointer to StoreGate (event store by default)
Definition at line 390 of file AthCommonDataStore.h.
|
private |
Definition at line 94 of file CscSegmentMaker.h.
|
private |
Definition at line 100 of file CscSegmentMaker.h.
|
private |
Definition at line 102 of file CscSegmentMaker.h.
|
private |
Definition at line 104 of file CscSegmentMaker.h.
|
private |
Definition at line 95 of file CscSegmentMaker.h.
|
private |
Definition at line 98 of file CscSegmentMaker.h.
|
private |
Definition at line 91 of file CscSegmentMaker.h.
|
privateinherited |
Definition at line 399 of file AthCommonDataStore.h.
|
privateinherited |
Definition at line 398 of file AthCommonDataStore.h.