Skip to content

Commit 2a1f06c

Browse files
committed
Automatic data model update
1 parent 0b8bdf6 commit 2a1f06c

File tree

3 files changed

+286
-2677
lines changed

3 files changed

+286
-2677
lines changed

docs/datamodel/helperTaskTables.md

+39-22
Original file line numberDiff line numberDiff line change
@@ -894,7 +894,7 @@ Code file: <a href="https://github.com/AliceO2Group/O2Physics/tree/master//Commo
894894
Code file: <a href="https://github.com/AliceO2Group/O2Physics/tree/master//Common/TableProducer//eseTableProducer.cxx" target="_blank">eseTableProducer.cxx</a>
895895
<div>
896896

897-
<button class="myaccordion"><i class="fa fa-table"></i> o2::aod::QVecFV0As</button>
897+
<button class="myaccordion"><i class="fa fa-table"></i> o2::aod::QPercentileFT0Cs</button>
898898
<div class="panel">
899899
<div>
900900

@@ -904,7 +904,7 @@ Code file: <a href="https://github.com/AliceO2Group/O2Physics/tree/master//Commo
904904
</div>
905905
<div>Is used in:
906906
<ul>
907-
<li>o2::aod::QVecFV0A = o2::aod::QVecFV0As::iterator</li>
907+
<li>o2::aod::QPercentileFT0C = o2::aod::QPercentileFT0Cs::iterator</li>
908908
</ul>
909909
</div>
910910
<table class=DataModel>
@@ -916,23 +916,16 @@ Code file: <a href="https://github.com/AliceO2Group/O2Physics/tree/master//Commo
916916
<th>Comment</th>
917917
</tr>
918918
<tr>
919-
<td>o2::aod::q_vector::QFV0ARe</td>
920-
<td></td>
921-
<td>qFV0ARe</td>
922-
<td>float</td>
923-
<td></td>
924-
</tr>
925-
<tr>
926-
<td>o2::aod::q_vector::QFV0AIm</td>
919+
<td>o2::aod::q_vector::QPERCFT0C</td>
927920
<td></td>
928-
<td>qFV0AIm</td>
929-
<td>float</td>
921+
<td>qPERCFT0C</td>
922+
<td>std::vector&lt;float&gt;</td>
930923
<td></td>
931924
</tr>
932925
</table>
933926
</div>
934927

935-
<button class="myaccordion"><i class="fa fa-table"></i> o2::aod::QVecFT0Cs</button>
928+
<button class="myaccordion"><i class="fa fa-table"></i> o2::aod::QPercentileFT0As</button>
936929
<div class="panel">
937930
<div>
938931

@@ -942,7 +935,7 @@ Code file: <a href="https://github.com/AliceO2Group/O2Physics/tree/master//Commo
942935
</div>
943936
<div>Is used in:
944937
<ul>
945-
<li>o2::aod::QVecFT0C = o2::aod::QVecFT0Cs::iterator</li>
938+
<li>o2::aod::QPercentileFT0A = o2::aod::QPercentileFT0As::iterator</li>
946939
</ul>
947940
</div>
948941
<table class=DataModel>
@@ -954,23 +947,47 @@ Code file: <a href="https://github.com/AliceO2Group/O2Physics/tree/master//Commo
954947
<th>Comment</th>
955948
</tr>
956949
<tr>
957-
<td>o2::aod::q_vector::QFT0CRe</td>
950+
<td>o2::aod::q_vector::QPERCFT0A</td>
958951
<td></td>
959-
<td>qFT0CRe</td>
952+
<td>qPERCFT0A</td>
960953
<td>std::vector&lt;float&gt;</td>
961954
<td></td>
962955
</tr>
956+
</table>
957+
</div>
958+
959+
<button class="myaccordion"><i class="fa fa-table"></i> o2::aod::QPercentileFV0As</button>
960+
<div class="panel">
961+
<div>
962+
963+
</div>
964+
<div>
965+
Header file: <a href="https://github.com/AliceO2Group/O2Physics/tree/master//Common/DataModel/EseTable.h" target="_blank">Common/DataModel/EseTable.h</a>
966+
</div>
967+
<div>Is used in:
968+
<ul>
969+
<li>o2::aod::QPercentileFV0A = o2::aod::QPercentileFV0As::iterator</li>
970+
</ul>
971+
</div>
972+
<table class=DataModel>
973+
<tr>
974+
<th>Name</th>
975+
<th></th>
976+
<th>Getter</th>
977+
<th>Type</th>
978+
<th>Comment</th>
979+
</tr>
963980
<tr>
964-
<td>o2::aod::q_vector::QFT0CIm</td>
981+
<td>o2::aod::q_vector::QPERCFV0A</td>
965982
<td></td>
966-
<td>qFT0CIm</td>
983+
<td>qPERCFV0A</td>
967984
<td>std::vector&lt;float&gt;</td>
968985
<td></td>
969986
</tr>
970987
</table>
971988
</div>
972989

