Skip to content

Commit 3e89012

Browse files
committed
Please consider the following formatting changes
1 parent 9f5c88d commit 3e89012

3 files changed

Lines changed: 7 additions & 4 deletions

File tree

PWGUD/TableProducer/Converters/UDFITbitConverter.cxx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@
2323
///
2424
/// \author Sandor Lokos <sandor.lokos@cern.ch>
2525

26-
#include "PWGUD/DataModel/UDTables.h"
26+
#include
27+
"PWGUD/DataModel/UDTables.h"
28+
"
2729
2830
#include <Framework/AnalysisDataModel.h>
2931
#include <Framework/AnalysisHelpers.h>
@@ -60,4 +62,4 @@ WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)
6062
return WorkflowSpec{
6163
adaptAnalysisTask<UDCollisionFITBitsConverter>(cfgc),
6264
};
63-
}
65+
}

PWGUD/Tasks/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,4 +307,4 @@ o2physics_add_dpl_workflow(fit-multiplicity
307307
o2physics_add_dpl_workflow(pt-spectra-inclusive-upc
308308
SOURCES ptSpectraInclusiveUpc.cxx
309309
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore
310-
COMPONENT_NAME Analysis)
310+
COMPONENT_NAME Analysis)

PWGUD/Tasks/upcTestFitBitMapping.cxx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,10 @@
2020
#include <FT0Base/Geometry.h>
2121
#include <Framework/AnalysisTask.h>
2222
#include <Framework/HistogramRegistry.h>
23-
#include <ramework/Logger.h>
2423
#include <Framework/runDataProcessing.h>
2524

25+
#include <ramework/Logger.h>
26+
2627
#include <array>
2728
#include <cmath>
2829
#include <cstdint>

0 commit comments

Comments
 (0)