#include <TrackInfo.h>
|
std::vector< unsigned int > | fDetIDs |
| array of measurements
|
|
std::vector< float > | fWL |
|
std::vector< float > | fWR |
|
Definition at line 15 of file TrackInfo.h.
◆ TrackInfo() [1/3]
◆ TrackInfo() [2/3]
Standard constructor
Definition at line 13 of file TrackInfo.cxx.
14{
20 if (info){
21 fWL.push_back(
info->getWeights()[0]);
22 fWR.push_back(
info->getWeights()[1]);
23 } else {
24
27 }
28
29 }
30}
std::vector< unsigned int > fDetIDs
array of measurements
Contains the measurement and covariance in raw detector coordinates.
Collects information needed and produced by a AbsKalmanFitter implementations and is specific to one ...
Object containing AbsMeasurement and AbsFitterInfo objects.
TrackPoint * getPointWithMeasurement(int id) const
unsigned int getNumPointsWithMeasurement() const
◆ TrackInfo() [3/3]
Copy constructor
Definition at line 33 of file TrackInfo.cxx.
34 : TObject(ti),
38{
39}
◆ ~TrackInfo()
TrackInfo::~TrackInfo |
( |
| ) |
|
|
virtual |
◆ ClassDef()
◆ detId()
unsigned int TrackInfo::detId |
( |
Int_t |
n | ) |
|
|
inline |
◆ N()
unsigned int TrackInfo::N |
( |
| ) |
|
|
inline |
◆ Print()
virtual void TrackInfo::Print |
( |
const Option_t * |
opt = "" | ) |
const |
|
inlinevirtual |
◆ serialize()
template<class Archive >
void TrackInfo::serialize |
( |
Archive & |
ar, |
|
|
const unsigned int |
version |
|
) |
| |
|
inline |
Definition at line 41 of file TrackInfo.h.
42 {
43 ar& boost::serialization::base_object<TObject>(*this);
47 }
◆ wL()
float TrackInfo::wL |
( |
Int_t |
n | ) |
|
|
inline |
◆ wR()
float TrackInfo::wR |
( |
Int_t |
n | ) |
|
|
inline |
◆ boost::serialization::access
friend class boost::serialization::access |
|
friend |
◆ fDetIDs
std::vector<unsigned int> TrackInfo::fDetIDs |
|
protected |
◆ fWL
std::vector<float> TrackInfo::fWL |
|
protected |
◆ fWR
std::vector<float> TrackInfo::fWR |
|
protected |
The documentation for this class was generated from the following files: