Skip to content

Commit ffde4be

Browse files
committed
Please consider the following formatting changes
1 parent 0cdb22b commit ffde4be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PWGHF/D2H/Tasks/taskHiddenCharm.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,12 @@ struct HfTaskHiddenCharm {
6666
Partition<aod::HcSelTracks> selectedProtons = aod::hf_track_vars_reduced::trackType == static_cast<uint8_t>(TrackType::Proton);
6767
Partition<aod::HcSelTracks> selectedPions = aod::hf_track_vars_reduced::trackType == static_cast<uint8_t>(TrackType::Pion);
6868
Partition<aod::HcSelTracks> selectedKaons = aod::hf_track_vars_reduced::trackType == static_cast<uint8_t>(TrackType::Kaon);
69-
69+
7070
ConfigurableAxis thnConfigAxisInvMass{"thnConfigAxisInvMass", {1400, 2.8, 4.2}, ""};
7171
ConfigurableAxis thnConfigAxisPt{"thnConfigAxisPt", {100, 0., 10.}, ""};
7272
ConfigurableAxis thnConfigAxisCent{"thnConfigAxisCent", {100, 0., 100.}, ""};
7373
ConfigurableAxis thnConfigAxisSign{"thnConfigAxisSign", {2, -1., 1.}, ""};
74-
74+
7575
HistogramRegistry registry{"registry", {}};
7676

7777
void init(InitContext&)

0 commit comments

Comments
 (0)