File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed
Detectors/Upgrades/ALICE3/TRK Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1515#pragma link off all classes;
1616#pragma link off all functions;
1717
18+ #pragma link C++ class o2::conf::ConfigurableParamHelper < o2::trk::TRKBaseParam> + ;
19+
1820#pragma link C++ class o2::trk::GeometryTGeo +
1921#pragma link C++ class o2::trk::TRKBaseParam + ;
20- #pragma link C++ class o2::conf::ConfigurableParamHelper < o2:: trk::TRKBaseParam> + ;
22+ #pragma link C++ class o2::trk::SegmentationChip + ;
2123
2224#endif
Original file line number Diff line number Diff line change 1010# or submit itself to any jurisdiction.
1111
1212o2_add_test_root_macro(CheckDigits.C
13- PUBLIC_LINK_LIBRARIES O2::ITSMFTSimulation
13+ PUBLIC_LINK_LIBRARIES O2::ITSMFTBase
14+ O2::ITSMFTSimulation
1415 O2::TRKBase
1516 O2::TRKSimulation
1617 O2::MathUtils
1718 O2::SimulationDataFormat
1819 O2::DetectorsBase
19- LABELS its COMPILE_ONLY)
20+ O2::Steer
21+ LABELS trk COMPILE_ONLY)
Original file line number Diff line number Diff line change 2020#include <TString.h>
2121#include <TTree.h>
2222
23- #include <vector>
24- #define ENABLE_UPGRADES
23+ #include "TRKBase/SegmentationChip.h"
2524#include "TRKBase/GeometryTGeo.h"
2625#include "DataFormatsITSMFT/Digit.h"
27- #include "TRKBase/SegmentationChip.h"
2826#include "ITSMFTSimulation/Hit.h"
2927#include "MathUtils/Utils.h"
3028#include "SimulationDataFormat/ConstMCTruthContainer.h"
You can’t perform that action at this time.
0 commit comments