Skip to content

Commit 0c92c7b

Browse files
committed
update author list; clang-format
1 parent 1327d91 commit 0c92c7b

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

PWGHF/D2H/Macros/HFInvMassFitter.cxx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
/// \author Mingyu Zhang <mingyu.zang@cern.ch>
1717
/// \author Xinye Peng <xinye.peng@cern.ch>
1818
/// \author Biao Zhang <biao.zhang@cern.ch>
19+
/// \author Oleksii Lubynets <oleksii.lubynets@cern.ch>
1920

2021
#include "HFInvMassFitter.h"
2122

@@ -33,9 +34,6 @@
3334
#include <RooPolynomial.h>
3435
#include <RooRealVar.h>
3536
#include <RooWorkspace.h>
36-
37-
#include <Rtypes.h>
38-
#include <RtypesCore.h>
3937
#include <TColor.h>
4038
#include <TDatabasePDG.h>
4139
#include <TLine.h>
@@ -45,6 +43,9 @@
4543
#include <TStyle.h>
4644
#include <TVirtualPad.h>
4745

46+
#include <Rtypes.h>
47+
#include <RtypesCore.h>
48+
4849
#include <array>
4950
#include <cmath>
5051
#include <cstring>

PWGHF/D2H/Macros/HFInvMassFitter.h

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,21 +16,22 @@
1616
/// \author Mingyu Zhang <mingyu.zang@cern.ch>
1717
/// \author Xinye Peng <xinye.peng@cern.ch>
1818
/// \author Biao Zhang <biao.zhang@cern.ch>
19+
/// \author Oleksii Lubynets <oleksii.lubynets@cern.ch>
1920

2021
#ifndef PWGHF_D2H_MACROS_HFINVMASSFITTER_H_
2122
#define PWGHF_D2H_MACROS_HFINVMASSFITTER_H_
2223

2324
#include <RooPlot.h>
2425
#include <RooRealVar.h>
2526
#include <RooWorkspace.h>
26-
#include <Rtypes.h>
27-
#include <RtypesCore.h>
28-
2927
#include <TF1.h>
3028
#include <TH1.h>
3129
#include <TNamed.h>
3230
#include <TVirtualPad.h>
3331

32+
#include <Rtypes.h>
33+
#include <RtypesCore.h>
34+
3435
#include <cstdio>
3536

3637
class HFInvMassFitter : public TNamed

PWGHF/D2H/Macros/runMassFitter.C

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
/// \author Mingyu Zhang <mingyu.zang@cern.ch>
1717
/// \author Xinye Peng <xinye.peng@cern.ch>
1818
/// \author Biao Zhang <biao.zhang@cern.ch>
19+
/// \author Oleksii Lubynets <oleksii.lubynets@cern.ch>
1920

2021
#if !defined(__CINT__) || defined(__CLING__)
2122

0 commit comments

Comments
 (0)