2#include "DstEvent/DstCgemTrack.h"
27 for(
int i=0;i<5;i++)
m_helix[i] = 0;
28 for(
int j=0;j<15;j++)
m_err[j] = 999;
29 for(
int k=0;k<3;k++)
m_poca[k] = 0;
33 : m_trackId(other.m_trackId),
34 m_charge(other.m_charge),
35 m_poca3D(other.m_poca3D),
41 m_firstLayer(other.m_firstLayer),
42 m_lastLayer(other.m_lastLayer),
48 m_theta(other.m_theta),
55 for(
int i=0;i<5;i++)
m_helix[i] = (other.m_helix)[i];
56 for(
int j=0;j<15;j++)
m_err[j] = (other.m_err)[j];
57 for(
int k=0;k<3;k++)
m_poca[k] = (other.m_poca)[k];
93 for(
int i=0; i<5; i++){
100 for(
int i=0; i<3; i++){
107 for (
int i1=0; i1<15; i1++) {
110 for(
int i=0, k=0; i<5; i++) {
111 for(
int j=i; j<5; j++) {
120 for(
int i=0; i<5; i++){
127 for(
int i=0; i<3; i++){
135 for (
int i=0; i<5; i++){
136 for (
int j=i; j<5; j++)
NTuple::Item< double > m_p
NTuple::Item< double > m_pz
NTuple::Array< double > m_z
NTuple::Array< double > m_x
NTuple::Item< double > m_chi2
NTuple::Array< double > m_y
const HepPoint3D poca() const
DstCgemTrack & operator=(const DstCgemTrack &)
void setHelix(double helix[5])
const Hep3Vector p3() const
void setError(double err[15])
void setPoca(double poca[3])
const HepSymMatrix err() const
const HepLorentzVector p4(const double mass) const
const HepVector helix() const
......