Skip to content

Commit 2e4b308

Browse files
committed
Please consider the following formatting changes
1 parent 7fa4f5c commit 2e4b308

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

ALICE3/DataModel/A3DecayFinderTables.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ DECLARE_SOA_DYNAMIC_COLUMN(Y, y,
331331
DECLARE_SOA_TABLE(Alice3Cand3Ps, "AOD", "ALICE3CAND3P", //!
332332
o2::soa::Index<>,
333333
// general candidate properties
334-
HFCAND_COLUMNS,
334+
HFCAND_COLUMNS,
335335
HFPRONG0_COLUMNS,
336336
HFPRONG1_COLUMNS,
337337
HFPRONG2_COLUMNS,

ALICE3/TableProducer/hfSelector3Prong.cxx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@
1414
///
1515
/// \author Marcello Di Costanzo <[email protected]>, Polytechnic University of Turin and INFN Turin
1616

17+
#include "PWGHF/Core/SelectorCuts.h"
18+
#include "PWGHF/DataModel/CandidateSelectionTables.h"
19+
1720
#include "ALICE3/DataModel/A3DecayFinderTables.h"
1821
#include "ALICE3/DataModel/OTFPIDTrk.h"
1922
#include "ALICE3/DataModel/OTFRICH.h"
2023
#include "ALICE3/DataModel/OTFTOF.h"
2124
#include "ALICE3/DataModel/RICH.h"
25+
#include "ALICE3/ML/MlResponse3Prong.h"
2226
#include "ALICE3/Utils/utilsHfAlice3.h"
2327
#include "ALICE3/Utils/utilsSelectionsAlice3.h"
24-
#include "ALICE3/ML/MlResponse3Prong.h"
25-
26-
#include "PWGHF/Core/SelectorCuts.h"
27-
#include "PWGHF/DataModel/CandidateSelectionTables.h"
2828

2929
#include <CCDB/CcdbApi.h>
3030
#include <CommonConstants/PhysicsConstants.h>

0 commit comments

Comments
 (0)