![]() |
ATLAS Offline Software
|
#include <TRT_TrackSegmentsMaker_ATLxk.h>
Public Member Functions | |
| EventData (const TRT_DriftCircleContainer *trtcontainer, unsigned int cirsize) | |
| ~EventData () | |
| EventData (const EventData &)=delete | |
| EventData & | operator= (const EventData &)=delete |
Static Protected Member Functions | |
| static EventData & | getPrivateEventData (InDet::ITRT_TrackSegmentsMaker::IEventData &virt_event_data) |
| static void | throwMismtach () |
Protected Attributes | |
| const InDet::TRT_DriftCircleContainer * | m_trtcontainer = nullptr |
| std::unique_ptr< InDet::ITRT_TrackExtensionTool::IEventData > | m_extEventData |
| int | m_clusters = 0 |
| int | m_nlocal = 0 |
| int | m_nsegments = 0 |
| std::multimap< unsigned int, unsigned int > | m_bincluster |
| std::multimap< unsigned int, unsigned int > | m_sizebin |
| std::list< Trk::TrackSegment * > | m_segments |
| std::list< Trk::TrackSegment * >::iterator | m_segiterator |
| std::multimap< unsignedint, unsignedint >::reverse_iterator | m_sizebin_iterator |
| union { | |
| unsigned char H [227500 *4] | |
| unsigned int H4 [227500] | |
| } | m_U |
| std::multimap< const InDet::TRT_DriftCircle *, Trk::TrackSegment * > | m_clusterSegment |
| std::multimap< int,Trk::TrackSegment * > | m_qualitySegment |
| TRT_DriftCircleLinkN_xk * | m_circles = nullptr |
Friends | |
| class | TRT_TrackSegmentsMaker_ATLxk |
Definition at line 96 of file TRT_TrackSegmentsMaker_ATLxk.h.
|
inline |
Definition at line 100 of file TRT_TrackSegmentsMaker_ATLxk.h.
|
inline |
Definition at line 106 of file TRT_TrackSegmentsMaker_ATLxk.h.
|
delete |
|
inlinestaticprotectedinherited |
Definition at line 19 of file EventDataBase.h.
|
inlinestaticprotectedinherited |
Definition at line 26 of file EventDataBase.h.
|
friend |
Definition at line 98 of file TRT_TrackSegmentsMaker_ATLxk.h.
| unsigned char InDet::TRT_TrackSegmentsMaker_ATLxk::EventData::H[227500 *4] |
Definition at line 125 of file TRT_TrackSegmentsMaker_ATLxk.h.
| unsigned int InDet::TRT_TrackSegmentsMaker_ATLxk::EventData::H4[227500] |
Definition at line 125 of file TRT_TrackSegmentsMaker_ATLxk.h.
|
protected |
Definition at line 117 of file TRT_TrackSegmentsMaker_ATLxk.h.
|
protected |
Definition at line 130 of file TRT_TrackSegmentsMaker_ATLxk.h.
|
protected |
Definition at line 113 of file TRT_TrackSegmentsMaker_ATLxk.h.
|
protected |
Definition at line 127 of file TRT_TrackSegmentsMaker_ATLxk.h.
|
protected |
Definition at line 112 of file TRT_TrackSegmentsMaker_ATLxk.h.
|
protected |
Definition at line 114 of file TRT_TrackSegmentsMaker_ATLxk.h.
|
protected |
Definition at line 115 of file TRT_TrackSegmentsMaker_ATLxk.h.
|
protected |
Definition at line 128 of file TRT_TrackSegmentsMaker_ATLxk.h.
|
protected |
Definition at line 121 of file TRT_TrackSegmentsMaker_ATLxk.h.
|
protected |
Definition at line 120 of file TRT_TrackSegmentsMaker_ATLxk.h.
|
protected |
Definition at line 118 of file TRT_TrackSegmentsMaker_ATLxk.h.
|
protected |
Definition at line 123 of file TRT_TrackSegmentsMaker_ATLxk.h.
|
protected |
Definition at line 111 of file TRT_TrackSegmentsMaker_ATLxk.h.
| union { ... } InDet::TRT_TrackSegmentsMaker_ATLxk::EventData::m_U |