File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed
Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 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
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>
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>
Original file line number Diff line number Diff line change 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
3637class HFInvMassFitter : public TNamed
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments