Skip to content

Commit 2b5c744

Browse files
authored
Merge pull request #49 from alibuild/alibot-cleanup-11447
Please consider the following formatting changes to #11447
2 parents a4cdb5c + 5b21f0d commit 2b5c744

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

PWGHF/D2H/TableProducer/dataCreatorCharmResoReduced.cxx

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@
4444
#include "PWGHF/D2H/DataModel/ReducedDataModel.h"
4545
#include "PWGHF/D2H/Utils/utilsRedDataFormat.h"
4646

47-
48-
4947
using namespace o2;
5048
using namespace o2::analysis;
5149
using namespace o2::aod;
@@ -163,7 +161,7 @@ struct HfDataCreatorCharmResoReduced {
163161
// MC Tables
164162
Produces<aod::HfMcRecRedDV0s> rowHfDV0McRecReduced;
165163
Produces<aod::HfMcGenRedResos> rowHfResoMcGenReduced;
166-
164+
167165
// selection D
168166
struct : ConfigurableGroup {
169167
std::string prefix = "dmesons";
@@ -222,7 +220,7 @@ struct HfDataCreatorCharmResoReduced {
222220
Configurable<bool> propagateV0toPV{"propagateV0toPV", false, "Enable or disable V0 propagation to V0"};
223221
Configurable<bool> doMcRecQa{"doMcRecQa", true, "Fill QA histograms for Mc matching"};
224222
Configurable<bool> rejectPairsWithCommonDaughter{"rejectPairsWithCommonDaughter", true, "flag to reject already at this stage the pairs that share a daughter track"};
225-
223+
226224
HfHelper hfHelper;
227225
o2::hf_evsel::HfEventSelection hfEvSel;
228226

@@ -235,11 +233,11 @@ struct HfDataCreatorCharmResoReduced {
235233
// material correction for track propagation
236234
o2::base::MatLayerCylSet* lut;
237235
o2::base::Propagator::MatCorrType matCorr = o2::base::Propagator::MatCorrType::USEMatCorrLUT;
238-
236+
239237
// O2DatabasePDG service
240238
Service<o2::framework::O2DatabasePDG> pdg;
241239

242-
//vertex fitter
240+
// vertex fitter
243241
o2::vertexing::DCAFitterN<2> fitter;
244242

245243
// Helper struct to pass V0 informations
@@ -317,7 +315,7 @@ struct HfDataCreatorCharmResoReduced {
317315
const AxisSpec axisDeDx{500, 0.f, 1000.f, ""};
318316
const AxisSpec axisMassD0{200, 1.7f, 2.1f, "inv. mass (GeV/#it{c}^{2})"};
319317
const AxisSpec axisMassDplus{200, 1.7f, 2.1f, "inv. mass (GeV/#it{c}^{2})"};
320-
const AxisSpec axisMassDstar{200, 0.139f, 0.179f, "inv. mass (GeV/#it{c}^{2})"}; //o2-linter: disable=pdg/explicit-mass (false positive)
318+
const AxisSpec axisMassDstar{200, 0.139f, 0.179f, "inv. mass (GeV/#it{c}^{2})"}; // o2-linter: disable=pdg/explicit-mass (false positive)
321319
const AxisSpec axisMassLambda{100, 1.05f, 1.35f, "inv. mass (GeV/#it{c}^{2})"};
322320
const AxisSpec axisMassKzero{100, 0.35f, 0.65f, "inv. mass (GeV/#it{c}^{2})"};
323321
const AxisSpec axisDeltaMassToK{500, 0.49, 1.49, "inv. mass (GeV/#it{c}^{2})"};

0 commit comments

Comments
 (0)