|
ATLAS Offline Software
|
#include <TRTStrawEfficiency.h>
|
| TRTStrawEfficiency (const std::string &name, ISvcLocator *pSvcLocator) |
|
StatusCode | initialize () |
|
StatusCode | finalize () |
|
StatusCode | execute () |
|
virtual StatusCode | sysInitialize () override |
| Override sysInitialize. More...
|
|
virtual const DataObjIDColl & | extraOutputDeps () const override |
| Return the list of extra output dependencies. More...
|
|
ServiceHandle< StoreGateSvc > & | evtStore () |
| The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc . More...
|
|
const ServiceHandle< StoreGateSvc > & | evtStore () const |
| The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc . More...
|
|
const ServiceHandle< StoreGateSvc > & | detStore () const |
| The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc . More...
|
|
virtual StatusCode | sysStart () override |
| Handle START transition. More...
|
|
virtual std::vector< Gaudi::DataHandle * > | inputHandles () const override |
| Return this algorithm's input handles. More...
|
|
virtual std::vector< Gaudi::DataHandle * > | outputHandles () const override |
| Return this algorithm's output handles. More...
|
|
Gaudi::Details::PropertyBase & | declareProperty (Gaudi::Property< T > &t) |
|
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, SG::VarHandleKey &hndl, const std::string &doc, const SG::VarHandleKeyType &) |
| Declare a new Gaudi property. More...
|
|
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, SG::VarHandleBase &hndl, const std::string &doc, const SG::VarHandleType &) |
| Declare a new Gaudi property. More...
|
|
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, SG::VarHandleKeyArray &hndArr, const std::string &doc, const SG::VarHandleKeyArrayType &) |
|
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, T &property, const std::string &doc, const SG::NotHandleType &) |
| Declare a new Gaudi property. More...
|
|
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, T &property, const std::string &doc="none") |
| Declare a new Gaudi property. More...
|
|
void | updateVHKA (Gaudi::Details::PropertyBase &) |
|
MsgStream & | msg () const |
|
MsgStream & | msg (const MSG::Level lvl) const |
|
bool | msgLvl (const MSG::Level lvl) const |
|
|
ToolHandle< Trk::ITrackHoleSearchTool > | m_trt_hole_finder {this, "trt_hole_finder","TRTTrackHoleSearchTool"} |
|
FloatProperty | m_max_abs_d0 {this, "max_abs_d0", 600*CLHEP::mm} |
|
FloatProperty | m_max_abs_z0 {this, "max_abs_z0", 600*CLHEP::mm} |
|
FloatProperty | m_min_pT {this, "min_pT", 1.0*CLHEP::GeV} |
|
FloatProperty | m_min_p {this, "min_p", 2.0*CLHEP::GeV} |
|
FloatProperty | m_max_abs_eta {this, "max_abs_eta", 2.5} |
|
IntegerProperty | m_min_pixel_hits {this, "min_pixel_hits", 0} |
|
IntegerProperty | m_min_sct_hits {this, "min_sct_hits", 2} |
|
IntegerProperty | m_min_trt_hits {this, "min_trt_hits", 15} |
|
ServiceHandle< ITHistSvc > | m_hist_svc {this, "hist_svc", "THistSvc"} |
|
ServiceHandle< ITRT_StrawNeighbourSvc > | m_TRTStrawNeighbourSvc {this, "straw_neighbour_svc", "TRT_StrawNeighbourSvc"} |
|
StringProperty | m_tree_name {this, "tree_name", "trt_eff"} |
|
StringProperty | m_stream_name {this, "stream_name", "TRTEffStream"} |
|
StringProperty | m_required_trigger {this, "required_trigger", ""} |
|
TTree * | m_tree {nullptr} |
|
const TRT_ID * | m_TRT_ID {nullptr} |
|
PublicToolHandle< Trk::IUpdator > | m_updator {this,"KalmanUpdator","Trk::KalmanUpdator/TrkKalmanUpdator",""} |
|
PublicToolHandle< Trig::ITrigDecisionTool > | m_trigDec {this,"ITrigDecisionTool","Trig::ITrigDecisionTool/TrigDecisionTool",""} |
|
SG::ReadHandleKey< TrackCollection > | m_tracksKey {this, "track_collection", "CombinedInDetTracks", "Tracks container key"} |
|
SG::ReadHandleKey< xAOD::EventInfo > | m_eventInfoKey {this, "event_info_key", "EventInfo", "Event info key"} |
|
SG::ReadHandleKey< xAOD::VertexContainer > | m_vertexContainerKey {this, "VertexContainerName", "PrimaryVertices", "Vertex container key"} |
|
unsigned int | m_num_events {0} |
|
unsigned int | m_num_tracks {0} |
|
unsigned int | m_num_preselected_tracks {0} |
|
unsigned int | m_event_number {0} |
|
unsigned int | m_run_number {0} |
|
unsigned int | m_lumi_block {0} |
|
float | m_track_pt {0.} |
|
float | m_track_eta {0.} |
|
float | m_track_phi {0.} |
|
float | m_track_d0 {0.} |
|
float | m_track_z0 {0.} |
|
int | m_n_pixel_hits {0} |
|
int | m_n_sct_hits {0} |
|
int | m_n_trt_hits {0} |
|
std::vector< int > | m_hit_bec |
|
std::vector< int > | m_hit_phi |
|
std::vector< int > | m_hit_layer |
|
std::vector< int > | m_hit_strawlayer |
|
std::vector< int > | m_hit_straw |
|
std::vector< int > | m_hit_chip |
|
std::vector< int > | m_hit_pad |
|
std::vector< float > | m_hit_x |
|
std::vector< float > | m_hit_y |
|
std::vector< float > | m_hit_z |
|
std::vector< float > | m_hit_center_x |
|
std::vector< float > | m_hit_center_y |
|
std::vector< float > | m_hit_center_z |
|
std::vector< float > | m_hit_R |
|
std::vector< float > | m_hit_locR |
|
std::vector< int > | m_hit_HL |
|
std::vector< int > | m_hit_det |
|
std::vector< float > | m_hit_ub_locR |
|
std::vector< float > | m_hit_ub_x |
|
std::vector< float > | m_hit_ub_y |
|
std::vector< float > | m_hit_ub_z |
|
int | m_n_pixel_holes {0} |
|
int | m_n_sct_holes {0} |
|
int | m_n_trt_holes {0} |
|
std::vector< int > | m_hole_bec |
|
std::vector< int > | m_hole_phi |
|
std::vector< int > | m_hole_layer |
|
std::vector< int > | m_hole_strawlayer |
|
std::vector< int > | m_hole_straw |
|
std::vector< int > | m_hole_chip |
|
std::vector< int > | m_hole_pad |
|
std::vector< float > | m_hole_x |
|
std::vector< float > | m_hole_y |
|
std::vector< float > | m_hole_z |
|
std::vector< float > | m_hole_center_x |
|
std::vector< float > | m_hole_center_y |
|
std::vector< float > | m_hole_center_z |
|
std::vector< float > | m_hole_locR |
|
std::vector< float > | m_hole_locR_error |
|
std::vector< int > | m_hole_det |
|
std::vector< int > | m_hit_tube_hit |
|
int | m_n_primary_vertex {0} |
|
int | m_n_tube_hits {0} |
|
DataObjIDColl | m_extendedExtraObjects |
|
StoreGateSvc_t | m_evtStore |
| Pointer to StoreGate (event store by default) More...
|
|
StoreGateSvc_t | m_detStore |
| Pointer to StoreGate (detector store by default) More...
|
|
std::vector< SG::VarHandleKeyArray * > | m_vhka |
|
bool | m_varHandleArraysDeclared |
|
Definition at line 42 of file TRTStrawEfficiency.h.
◆ StoreGateSvc_t
◆ TRTStrawEfficiency()
TRTStrawEfficiency::TRTStrawEfficiency |
( |
const std::string & |
name, |
|
|
ISvcLocator * |
pSvcLocator |
|
) |
| |
◆ clear_branches()
void TRTStrawEfficiency::clear_branches |
( |
| ) |
|
|
private |
◆ declareGaudiProperty() [1/4]
specialization for handling Gaudi::Property<SG::VarHandleKeyArray>
Definition at line 170 of file AthCommonDataStore.h.
175 hndl.documentation());
◆ declareGaudiProperty() [2/4]
specialization for handling Gaudi::Property<SG::VarHandleKey>
Definition at line 156 of file AthCommonDataStore.h.
161 hndl.documentation());
◆ declareGaudiProperty() [3/4]
specialization for handling Gaudi::Property<SG::VarHandleBase>
Definition at line 184 of file AthCommonDataStore.h.
189 hndl.documentation());
◆ declareGaudiProperty() [4/4]
◆ declareProperty() [1/6]
Declare a new Gaudi property.
- Parameters
-
name | Name of the property. |
hndl | Object holding the property value. |
doc | Documentation string for the property. |
This is the version for types that derive from SG::VarHandleBase
. The property value object is put on the input and output lists as appropriate; then we forward to the base class.
Definition at line 245 of file AthCommonDataStore.h.
250 this->declare(hndl.
vhKey());
251 hndl.
vhKey().setOwner(
this);
253 return PBASE::declareProperty(
name,hndl,
doc);
◆ declareProperty() [2/6]
Declare a new Gaudi property.
- Parameters
-
name | Name of the property. |
hndl | Object holding the property value. |
doc | Documentation string for the property. |
This is the version for types that derive from SG::VarHandleKey
. The property value object is put on the input and output lists as appropriate; then we forward to the base class.
Definition at line 221 of file AthCommonDataStore.h.
229 return PBASE::declareProperty(
name,hndl,
doc);
◆ declareProperty() [3/6]
◆ declareProperty() [4/6]
Declare a new Gaudi property.
- Parameters
-
name | Name of the property. |
property | Object holding the property value. |
doc | Documentation string for the property. |
This is the generic version, for types that do not derive from SG::VarHandleKey
. It just forwards to the base class version of declareProperty
.
Definition at line 333 of file AthCommonDataStore.h.
338 return PBASE::declareProperty(
name, property,
doc);
◆ declareProperty() [5/6]
Declare a new Gaudi property.
- Parameters
-
name | Name of the property. |
property | Object holding the property value. |
doc | Documentation string for the property. |
This dispatches to either the generic declareProperty
or the one for VarHandle/Key/KeyArray.
Definition at line 352 of file AthCommonDataStore.h.
◆ declareProperty() [6/6]
◆ detStore()
◆ evtStore() [1/2]
◆ evtStore() [2/2]
◆ execute()
StatusCode TRTStrawEfficiency::execute |
( |
| ) |
|
Definition at line 81 of file TRTStrawEfficiency.cxx.
91 return StatusCode::SUCCESS;
99 if (!tracks.isValid()) {
101 return StatusCode::FAILURE;
106 if (!event_info.isValid()) {
108 return StatusCode::FAILURE;
118 ATH_MSG_DEBUG(
"This event has " << tracks->size() <<
" tracks." );
119 for (
const auto *
track : *tracks) {
139 <<
" theta = " << perigee->parameters()[
Trk::theta] <<
"\n"
140 <<
" qOverP = " << perigee->parameters()[
Trk::qOverP] );
149 ATH_MSG_DEBUG(
" This track has " << track_states->
size() <<
" track states on surface." );
151 ATH_MSG_ERROR(
" This track has null track states on surface." );
156 for (
const auto *trackState : *track_states) {
170 bool passed_track_preselection =
180 if (!passed_track_preselection) {
188 for (
const auto *trackState : *track_states ) {
216 ATH_MSG_ERROR(
"fill_hole_data returned an invalid det type: " << hole_det);
219 ATH_MSG_WARNING(
" hole finder returned a TrackStateOnSurface not of type Hole.");
229 if (!vxContainer.isValid()) {
231 return StatusCode::FAILURE;
247 return StatusCode::SUCCESS;
◆ 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
◆ extraOutputDeps()
const DataObjIDColl & AthAlgorithm::extraOutputDeps |
( |
| ) |
const |
|
overridevirtualinherited |
Return the list of extra output dependencies.
This list is extended to include symlinks implied by inheritance relations.
Definition at line 50 of file AthAlgorithm.cxx.
57 return Algorithm::extraOutputDeps();
◆ fill_hit_data()
Definition at line 392 of file TRTStrawEfficiency.cxx.
394 if (!track_parameters) {
455 std::unique_ptr<Trk::TrackParameters> unbiased_track_parameters =
461 m_hit_ub_locR.push_back(
det == 3 && unbiased_track_parameters ? unbiased_track_parameters->parameters()[
Trk::locR] : -1 );
462 m_hit_ub_x.push_back( unbiased_track_parameters ? unbiased_track_parameters->
position().x() : -1 );
463 m_hit_ub_y.push_back( unbiased_track_parameters ? unbiased_track_parameters->
position().y() : -1 );
464 m_hit_ub_z.push_back( unbiased_track_parameters ? unbiased_track_parameters->
position().z() : -1 );
467 int is_tube_hit = -1;
468 if (measurement && (
det == 3) ) {
473 m_hit_tube_hit.push_back( (
det == 3)&&(measurement !=
nullptr) ? is_tube_hit : -1);
◆ fill_hole_data()
◆ finalize()
StatusCode TRTStrawEfficiency::finalize |
( |
| ) |
|
◆ initialize()
StatusCode TRTStrawEfficiency::initialize |
( |
| ) |
|
Definition at line 38 of file TRTStrawEfficiency.cxx.
71 std::string profile_file =
"cpu.prof";
73 ProfilerStart(profile_file.c_str());
76 return StatusCode::SUCCESS;
◆ 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.
◆ make_branches()
void TRTStrawEfficiency::make_branches |
( |
| ) |
|
|
private |
◆ msg() [1/2]
◆ msg() [2/2]
◆ msgLvl()
◆ 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()
◆ renounceArray()
◆ sysInitialize()
StatusCode AthAlgorithm::sysInitialize |
( |
| ) |
|
|
overridevirtualinherited |
◆ 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()
◆ m_detStore
◆ m_event_number
unsigned int TRTStrawEfficiency::m_event_number {0} |
|
private |
◆ m_eventInfoKey
◆ m_evtStore
◆ m_extendedExtraObjects
DataObjIDColl AthAlgorithm::m_extendedExtraObjects |
|
privateinherited |
◆ m_hist_svc
ServiceHandle<ITHistSvc> TRTStrawEfficiency::m_hist_svc {this, "hist_svc", "THistSvc"} |
|
private |
◆ m_hit_bec
std::vector<int> TRTStrawEfficiency::m_hit_bec |
|
private |
◆ m_hit_center_x
std::vector<float> TRTStrawEfficiency::m_hit_center_x |
|
private |
◆ m_hit_center_y
std::vector<float> TRTStrawEfficiency::m_hit_center_y |
|
private |
◆ m_hit_center_z
std::vector<float> TRTStrawEfficiency::m_hit_center_z |
|
private |
◆ m_hit_chip
std::vector<int> TRTStrawEfficiency::m_hit_chip |
|
private |
◆ m_hit_det
std::vector<int> TRTStrawEfficiency::m_hit_det |
|
private |
◆ m_hit_HL
std::vector<int> TRTStrawEfficiency::m_hit_HL |
|
private |
◆ m_hit_layer
std::vector<int> TRTStrawEfficiency::m_hit_layer |
|
private |
◆ m_hit_locR
std::vector<float> TRTStrawEfficiency::m_hit_locR |
|
private |
◆ m_hit_pad
std::vector<int> TRTStrawEfficiency::m_hit_pad |
|
private |
◆ m_hit_phi
std::vector<int> TRTStrawEfficiency::m_hit_phi |
|
private |
◆ m_hit_R
std::vector<float> TRTStrawEfficiency::m_hit_R |
|
private |
◆ m_hit_straw
std::vector<int> TRTStrawEfficiency::m_hit_straw |
|
private |
◆ m_hit_strawlayer
std::vector<int> TRTStrawEfficiency::m_hit_strawlayer |
|
private |
◆ m_hit_tube_hit
std::vector<int> TRTStrawEfficiency::m_hit_tube_hit |
|
private |
◆ m_hit_ub_locR
std::vector<float> TRTStrawEfficiency::m_hit_ub_locR |
|
private |
◆ m_hit_ub_x
std::vector<float> TRTStrawEfficiency::m_hit_ub_x |
|
private |
◆ m_hit_ub_y
std::vector<float> TRTStrawEfficiency::m_hit_ub_y |
|
private |
◆ m_hit_ub_z
std::vector<float> TRTStrawEfficiency::m_hit_ub_z |
|
private |
◆ m_hit_x
std::vector<float> TRTStrawEfficiency::m_hit_x |
|
private |
◆ m_hit_y
std::vector<float> TRTStrawEfficiency::m_hit_y |
|
private |
◆ m_hit_z
std::vector<float> TRTStrawEfficiency::m_hit_z |
|
private |
◆ m_hole_bec
std::vector<int> TRTStrawEfficiency::m_hole_bec |
|
private |
◆ m_hole_center_x
std::vector<float> TRTStrawEfficiency::m_hole_center_x |
|
private |
◆ m_hole_center_y
std::vector<float> TRTStrawEfficiency::m_hole_center_y |
|
private |
◆ m_hole_center_z
std::vector<float> TRTStrawEfficiency::m_hole_center_z |
|
private |
◆ m_hole_chip
std::vector<int> TRTStrawEfficiency::m_hole_chip |
|
private |
◆ m_hole_det
std::vector<int> TRTStrawEfficiency::m_hole_det |
|
private |
◆ m_hole_layer
std::vector<int> TRTStrawEfficiency::m_hole_layer |
|
private |
◆ m_hole_locR
std::vector<float> TRTStrawEfficiency::m_hole_locR |
|
private |
◆ m_hole_locR_error
std::vector<float> TRTStrawEfficiency::m_hole_locR_error |
|
private |
◆ m_hole_pad
std::vector<int> TRTStrawEfficiency::m_hole_pad |
|
private |
◆ m_hole_phi
std::vector<int> TRTStrawEfficiency::m_hole_phi |
|
private |
◆ m_hole_straw
std::vector<int> TRTStrawEfficiency::m_hole_straw |
|
private |
◆ m_hole_strawlayer
std::vector<int> TRTStrawEfficiency::m_hole_strawlayer |
|
private |
◆ m_hole_x
std::vector<float> TRTStrawEfficiency::m_hole_x |
|
private |
◆ m_hole_y
std::vector<float> TRTStrawEfficiency::m_hole_y |
|
private |
◆ m_hole_z
std::vector<float> TRTStrawEfficiency::m_hole_z |
|
private |
◆ m_lumi_block
unsigned int TRTStrawEfficiency::m_lumi_block {0} |
|
private |
◆ m_max_abs_d0
FloatProperty TRTStrawEfficiency::m_max_abs_d0 {this, "max_abs_d0", 600*CLHEP::mm} |
|
private |
◆ m_max_abs_eta
FloatProperty TRTStrawEfficiency::m_max_abs_eta {this, "max_abs_eta", 2.5} |
|
private |
◆ m_max_abs_z0
FloatProperty TRTStrawEfficiency::m_max_abs_z0 {this, "max_abs_z0", 600*CLHEP::mm} |
|
private |
◆ m_min_p
FloatProperty TRTStrawEfficiency::m_min_p {this, "min_p", 2.0*CLHEP::GeV} |
|
private |
◆ m_min_pixel_hits
IntegerProperty TRTStrawEfficiency::m_min_pixel_hits {this, "min_pixel_hits", 0} |
|
private |
◆ m_min_pT
FloatProperty TRTStrawEfficiency::m_min_pT {this, "min_pT", 1.0*CLHEP::GeV} |
|
private |
◆ m_min_sct_hits
IntegerProperty TRTStrawEfficiency::m_min_sct_hits {this, "min_sct_hits", 2} |
|
private |
◆ m_min_trt_hits
IntegerProperty TRTStrawEfficiency::m_min_trt_hits {this, "min_trt_hits", 15} |
|
private |
◆ m_n_pixel_hits
int TRTStrawEfficiency::m_n_pixel_hits {0} |
|
private |
◆ m_n_pixel_holes
int TRTStrawEfficiency::m_n_pixel_holes {0} |
|
private |
◆ m_n_primary_vertex
int TRTStrawEfficiency::m_n_primary_vertex {0} |
|
private |
◆ m_n_sct_hits
int TRTStrawEfficiency::m_n_sct_hits {0} |
|
private |
◆ m_n_sct_holes
int TRTStrawEfficiency::m_n_sct_holes {0} |
|
private |
◆ m_n_trt_hits
int TRTStrawEfficiency::m_n_trt_hits {0} |
|
private |
◆ m_n_trt_holes
int TRTStrawEfficiency::m_n_trt_holes {0} |
|
private |
◆ m_n_tube_hits
int TRTStrawEfficiency::m_n_tube_hits {0} |
|
private |
◆ m_num_events
unsigned int TRTStrawEfficiency::m_num_events {0} |
|
private |
◆ m_num_preselected_tracks
unsigned int TRTStrawEfficiency::m_num_preselected_tracks {0} |
|
private |
◆ m_num_tracks
unsigned int TRTStrawEfficiency::m_num_tracks {0} |
|
private |
◆ m_required_trigger
StringProperty TRTStrawEfficiency::m_required_trigger {this, "required_trigger", ""} |
|
private |
◆ m_run_number
unsigned int TRTStrawEfficiency::m_run_number {0} |
|
private |
◆ m_stream_name
StringProperty TRTStrawEfficiency::m_stream_name {this, "stream_name", "TRTEffStream"} |
|
private |
◆ m_track_d0
float TRTStrawEfficiency::m_track_d0 {0.} |
|
private |
◆ m_track_eta
float TRTStrawEfficiency::m_track_eta {0.} |
|
private |
◆ m_track_phi
float TRTStrawEfficiency::m_track_phi {0.} |
|
private |
◆ m_track_pt
float TRTStrawEfficiency::m_track_pt {0.} |
|
private |
◆ m_track_z0
float TRTStrawEfficiency::m_track_z0 {0.} |
|
private |
◆ m_tracksKey
◆ m_tree
TTree* TRTStrawEfficiency::m_tree {nullptr} |
|
private |
◆ m_tree_name
StringProperty TRTStrawEfficiency::m_tree_name {this, "tree_name", "trt_eff"} |
|
private |
◆ m_trigDec
◆ m_trt_hole_finder
◆ m_TRT_ID
◆ m_TRTStrawNeighbourSvc
◆ m_updator
◆ m_varHandleArraysDeclared
◆ m_vertexContainerKey
◆ m_vhka
The documentation for this class was generated from the following files:
def retrieve(aClass, aKey=None)
bool is_pixel(Identifier id) const
const TrackParameters * trackParameters() const
return ptr to trackparameters const overload
PublicToolHandle< Trk::IUpdator > m_updator
FloatProperty m_max_abs_d0
std::vector< int > m_hole_pad
std::vector< float > m_hit_center_x
std::vector< float > m_hit_ub_z
bool is_sct(Identifier id) const
const Amg::Vector3D & position() const
Access method for the position.
StringProperty m_tree_name
std::vector< int > m_hit_bec
virtual const Surface & associatedSurface() const override=0
Access to the Surface associated to the Parameters.
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T > &t)
Dummy class used to allow special convertors to be called for surfaces owned by a detector element.
std::vector< float > m_hole_z
Identifier associatedDetectorElementIdentifier() const
return Identifier of the associated Detector Element
ServiceHandle< ITHistSvc > m_hist_svc
std::vector< int > m_hit_phi
StoreGateSvc_t m_evtStore
Pointer to StoreGate (event store by default)
std::vector< SG::VarHandleKeyArray * > m_vhka
unsigned int m_num_preselected_tracks
std::vector< int > m_hit_layer
std::vector< int > m_hit_chip
unsigned int m_event_number
const MeasurementBase * measurementOnTrack() const
returns MeasurementBase const overload
bool highLevel() const
returns true if the high level threshold was passed
bool is_trt(Identifier id) const
const std::string & key() const
Return the StoreGate ID for the referenced object.
IntegerProperty m_min_pixel_hits
std::vector< int > m_hole_chip
const Amg::Vector3D & center() const
Returns the center position of the Surface.
PublicToolHandle< Trig::ITrigDecisionTool > m_trigDec
ServiceHandle< ITRT_StrawNeighbourSvc > m_TRTStrawNeighbourSvc
std::vector< int > m_hole_straw
#define AmgSymMatrix(dim)
std::vector< int > m_hole_det
std::vector< float > m_hole_locR
const ServiceHandle< StoreGateSvc > & detStore() const
The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc.
virtual void setOwner(IDataHandleHolder *o)=0
std::vector< float > m_hit_locR
std::vector< int > m_hit_HL
std::vector< float > m_hole_center_x
std::vector< float > m_hit_center_y
IntegerProperty m_min_trt_hits
SG::ReadHandleKey< xAOD::VertexContainer > m_vertexContainerKey
std::vector< float > m_hit_R
std::vector< int > m_hole_layer
std::vector< float > m_hole_center_y
int straw(const Identifier &id) const
std::vector< float > m_hole_y
std::vector< float > m_hit_ub_locR
StringProperty m_stream_name
virtual StatusCode sysInitialize() override
Override sysInitialize.
virtual std::vector< Gaudi::DataHandle * > outputHandles() const override
Return this algorithm's output handles.
@ Hole
A hole on the track - this is defined in the following way.
std::vector< int > m_hit_pad
ToolHandle< Trk::ITrackHoleSearchTool > m_trt_hole_finder
unsigned int m_num_tracks
::StatusCode StatusCode
StatusCode definition for legacy code.
std::vector< float > m_hit_center_z
std::vector< float > m_hit_x
std::vector< float > m_hole_x
SG::ReadHandleKey< xAOD::EventInfo > m_eventInfoKey
std::vector< int > m_hit_strawlayer
SG::ReadHandleKey< TrackCollection > m_tracksKey
FloatProperty m_max_abs_eta
#define ATH_MSG_ALWAYS(x)
StoreGateSvc_t m_detStore
Pointer to StoreGate (detector store by default)
StatusCode initialize(bool used=true)
If this object is used as a property, then this should be called during the initialize phase.
int barrel_ec(const Identifier &id) const
Values of different levels (failure returns 0)
int straw_layer(const Identifier &id) const
int layer_or_wheel(const Identifier &id) const
int fill_hit_data(const Trk::TrackStateOnSurface &hit)
const Amg::MatrixX & localCovariance() const
Interface method to get the localError.
virtual void renounce()=0
std::conditional< std::is_base_of< SG::VarHandleKeyArray, T >::value, VarHandleKeyArrayType, type2 >::type type
FloatProperty m_max_abs_z0
std::vector< int > m_hit_tube_hit
double error(const Amg::MatrixX &mat, int index)
return diagonal error of the matrix caller should ensure the matrix is symmetric and the index is in ...
int fill_hole_data(const Trk::TrackStateOnSurface &hole)
std::vector< int > m_hole_phi
int phi_module(const Identifier &id) const
const LocalParameters & localParameters() const
Interface method to get the LocalParameters.
unsigned int m_run_number
DataObjIDColl m_extendedExtraObjects
std::vector< int > m_hit_det
std::vector< float > m_hit_ub_x
#define ATH_MSG_WARNING(x)
StringProperty m_required_trigger
std::vector< float > m_hit_ub_y
std::vector< int > m_hole_bec
SG::VarHandleKey & vhKey()
Return a non-const reference to the HandleKey.
std::vector< float > m_hole_center_z
unsigned int m_lumi_block
AthAlgorithm()
Default constructor:
std::vector< int > m_hole_strawlayer
unsigned int m_num_events
std::vector< float > m_hole_locR_error
IntegerProperty m_min_sct_hits
size_type size() const noexcept
Returns the number of elements in the collection.
Gaudi::Details::PropertyBase & declareGaudiProperty(Gaudi::Property< T > &hndl, const SG::VarHandleKeyType &)
specialization for handling Gaudi::Property<SG::VarHandleKey>
std::vector< float > m_hit_z
@ Measurement
This is a measurement, and will at least contain a Trk::MeasurementBase.
std::vector< int > m_hit_straw
std::vector< float > m_hit_y