973-
<button class="myaccordion"><i class="fa fa-table"></i> o2::aod::QPercentileFT0Cs</button>
990+
<button class="myaccordion"><i class="fa fa-table"></i> o2::aod::QPercentileTPCs</button>
974991
<div class="panel">
975992
<div>
976993

@@ -980,7 +997,7 @@ Code file: <a href="https://github.com/AliceO2Group/O2Physics/tree/master//Commo
980997
</div>
981998
<div>Is used in:
982999
<ul>
983-
<li>o2::aod::QPercentileFT0C = o2::aod::QPercentileFT0Cs::iterator</li>
1000+
<li>o2::aod::QPercentileTPC = o2::aod::QPercentileTPCs::iterator</li>
9841001
</ul>
9851002
</div>
9861003
<table class=DataModel>
@@ -992,9 +1009,9 @@ Code file: <a href="https://github.com/AliceO2Group/O2Physics/tree/master//Commo
9921009
<th>Comment</th>
9931010
</tr>
9941011
<tr>
995-
<td>o2::aod::q_vector::QPERCFT0C</td>
1012+
<td>o2::aod::q_vector::QPERCTPC</td>
9961013
<td></td>
997-
<td>qPERCFT0C</td>
1014+
<td>qPERCTPC</td>
9981015
<td>std::vector&lt;float&gt;</td>
9991016
<td></td>
10001017
</tr>

docs/datamodel/joinsAndIterators.md

+27-6
Original file line numberDiff line numberDiff line change
@@ -611,24 +611,31 @@ Click on the labels to display the definitions. Click buttons to
611611
</ul>
612612
</div>
613613

614-
<button class="myaccordion"><i class="fa fa-map-pin"></i> o2::aod::QVecFV0A</button>
614+
<button class="myaccordion"><i class="fa fa-map-pin"></i> o2::aod::QPercentileFT0C</button>
615615
<div class="panel">
616616
<ul>
617-
<li>o2::aod::QVecFV0A = o2::aod::QVecFV0As::iterator</li>
617+
<li>o2::aod::QPercentileFT0C = o2::aod::QPercentileFT0Cs::iterator</li>
618618
</ul>
619619
</div>
620620

621-
<button class="myaccordion"><i class="fa fa-map-pin"></i> o2::aod::QVecFT0C</button>
621+
<button class="myaccordion"><i class="fa fa-map-pin"></i> o2::aod::QPercentileFT0A</button>
622622
<div class="panel">
623623
<ul>
624-
<li>o2::aod::QVecFT0C = o2::aod::QVecFT0Cs::iterator</li>
624+
<li>o2::aod::QPercentileFT0A = o2::aod::QPercentileFT0As::iterator</li>
625625
</ul>
626626
</div>
627627

628-
<button class="myaccordion"><i class="fa fa-map-pin"></i> o2::aod::QPercentileFT0C</button>
628+
<button class="myaccordion"><i class="fa fa-map-pin"></i> o2::aod::QPercentileFV0A</button>
629629
<div class="panel">
630630
<ul>
631-
<li>o2::aod::QPercentileFT0C = o2::aod::QPercentileFT0Cs::iterator</li>
631+
<li>o2::aod::QPercentileFV0A = o2::aod::QPercentileFV0As::iterator</li>
632+
</ul>
633+
</div>
634+
635+
<button class="myaccordion"><i class="fa fa-map-pin"></i> o2::aod::QPercentileTPC</button>
636+
<div class="panel">
637+
<ul>
638+
<li>o2::aod::QPercentileTPC = o2::aod::QPercentileTPCs::iterator</li>
632639
</ul>
633640
</div>
634641

@@ -1472,6 +1479,13 @@ Click on the labels to display the definitions. Click buttons to
14721479
</ul>
14731480
</div>
14741481

1482+
<button class="myaccordion"><i class="fa fa-map-pin"></i> o2::aod::EMEvents</button>
1483+
<div class="panel">
1484+
<ul>
1485+
<li>o2::aod::EMEvents = o2::aod::EMEvents_001</li>
1486+
</ul>
1487+
</div>
1488+
14751489
<button class="myaccordion"><i class="fa fa-map-pin"></i> o2::aod::EMEvent</button>
14761490
<div class="panel">
14771491
<ul>
@@ -1619,6 +1633,13 @@ Click on the labels to display the definitions. Click buttons to
16191633
</ul>
16201634
</div>
16211635

1636+
<button class="myaccordion"><i class="fa fa-map-pin"></i> o2::aod::EMPrimaryElectrons</button>
1637+
<div class="panel">
1638+
<ul>
1639+
<li>o2::aod::EMPrimaryElectrons = o2::aod::EMPrimaryElectrons_001</li>
1640+
</ul>
1641+
</div>
1642+
16221643
<button class="myaccordion"><i class="fa fa-map-pin"></i> o2::aod::EMPrimaryElectron</button>
16231644
<div class="panel">
16241645
<ul>

0 commit comments

Comments
 (0)