Skip to content

Commit 46de258

Browse files
committed
lasjdl
1 parent 571df2f commit 46de258

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Detectors/TRD/calibration/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ o2_add_library(TRDCalibration
2929
O2::DetectorsBase
3030
O2::DetectorsCalibration
3131
O2::MathUtils
32+
O2::DetectorsVertexing
3233
O2::DetectorsDCS)
3334

3435
o2_target_root_dictionary(TRDCalibration

Detectors/TRD/calibration/include/TRDCalibration/CalibratorPID.h

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,12 @@
1313

1414
#include <memory>
1515

16+
#include "Rtypes.h"
17+
1618
#include "DataFormatsGlobalTracking/RecoContainer.h"
1719
#include "ReconstructionDataFormats/GlobalTrackID.h"
1820
#include "CommonUtils/TreeStreamRedirector.h"
19-
20-
#include "Rtypes.h"
21+
#include "DCAFitter/DCAFitterN.h"
2122

2223
namespace o2::trd
2324
{
@@ -33,6 +34,7 @@ class CalibratorPID
3334
private:
3435
o2::dataformats::GlobalTrackID::mask_t mTracksSrc{};
3536
std::shared_ptr<o2::utils::TreeStreamRedirector> mTree;
37+
o2::vertexing::DCAFitter2 mFitterV0;
3638

3739
ClassDefNV(CalibratorPID, 1);
3840
};

0 commit comments

Comments
 (0)