- On disk version of the track parameters at collision vertex
+ Additional track information (clusters, PID, etc.)
Name |
@@ -1368,132 +1614,314 @@ For better overview the tables are grouped into the following categories: | [Gen
Comment |
- o2::soa::Index |
- GI |
- globalIndex |
- int64_t |
+ o2::aod::track::TPCInnerParam |
|
+ tpcInnerParam |
+ float |
+ Momentum at inner wall of the TPC |
- o2::aod::track::CollisionId |
- I |
- collisionId |
- int32 |
- Collision to which this track belongs |
-
+ o2::aod::track::Flags |
+ |
+ flags |
+ uint32_t |
+ Track flags. Run 2: see TrackFlagsRun2Enum | Run 3: see TrackFlags |
+
- o2::aod::track::TrackType |
+ o2::aod::track::ITSClusterSizes |
|
- trackType |
+ itsClusterSizes |
+ uint32_t |
+ Clusters sizes, four bits per a layer, starting from the innermost |
+
+
+ o2::aod::track::TPCNClsFindable |
+ |
+ tpcNClsFindable |
uint8_t |
- Type of track. See enum TrackTypeEnum. This cannot be used to decide which detector has contributed to this track. Use hasITS, hasTPC, etc. |
+ Findable TPC clusters for this track geometry |
- o2::aod::track::X |
+ o2::aod::track::TPCNClsFindableMinusFound |
|
- x |
- float |
+ tpcNClsFindableMinusFound |
+ int8_t |
+ TPC Clusters: Findable - Found |
+
+
+ o2::aod::track::TPCNClsFindableMinusCrossedRows |
|
+ tpcNClsFindableMinusCrossedRows |
+ int8_t |
+ TPC Clusters: Findable - crossed rows |
- o2::aod::track::Alpha |
+ o2::aod::track::TPCNClsShared |
|
- alpha |
+ tpcNClsShared |
+ uint8_t |
+ Number of shared TPC clusters |
+
+
+ o2::aod::track::v001::extensions::TPCDeltaTFwd |
+ D |
+ tpcDeltaTFwd |
+ float |
+ Delta Forward of track time in TPC time bis |
+
+
+ o2::aod::track::v001::extensions::TPCDeltaTBwd |
+ D |
+ tpcDeltaTBwd |
float |
+ Delta Backward of track time in TPC time bis |
+
+
+ o2::aod::track::TRDPattern |
|
+ trdPattern |
+ uint8_t |
+ Contributor to the track on TRD layer in bits 0-5, starting from the innermost, bit 6 indicates a potentially split tracklet, bit 7 if the track crossed a padrow |
- o2::aod::track::Y |
+ o2::aod::track::ITSChi2NCl |
|
- y |
+ itsChi2NCl |
float |
- |
+ Chi2 / cluster for the ITS track segment |
- o2::aod::track::Z |
+ o2::aod::track::TPCChi2NCl |
|
- z |
+ tpcChi2NCl |
float |
+ Chi2 / cluster for the TPC track segment |
+
+
+ o2::aod::track::TRDChi2 |
|
+ trdChi2 |
+ float |
+ Chi2 for the TRD track segment |
- o2::aod::track::Snp |
+ o2::aod::track::TOFChi2 |
|
- snp |
+ tofChi2 |
float |
+ Chi2 for the TOF track segment |
+
+
+ o2::aod::track::TPCSignal |
|
+ tpcSignal |
+ float |
+ dE/dx signal in the TPC |
- o2::aod::track::Tgl |
+ o2::aod::track::TRDSignal |
|
- tgl |
+ trdSignal |
float |
+ PID signal in the TRD |
+
+
+ o2::aod::track::Length |
|
+ length |
+ float |
+ Track length |
- o2::aod::track::Signed1Pt |
+ o2::aod::track::TOFExpMom |
|
- signed1Pt |
+ tofExpMom |
float |
- (sign of charge)/Pt in c/GeV. Use pt() and sign() instead |
+ TOF expected momentum obtained in tracking, used to compute the expected times |
- o2::aod::track::IsWithinBeamPipe |
+ o2::aod::track::PIDForTracking |
D |
- isWithinBeamPipe |
+ pidForTracking |
+ uint32_t |
+ PID hypothesis used during tracking. See the constants in the class PID in PID.h |
+
+
+ o2::aod::track::IsPVContributor |
+ D |
+ isPVContributor |
bool |
- Is the track within the beam pipe (= successfully propagated to a collision vertex) |
+ Run 3: Has this track contributed to the collision vertex fit |
- o2::aod::track::Px |
+ o2::aod::track::HasITS |
D |
- px |
+ hasITS |
+ bool |
+ Flag to check if track has a ITS match |
+
+
+ o2::aod::track::HasTPC |
+ D |
+ hasTPC |
+ bool |
+ Flag to check if track has a TPC match |
+
+
+ o2::aod::track::HasTRD |
+ D |
+ hasTRD |
+ bool |
+ Flag to check if track has a TRD match |
+
+
+ o2::aod::track::HasTOF |
+ D |
+ hasTOF |
+ bool |
+ Flag to check if track has a TOF measurement |
+
+
+ o2::aod::track::TPCNClsFound |
+ D |
+ tpcNClsFound |
+ int16_t |
+ Number of found TPC clusters |
+
+
+ o2::aod::track::TPCNClsCrossedRows |
+ D |
+ tpcNClsCrossedRows |
+ int16_t |
+ Number of crossed TPC Rows |
+
+
+ o2::aod::track::v001::ITSClusterMap |
+ D |
+ itsClusterMap |
+ uint8_t |
+ ITS cluster map, one bit per a layer, starting from the innermost |
+
+
+ o2::aod::track::v001::ITSNCls |
+ D |
+ itsNCls |
+ uint8_t |
+ Number of ITS clusters |
+
+
+ o2::aod::track::v001::ITSNClsInnerBarrel |
+ D |
+ itsNClsInnerBarrel |
+ uint8_t |
+ Number of ITS clusters in the Inner Barrel |
+
+
+ o2::aod::track::v001::ITSClsSizeInLayer |
+ D |
+ itsClsSizeInLayer |
+ uint8_t |
+ Size of the ITS cluster in a given layer |
+
+
+ o2::aod::track::v001::IsITSAfterburner |
+ D |
+ isITSAfterburner |
+ bool |
+ If the track used the afterburner in the ITS |
+
+
+ o2::aod::track::TOFExpTime |
+ D |
+ tofExpTime |
float |
- Momentum in x-direction in GeV/c |
+ Expected time for the track to reach the TOF |
- o2::aod::track::Py |
+ o2::aod::track::TOFExpTimePi |
D |
- py |
+ tofExpTimePi |
float |
- Momentum in y-direction in GeV/c |
+ Expected time for the track to reach the TOF under the pion hypothesis |
- o2::aod::track::Pz |
+ o2::aod::track::TOFExpTimeKa |
D |
- pz |
+ tofExpTimeKa |
float |
- Momentum in z-direction in GeV/c |
+ Expected time for the track to reach the TOF under the kaon hypothesis |
- o2::aod::track::Energy |
+ o2::aod::track::TOFExpTimePr |
D |
- energy |
+ tofExpTimePr |
float |
- Track energy, computed under the mass assumption given as input |
+ Expected time for the track to reach the TOF under the proton hypothesis |
- o2::aod::track::Rapidity |
+ o2::aod::track::TPCCrossedRowsOverFindableCls |
D |
- rapidity |
+ tpcCrossedRowsOverFindableCls |
float |
- Track rapidity, computed under the mass assumption given as input |
+ Ratio crossed rows over findable clusters |
- o2::aod::track::Sign |
+ o2::aod::track::TPCFoundOverFindableCls |
D |
- sign |
- short |
- Charge: positive: 1, negative: -1 |
+ tpcFoundOverFindableCls |
+ float |
+ Ratio of found over findable clusters |
+
+
+ o2::aod::track::TPCFractionSharedCls |
+ D |
+ tpcFractionSharedCls |
+ float |
+ Fraction of shared TPC clusters |
+
+
+ o2::aod::track::TrackEtaEMCAL |
+ |
+ trackEtaEmcal |
+ float |
+ |
+
+
+ o2::aod::track::TrackPhiEMCAL |
+ |
+ trackPhiEmcal |
+ float |
+ |
+
+
+ o2::aod::track::TrackTime |
+ |
+ trackTime |
+ float |
+ Estimated time of the track in ns wrt collision().bc() or ambiguoustrack.bcSlice()[0] |
+
+
+ o2::aod::track::TrackTimeRes |
+ |
+ trackTimeRes |
+ float |
+ Resolution of the track time in ns (see TrackFlags::TrackTimeResIsRange) |
+
+
+ o2::aod::track::v001::DetectorMap |
+ E |
+ detectorMap |
+ uint8_t |
+ Detector map version 1, see enum DetectorMapEnum |