Skip to content

Commit 20bac37

Browse files
committed
clang formatting
1 parent 091ecd3 commit 20bac37

1 file changed

Lines changed: 8 additions & 9 deletions

File tree

PWGJE/Tasks/jetCorrelationD0.cxx

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,12 @@
1313
/// \brief Task for analysing D0 triggered jet events.
1414
/// \author Matthew Ockleton matthew.ockleton@cern.ch, University of Liverpool
1515

16+
#include "PWGHF/Core/DecayChannels.h"
1617
#include "PWGJE/Core/JetDerivedDataUtilities.h"
1718
#include "PWGJE/Core/JetHFUtilities.h"
1819
#include "PWGJE/DataModel/Jet.h"
1920
#include "PWGJE/DataModel/JetReducedData.h"
2021

21-
#include "PWGHF/Core/DecayChannels.h"
22-
2322
#include "Common/Core/RecoDecay.h"
2423

2524
#include <CommonConstants/MathConstants.h>
@@ -293,13 +292,13 @@ struct JetCorrelationD0 {
293292
registry.add("hEtaResolution", "#eta resolution;#p_{T,part};Resolution", {HistType::kTH2F, {{400, 0, 400}, {1000, -1.0, 1.0}}});
294293
}
295294
enum D0McCategory : int {
296-
Undefined = -1, // no truth match / unclassified
297-
Signal = 0, // correctly identified D0(bar), π+ K−
298-
Reflection = 1, // true D0(bar) reconstructed with swapped mass hypothesis
299-
CorrBkgPiKPi0 = 2, // correlated background: π+ K− π0
300-
CorrBkgPiPi = 3, // correlated background: π+ π−
301-
CorrBkgPiPiPi0 = 4, // correlated background: π+ π− π0
302-
CorrBkgKK = 5 // correlated background: K+ K−
295+
Undefined = -1, // no truth match / unclassified
296+
Signal = 0, // correctly identified D0(bar), π+ K−
297+
Reflection = 1, // true D0(bar) reconstructed with swapped mass hypothesis
298+
CorrBkgPiKPi0 = 2, // correlated background: π+ K− π0
299+
CorrBkgPiPi = 3, // correlated background: π+ π−
300+
CorrBkgPiPiPi0 = 4, // correlated background: π+ π− π0
301+
CorrBkgKK = 5 // correlated background: K+ K−
303302
};
304303
void processData(soa::Filtered<aod::JetCollisions>::iterator const& collision,
305304
aod::CandidatesD0Data const& d0Candidates,

0 commit comments

Comments
 (0)