ATLAS Offline Software
Loading...
Searching...
No Matches
TrigInDetTrackHelper.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#ifndef TRIGINDETTRACKHELPER_H
6#define TRIGINDETTRACKHELPER_H
8//
9// Class for operations based on Track Fit Parameters:
10//
11
13
14 public:
17
18 // give phiC and etaC of point of intercept of track with cylinder of centre (0,0)
19 // radius rC and half-length zC
20
21void extrapolate(double rC, double zC, double &phiC, double &etaC) const;
22
23 private:
24
26};
27#endif
encapsulates LVL2 track parameters and covariance matrix The vector of track parameters consists of
TrigInDetTrackHelper(const TrigInDetTrackFitPar *par)
void extrapolate(double rC, double zC, double &phiC, double &etaC) const
const TrigInDetTrackFitPar * m_param