#include <Csc4dSegmentMaker.h>
Definition at line 37 of file Csc4dSegmentMaker.h.
◆ ChamberTrkClusters
| typedef std::vector<Cluster> ICscSegmentFinder::ChamberTrkClusters[4] |
|
inherited |
◆ MbaseList
◆ RioList
◆ Segments
◆ SegmentVec
◆ StoreGateSvc_t
◆ TrkClusters
◆ Csc4dSegmentMaker()
| Csc4dSegmentMaker::Csc4dSegmentMaker |
( |
const std::string & | type, |
|
|
const std::string & | aname, |
|
|
const IInterface * | parent ) |
◆ ~Csc4dSegmentMaker()
| Csc4dSegmentMaker::~Csc4dSegmentMaker |
( |
| ) |
|
|
virtualdefault |
◆ declareGaudiProperty()
specialization for handling Gaudi::Property<SG::VarHandleKey>
Definition at line 156 of file AthCommonDataStore.h.
158 {
161 hndl.documentation());
162
163 }
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T, V, H > &t)
◆ declareProperty()
Definition at line 145 of file AthCommonDataStore.h.
145 {
148 }
Gaudi::Details::PropertyBase & declareGaudiProperty(Gaudi::Property< T, V, H > &hndl, const SG::VarHandleKeyType &)
specialization for handling Gaudi::Property<SG::VarHandleKey>
◆ detStore()
◆ evtStore()
◆ extraDeps_update_handler()
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
◆ find() [1/2]
Implements ICscSegmentFinder.
Definition at line 74 of file Csc4dSegmentMaker.cxx.
75 {
76
77
78 std::unique_ptr<MuonSegmentCombinationCollection> pcols = std::make_unique<MuonSegmentCombinationCollection>();
79 if (segcols.
empty()) {
return nullptr; }
80
82 const MuonSegmentCombination& insegs = **icom;
83
85 if (nsta != 2) {
86
87
88 return pcols;
89 }
90
91 ATH_MSG_DEBUG(
"Csc4dSegmentMaker called get4dMuonSegmentCombination");
92
93 MuonSegmentCombination* pcol =
m_segmentTool->get4dMuonSegmentCombination(&insegs, ctx);
94 if (pcol) {
95 pcols->push_back(pcol);
97 }
98 }
99
100 ATH_MSG_DEBUG(
" Created " << pcols->size() <<
" 4D segments.");
101 return pcols;
102}
PublicToolHandle< Muon::MuonEDMPrinterTool > m_printer
ToolHandle< ICscSegmentUtilTool > m_segmentTool
DataModel_detail::const_iterator< DataVector > const_iterator
const_iterator end() const noexcept
Return a const_iterator pointing past the end of the collection.
const_iterator begin() const noexcept
Return a const_iterator pointing at the beginning of the collection.
bool empty() const noexcept
Returns true if the collection is empty.
unsigned int numberOfStations() const
Number of stations with segment.
◆ find() [2/2]
◆ initialize()
| StatusCode Csc4dSegmentMaker::initialize |
( |
| ) |
|
|
override |
Definition at line 56 of file Csc4dSegmentMaker.cxx.
56 {
58
59
65
68
69 return StatusCode::SUCCESS;
70}
#define ATH_CHECK
Evaluate an expression and check for errors.
Gaudi::Property< double > m_max_slope_phi
Gaudi::Property< double > m_max_chisquare
Gaudi::Property< double > m_max_slope_r
Gaudi::Property< double > m_max_seg_per_chamber
◆ inputHandles()
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.
◆ interfaceID()
| const InterfaceID & ICscSegmentFinder::interfaceID |
( |
| ) |
|
|
inlinestaticinherited |
Definition at line 31 of file ICscSegmentFinder.h.
static const InterfaceID IID_ICscSegmentFinder("ICscSegmentFinder", 1, 0)
Must declare this, with name of interface.
◆ msg()
◆ msgLvl()
| bool AthCommonMsg< AlgTool >::msgLvl |
( |
const MSG::Level | lvl | ) |
const |
|
inlineinherited |
◆ outputHandles()
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.
◆ renounce()
Definition at line 380 of file AthCommonDataStore.h.
381 {
384 }
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)
◆ renounceArray()
◆ sysInitialize()
◆ sysStart()
Handle START transition.
We override this in order to make sure that conditions handle keys can cache a pointer to the conditions container.
◆ updateVHKA()
Definition at line 308 of file AthCommonDataStore.h.
308 {
309
310
313 for (
auto k :
keys) {
315 }
316 }
317 }
std::vector< SG::VarHandleKeyArray * > m_vhka
◆ m_detStore
◆ m_evtStore
◆ m_max_chisquare
| Gaudi::Property<double> Csc4dSegmentMaker::m_max_chisquare {this, "max_chisquare", 25.} |
|
private |
◆ m_max_seg_per_chamber
| Gaudi::Property<double> Csc4dSegmentMaker::m_max_seg_per_chamber {this, "max_seg_per_chamber", 50} |
|
private |
◆ m_max_slope_phi
| Gaudi::Property<double> Csc4dSegmentMaker::m_max_slope_phi {this, "max_slope_phi", 0.2} |
|
private |
◆ m_max_slope_r
| Gaudi::Property<double> Csc4dSegmentMaker::m_max_slope_r {this, "max_slope_r", 0.2} |
|
private |
◆ m_printer
Initial value:{
this,
"Printer",
"Muon::MuonEDMPrinterTool/MuonEDMPrinterTool",
}
Definition at line 65 of file Csc4dSegmentMaker.h.
65 {
66 this,
67 "Printer",
68 "Muon::MuonEDMPrinterTool/MuonEDMPrinterTool",
69 };
◆ m_segmentTool
Initial value:{
this,
"segmentTool",
"CscSegmentUtilTool/CscSegmentUtilTool",
}
Definition at line 60 of file Csc4dSegmentMaker.h.
60 {
61 this,
62 "segmentTool",
63 "CscSegmentUtilTool/CscSegmentUtilTool",
64 };
◆ m_varHandleArraysDeclared
◆ m_vhka
The documentation for this class was generated from the following files: