File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Detectors/TRD/calibration Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
2223namespace 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};
You can’t perform that action at this time.
0 commit comments