Skip to content

Commit 386d685

Browse files
committed
Automatic data model update
1 parent 29132b2 commit 386d685

File tree

4 files changed

+21753
-15508
lines changed

4 files changed

+21753
-15508
lines changed

docs/datamodel/ao2dTables.md

Lines changed: 158 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ For better overview the tables are grouped into the following categories: \| [Ge
139139
<div>Is used in:
140140
<ul>
141141
<li>o2::aod::BCsWithTimestamps = soa::Join<o2::aod::BCs, o2::aod::Timestamps></li>
142+
<li>o2::aod::pid_tpc_tof_utils::BCsInfo = soa::Join<o2::aod::BCs, o2::aod::Timestamps, o2::aod::BcSels></li>
142143
</ul>
143144
</div>
144145
<table class=DataModel>
@@ -1486,11 +1487,18 @@ For better overview the tables are grouped into the following categories: \| [Ge
14861487
<td>Number of crossed TPC Rows</td>
14871488
</tr>
14881489
<tr>
1489-
<td>o2::aod::track::TOFExpTime</td>
1490+
<td>o2::aod::track::TOFExpTimeEl</td>
14901491
<td>D</td>
1491-
<td>tofExpTime</td>
1492+
<td>tofExpTimeEl</td>
14921493
<td>float</td>
1493-
<td>Expected time for the track to reach the TOF</td>
1494+
<td>Expected time for the track to reach the TOF under the electron hypothesis</td>
1495+
</tr>
1496+
<tr>
1497+
<td>o2::aod::track::TOFExpTimeMu</td>
1498+
<td>D</td>
1499+
<td>tofExpTimeMu</td>
1500+
<td>float</td>
1501+
<td>Expected time for the track to reach the TOF under the muon hypothesis</td>
14941502
</tr>
14951503
<tr>
14961504
<td>o2::aod::track::TOFExpTimePi</td>
@@ -1513,6 +1521,34 @@ For better overview the tables are grouped into the following categories: \| [Ge
15131521
<td>float</td>
15141522
<td>Expected time for the track to reach the TOF under the proton hypothesis</td>
15151523
</tr>
1524+
<tr>
1525+
<td>o2::aod::track::TOFExpTimeDe</td>
1526+
<td>D</td>
1527+
<td>tofExpTimeDe</td>
1528+
<td>float</td>
1529+
<td>Expected time for the track to reach the TOF under the deuteron hypothesis</td>
1530+
</tr>
1531+
<tr>
1532+
<td>o2::aod::track::TOFExpTimeTr</td>
1533+
<td>D</td>
1534+
<td>tofExpTimeTr</td>
1535+
<td>float</td>
1536+
<td>Expected time for the track to reach the TOF under the triton hypothesis</td>
1537+
</tr>
1538+
<tr>
1539+
<td>o2::aod::track::TOFExpTimeHe</td>
1540+
<td>D</td>
1541+
<td>tofExpTimeHe</td>
1542+
<td>float</td>
1543+
<td>Expected time for the track to reach the TOF under the helium3 hypothesis</td>
1544+
</tr>
1545+
<tr>
1546+
<td>o2::aod::track::TOFExpTimeAl</td>
1547+
<td>D</td>
1548+
<td>tofExpTimeAl</td>
1549+
<td>float</td>
1550+
<td>Expected time for the track to reach the TOF under the helium4 hypothesis</td>
1551+
</tr>
15161552
<tr>
15171553
<td>o2::aod::track::ITSNCls</td>
15181554
<td>D</td>
@@ -1831,11 +1867,18 @@ For better overview the tables are grouped into the following categories: \| [Ge
18311867
<td>If the track used the afterburner in the ITS</td>
18321868
</tr>
18331869
<tr>
1834-
<td>o2::aod::track::TOFExpTime</td>
1870+
<td>o2::aod::track::TOFExpTimeEl</td>
18351871
<td>D</td>
1836-
<td>tofExpTime</td>
1872+
<td>tofExpTimeEl</td>
18371873
<td>float</td>
1838-
<td>Expected time for the track to reach the TOF</td>
1874+
<td>Expected time for the track to reach the TOF under the electron hypothesis</td>
1875+
</tr>
1876+
<tr>
1877+
<td>o2::aod::track::TOFExpTimeMu</td>
1878+
<td>D</td>
1879+
<td>tofExpTimeMu</td>
1880+
<td>float</td>
1881+
<td>Expected time for the track to reach the TOF under the muon hypothesis</td>
18391882
</tr>
18401883
<tr>
18411884
<td>o2::aod::track::TOFExpTimePi</td>
@@ -1858,6 +1901,34 @@ For better overview the tables are grouped into the following categories: \| [Ge
18581901
<td>float</td>
18591902
<td>Expected time for the track to reach the TOF under the proton hypothesis</td>
18601903
</tr>
1904+
<tr>
1905+
<td>o2::aod::track::TOFExpTimeDe</td>
1906+
<td>D</td>
1907+
<td>tofExpTimeDe</td>
1908+
<td>float</td>
1909+
<td>Expected time for the track to reach the TOF under the deuteron hypothesis</td>
1910+
</tr>
1911+
<tr>
1912+
<td>o2::aod::track::TOFExpTimeTr</td>
1913+
<td>D</td>
1914+
<td>tofExpTimeTr</td>
1915+
<td>float</td>
1916+
<td>Expected time for the track to reach the TOF under the triton hypothesis</td>
1917+
</tr>
1918+
<tr>
1919+
<td>o2::aod::track::TOFExpTimeHe</td>
1920+
<td>D</td>
1921+
<td>tofExpTimeHe</td>
1922+
<td>float</td>
1923+
<td>Expected time for the track to reach the TOF under the helium3 hypothesis</td>
1924+
</tr>
1925+
<tr>
1926+
<td>o2::aod::track::TOFExpTimeAl</td>
1927+
<td>D</td>
1928+
<td>tofExpTimeAl</td>
1929+
<td>float</td>
1930+
<td>Expected time for the track to reach the TOF under the helium4 hypothesis</td>
1931+
</tr>
18611932
<tr>
18621933
<td>o2::aod::track::TPCCrossedRowsOverFindableCls</td>
18631934
<td>D</td>
@@ -2645,11 +2716,18 @@ For better overview the tables are grouped into the following categories: \| [Ge
26452716
<td>Number of crossed TPC Rows</td>
26462717
</tr>
26472718
<tr>
2648-
<td>o2::aod::track::TOFExpTime</td>
2719+
<td>o2::aod::track::TOFExpTimeEl</td>
26492720
<td>D</td>
2650-
<td>tofExpTime</td>
2721+
<td>tofExpTimeEl</td>
26512722
<td>float</td>
2652-
<td>Expected time for the track to reach the TOF</td>
2723+
<td>Expected time for the track to reach the TOF under the electron hypothesis</td>
2724+
</tr>
2725+
<tr>
2726+
<td>o2::aod::track::TOFExpTimeMu</td>
2727+
<td>D</td>
2728+
<td>tofExpTimeMu</td>
2729+
<td>float</td>
2730+
<td>Expected time for the track to reach the TOF under the muon hypothesis</td>
26532731
</tr>
26542732
<tr>
26552733
<td>o2::aod::track::TOFExpTimePi</td>
@@ -2672,6 +2750,34 @@ For better overview the tables are grouped into the following categories: \| [Ge
26722750
<td>float</td>
26732751
<td>Expected time for the track to reach the TOF under the proton hypothesis</td>
26742752
</tr>
2753+
<tr>
2754+
<td>o2::aod::track::TOFExpTimeDe</td>
2755+
<td>D</td>
2756+
<td>tofExpTimeDe</td>
2757+
<td>float</td>
2758+
<td>Expected time for the track to reach the TOF under the deuteron hypothesis</td>
2759+
</tr>
2760+
<tr>
2761+
<td>o2::aod::track::TOFExpTimeTr</td>
2762+
<td>D</td>
2763+
<td>tofExpTimeTr</td>
2764+
<td>float</td>
2765+
<td>Expected time for the track to reach the TOF under the triton hypothesis</td>
2766+
</tr>
2767+
<tr>
2768+
<td>o2::aod::track::TOFExpTimeHe</td>
2769+
<td>D</td>
2770+
<td>tofExpTimeHe</td>
2771+
<td>float</td>
2772+
<td>Expected time for the track to reach the TOF under the helium3 hypothesis</td>
2773+
</tr>
2774+
<tr>
2775+
<td>o2::aod::track::TOFExpTimeAl</td>
2776+
<td>D</td>
2777+
<td>tofExpTimeAl</td>
2778+
<td>float</td>
2779+
<td>Expected time for the track to reach the TOF under the helium4 hypothesis</td>
2780+
</tr>
26752781
<tr>
26762782
<td>o2::aod::track::ITSNCls</td>
26772783
<td>D</td>
@@ -2978,11 +3084,18 @@ For better overview the tables are grouped into the following categories: \| [Ge
29783084
<td>If the track used the afterburner in the ITS</td>
29793085
</tr>
29803086
<tr>
2981-
<td>o2::aod::track::TOFExpTime</td>
3087+
<td>o2::aod::track::TOFExpTimeEl</td>
29823088
<td>D</td>
2983-
<td>tofExpTime</td>
3089+
<td>tofExpTimeEl</td>
29843090
<td>float</td>
2985-
<td>Expected time for the track to reach the TOF</td>
3091+
<td>Expected time for the track to reach the TOF under the electron hypothesis</td>
3092+
</tr>
3093+
<tr>
3094+
<td>o2::aod::track::TOFExpTimeMu</td>
3095+
<td>D</td>
3096+
<td>tofExpTimeMu</td>
3097+
<td>float</td>
3098+
<td>Expected time for the track to reach the TOF under the muon hypothesis</td>
29863099
</tr>
29873100
<tr>
29883101
<td>o2::aod::track::TOFExpTimePi</td>
@@ -3005,6 +3118,34 @@ For better overview the tables are grouped into the following categories: \| [Ge
30053118
<td>float</td>
30063119
<td>Expected time for the track to reach the TOF under the proton hypothesis</td>
30073120
</tr>
3121+
<tr>
3122+
<td>o2::aod::track::TOFExpTimeDe</td>
3123+
<td>D</td>
3124+
<td>tofExpTimeDe</td>
3125+
<td>float</td>
3126+
<td>Expected time for the track to reach the TOF under the deuteron hypothesis</td>
3127+
</tr>
3128+
<tr>
3129+
<td>o2::aod::track::TOFExpTimeTr</td>
3130+
<td>D</td>
3131+
<td>tofExpTimeTr</td>
3132+
<td>float</td>
3133+
<td>Expected time for the track to reach the TOF under the triton hypothesis</td>
3134+
</tr>
3135+
<tr>
3136+
<td>o2::aod::track::TOFExpTimeHe</td>
3137+
<td>D</td>
3138+
<td>tofExpTimeHe</td>
3139+
<td>float</td>
3140+
<td>Expected time for the track to reach the TOF under the helium3 hypothesis</td>
3141+
</tr>
3142+
<tr>
3143+
<td>o2::aod::track::TOFExpTimeAl</td>
3144+
<td>D</td>
3145+
<td>tofExpTimeAl</td>
3146+
<td>float</td>
3147+
<td>Expected time for the track to reach the TOF under the helium4 hypothesis</td>
3148+
</tr>
30083149
<tr>
30093150
<td>o2::aod::track::TPCCrossedRowsOverFindableCls</td>
30103151
<td>D</td>
@@ -6523,6 +6664,8 @@ For better overview the tables are grouped into the following categories: \| [Ge
65236664
<li>o2::aod::Decay3Body = o2::aod::Decay3Bodys::iterator</li>
65246665
<li>o2::aod::Decay3BodysLinked = soa::Join<o2::aod::Decay3Bodys, o2::aod::Decay3BodyDataLink></li>
65256666
<li>o2::aod::Decay3BodyLinked = soa::Join<o2::aod::Decay3Bodys, o2::aod::Decay3BodyDataLink>::iterator</li>
6667+
<li>o2::aod::KFDecay3BodysLinked = soa::Join<o2::aod::Decay3Bodys, o2::aod::KFDecay3BodyDataLink></li>
6668+
<li>o2::aod::KFDecay3BodyLinked = soa::Join<o2::aod::Decay3Bodys, o2::aod::KFDecay3BodyDataLink>::iterator</li>
65266669
</ul>
65276670
</div>
65286671
<table class=DataModel>
@@ -8332,6 +8475,9 @@ For better overview the tables are grouped into the following categories: \| [Ge
83328475
<div>Is used in:
83338476
<ul>
83348477
<li>o2::aod::McCollisionLabel = o2::aod::McCollisionLabels::iterator</li>
8478+
<li>o2::aod::pid_tpc_tof_utils::McCollisionsNoCents = soa::Join<o2::aod::Collisions, o2::aod::EvSels, o2::aod::McCollisionLabels></li>
8479+
<li>o2::aod::pid_tpc_tof_utils::McCollisionsFT0Cs = soa::Join<o2::aod::Collisions, o2::aod::EvSels, o2::aod::McCollisionLabels, o2::aod::CentFT0Cs></li>
8480+
<li>o2::aod::pid_tpc_tof_utils::McCollisionsFT0Ms = soa::Join<o2::aod::Collisions, o2::aod::EvSels, o2::aod::McCollisionLabels, o2::aod::CentFT0Ms></li>
83358481
</ul>
83368482
</div>
83378483
<table class=DataModel>

0 commit comments

Comments
 (0)