ATLAS Offline Software
Loading...
Searching...
No Matches
TBTrack_p1.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5// -------------------------------------------------------------------
6// Persistent representation of TBEvent/TBTrack
7// See: https://twiki.cern.ch/twiki/bin/view/Atlas/TransientPersistentSeparation#TP_converters_for_component_type
8// Author: Iftach Sadeh (iftach.sadeh@NOSPAMTODAYcern.ch) , February 2010
9// -------------------------------------------------------------------
10#ifndef TBTRACK_P1_H
11#define TBTRACK_P1_H
12
13
15{
16
17public:
18
19 // number of hits used for reconstruction
21
22 // Residuals between detector hit and fitted hit (in detector local coordonates)
23 std::vector<double> m_residualu, m_residualv;
24
25 // track parameters
27 double m_angle; // angle between track and Z TestBeam axe
28 double m_uslope,m_vslope; // slopes with respect to Z TestBeam axe
30
31 // extrapoled hit position at cryostat (reconstruction coordonates);
33};
34
35
36#endif
double m_vintercept
Definition TBTrack_p1.h:29
double m_vslope
Definition TBTrack_p1.h:28
double m_chi2u
Definition TBTrack_p1.h:26
double m_chi2v
Definition TBTrack_p1.h:26
double m_angle
Definition TBTrack_p1.h:27
double m_cryou
Definition TBTrack_p1.h:32
int m_hitNumberV
Definition TBTrack_p1.h:20
double m_uslope
Definition TBTrack_p1.h:28
double m_uintercept
Definition TBTrack_p1.h:29
double m_chi2
Definition TBTrack_p1.h:26
double m_cryow
Definition TBTrack_p1.h:32
double m_cryov
Definition TBTrack_p1.h:32
int m_hitNumberU
Definition TBTrack_p1.h:20
std::vector< double > m_residualv
Definition TBTrack_p1.h:23
std::vector< double > m_residualu
Definition TBTrack_p1.h:23