![]() |
ATLAS Offline Software
|
#include <TRT_TrackSegmentsMaker_ECcosmics.h>
Public Member Functions | |
| EventData () | |
| ~EventData () | |
Static Protected Member Functions | |
| static EventData & | getPrivateEventData (InDet::ITRT_TrackSegmentsMaker::IEventData &virt_event_data) |
| static void | throwMismtach () |
Protected Attributes | |
| std::list< const InDet::TRT_DriftCircle * > | m_noiseHits |
| List containing potentially noise hits. | |
| std::list< const InDet::TRT_DriftCircle * > | m_goodHits |
| List containing potenitally good hits. | |
| std::list< const InDet::TRT_DriftCircle * > | m_sectors [2][20][16] |
| Divide into two endcaps and each endcap into 16 sectors in phi and 20 in z. | |
| std::vector< std::vector< const InDet::TRT_DriftCircle * > * > | m_seeds |
| Vector of seeds. | |
| std::list< Trk::TrackSegment * > | m_segments |
| List of found segments. | |
| std::list< Trk::TrackSegment * >::iterator | m_segiterator |
| Iterator over found segments. | |
| double | m_a_z [1000] |
| double | m_a_phi [1000] |
| double | m_a_phi_err [1000] |
| double | m_a_tan [1000] |
| double | m_a_tan_err [1000] |
| double | m_a_z_err [1000] |
| double | m_a_steigung [1000] |
| TF1 * | m_fitf_ztanphi =nullptr |
| analytic function to fit tan(phi) vs. | |
| TF1 * | m_fitf_zphi =nullptr |
| analytic function to fit phi vs. | |
| TF1 * | m_fitf_ztanphi_approx =nullptr |
| approx function to fit tan(phi) vs. | |
| TF1 * | m_fitf_zphi_approx =nullptr |
| anpprox function to fit phi vs. | |
Friends | |
| class | InDet::TRT_TrackSegmentsMaker_ECcosmics |
Definition at line 116 of file TRT_TrackSegmentsMaker_ECcosmics.h.
|
inline |
Definition at line 120 of file TRT_TrackSegmentsMaker_ECcosmics.h.
|
inline |
Definition at line 124 of file TRT_TrackSegmentsMaker_ECcosmics.h.
|
inlinestaticprotectedinherited |
Definition at line 19 of file EventDataBase.h.
|
inlinestaticprotectedinherited |
Definition at line 26 of file EventDataBase.h.
|
friend |
Definition at line 118 of file TRT_TrackSegmentsMaker_ECcosmics.h.
|
protected |
Definition at line 146 of file TRT_TrackSegmentsMaker_ECcosmics.h.
|
protected |
Definition at line 147 of file TRT_TrackSegmentsMaker_ECcosmics.h.
|
protected |
Definition at line 151 of file TRT_TrackSegmentsMaker_ECcosmics.h.
|
protected |
Definition at line 148 of file TRT_TrackSegmentsMaker_ECcosmics.h.
|
protected |
Definition at line 149 of file TRT_TrackSegmentsMaker_ECcosmics.h.
|
protected |
Definition at line 145 of file TRT_TrackSegmentsMaker_ECcosmics.h.
|
protected |
Definition at line 150 of file TRT_TrackSegmentsMaker_ECcosmics.h.
|
protected |
analytic function to fit phi vs.
z
Definition at line 155 of file TRT_TrackSegmentsMaker_ECcosmics.h.
|
protected |
anpprox function to fit phi vs.
z
Definition at line 158 of file TRT_TrackSegmentsMaker_ECcosmics.h.
|
protected |
analytic function to fit tan(phi) vs.
z
Definition at line 154 of file TRT_TrackSegmentsMaker_ECcosmics.h.
|
protected |
approx function to fit tan(phi) vs.
z
Definition at line 157 of file TRT_TrackSegmentsMaker_ECcosmics.h.
|
protected |
List containing potenitally good hits.
Definition at line 136 of file TRT_TrackSegmentsMaker_ECcosmics.h.
|
protected |
List containing potentially noise hits.
Definition at line 135 of file TRT_TrackSegmentsMaker_ECcosmics.h.
|
protected |
Divide into two endcaps and each endcap into 16 sectors in phi and 20 in z.
Definition at line 139 of file TRT_TrackSegmentsMaker_ECcosmics.h.
|
protected |
Vector of seeds.
Definition at line 141 of file TRT_TrackSegmentsMaker_ECcosmics.h.
|
protected |
Iterator over found segments.
Definition at line 143 of file TRT_TrackSegmentsMaker_ECcosmics.h.
|
protected |
List of found segments.
Definition at line 142 of file TRT_TrackSegmentsMaker_ECcosmics.h.