File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,13 +27,13 @@ o2physics_target_root_dictionary(ALICE3Core
2727o2physics_add_library (FastTracker
2828 SOURCES FastTracker.cxx
2929 DetLayer.cxx
30- DelphesO2LutWriter .cxx
30+ FlatLutWriter .cxx
3131 PUBLIC_LINK_LIBRARIES O2::Framework
3232 O2Physics::AnalysisCore
3333 O2Physics::ALICE3Core )
3434
3535o2physics_target_root_dictionary (FastTracker
3636 HEADERS FastTracker.h
3737 DetLayer.h
38- DelphesO2LutWriter .h
38+ FlatLutWriter .h
3939 LINKDEF FastTrackerLinkDef.h )
Original file line number Diff line number Diff line change 1818
1919#pragma link C++ class o2::fastsim::GeometryContainer + ;
2020#pragma link C++ class o2::fastsim::FastTracker + ;
21- #pragma link C++ class o2::fastsim::DelphesO2LutWriter + ;
21+ #pragma link C++ class o2::fastsim::FlatLutWriter + ;
2222
2323#endif // ALICE3_CORE_FASTTRACKERLINKDEF_H_
You can’t perform that action at this time.
0 commit comments