Skip to content

Commit e3dfb3e

Browse files
authored
Merge pull request #37 from alibuild/alibot-cleanup-4919
Please consider the following formatting changes to #4919
2 parents 8dc27ec + 5e103c6 commit e3dfb3e

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

PWGLF/TableProducer/zdcSP.cxx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
// Minimal example to run this task:
1313
// o2-analysis-centrality-table -b --configuration json://configuration.json | o2-analysis-timestamp -b --configuration json://configuration.json | o2-analysis-event-selection -b --configuration json://configuration.json | o2-analysis-multiplicity-table -b --configuration json://configuration.json | o2-analysis-lf-zdcsp -b --configuration json://configuration.json --aod-file @input_data.txt --aod-writer-json OutputDirector.json
1414

15-
1615
#include <cmath>
1716

1817
#include "Math/Vector4D.h"
@@ -58,12 +57,13 @@ constexpr double kVeryNegative = -1.e12;
5857

5958
using BCsRun3 = soa::Join<aod::BCsWithTimestamps, aod::Run3MatchedToBCSparse>;
6059

61-
namespace {
62-
std::unordered_map<int, TH2*> gHistosC[5];
63-
std::unordered_map<int, TH2*> gHistosA[5];
64-
TH2* gCurrentHistC[5];
65-
TH2* gCurrentHistA[5];
66-
}
60+
namespace
61+
{
62+
std::unordered_map<int, TH2*> gHistosC[5];
63+
std::unordered_map<int, TH2*> gHistosA[5];
64+
TH2* gCurrentHistC[5];
65+
TH2* gCurrentHistA[5];
66+
} // namespace
6767

6868
struct zdcSP {
6969

@@ -126,7 +126,7 @@ struct zdcSP {
126126
if (!bc.has_zdc()) {
127127
return;
128128
}
129-
double hadronicRate = mRateFetcher.fetch(ccdb.service, bc.timestamp(), mRunNumber, "ZDC hadronic");//
129+
double hadronicRate = mRateFetcher.fetch(ccdb.service, bc.timestamp(), mRunNumber, "ZDC hadronic"); //
130130
auto zdc = bc.zdc();
131131
auto zncEnergy = zdc.energySectorZNC();
132132
auto znaEnergy = zdc.energySectorZNA();

0 commit comments

Comments
 (0)