You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: PWGJE/TableProducer/luminositycalculator.cxx
+17-18Lines changed: 17 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@
10
10
// or submit itself to any jurisdiction.
11
11
12
12
/// \file luminositycalculator.cxx
13
-
/// \brief Task to calculate luminosity of measured data
13
+
/// \brief Task to calculate luminosity of measured data. The luminosity per TVX trigger can be obtained from the eventselectiontask (at the time of writing the variable csTVX)
14
14
///
15
15
/// \author Nima Zardoshti <nima.zardoshti@cern.ch>
for (unsignedint i = 0; i < previousReadCounts.size(); i++) {
73
+
for (unsignedint i = 0; i < previousReadCounts.size(); i++) {// in principle we only care about the first element, but might be interesting information to keep
for (unsignedint i = 0; i < previousReadCounts.size(); i++) {
186
+
for (unsignedint i = 0; i < previousReadCounts.size(); i++) {// in principle we only care about the first element, but might be interesting information to keep
0 commit comments