Skip to content

Commit 982a982

Browse files
authored
Merge pull request #45 from alibuild/alibot-cleanup-11971
[PWGEM] Please consider the following formatting changes to #11971
2 parents f265e37 + 9cff88f commit 982a982

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

PWGEM/Dilepton/TableProducer/skimmerOTS.cxx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,19 @@
1414
// This code produces trigger information. OTS = offline trigger selection.
1515
// Please write to: daiki.sekihata@cern.ch
1616

17-
#include <string>
18-
#include <vector>
17+
#include "PWGEM/Dilepton/DataModel/dileptonTables.h"
1918

20-
#include "Framework/runDataProcessing.h"
21-
#include "Framework/AnalysisTask.h"
22-
#include "Framework/AnalysisDataModel.h"
23-
#include "Framework/ASoAHelpers.h"
19+
#include "Common/Core/TableHelper.h"
20+
#include "EventFiltering/Zorro.h"
2421

2522
#include "CCDB/BasicCCDBManager.h"
26-
#include "EventFiltering/Zorro.h"
27-
#include "Common/Core/TableHelper.h"
23+
#include "Framework/ASoAHelpers.h"
24+
#include "Framework/AnalysisDataModel.h"
25+
#include "Framework/AnalysisTask.h"
26+
#include "Framework/runDataProcessing.h"
2827

29-
#include "PWGEM/Dilepton/DataModel/dileptonTables.h"
28+
#include <string>
29+
#include <vector>
3030

3131
using namespace o2;
3232
using namespace o2::framework;

0 commit comments

Comments
 (0)