Skip to content

Commit 6873c97

Browse files
committed
remove pt_cut flag + ptcut to float fix
1 parent da70a36 commit 6873c97

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

RecoTracker/LST/plugins/alpaka/LSTProducer.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ namespace ALPAKA_ACCELERATOR_NAMESPACE {
3131
consumes<LSTPhase2OTHitsInput>(config.getParameter<edm::InputTag>("phase2OTHitsInput"))},
3232
lstESToken_{esConsumes()},
3333
verbose_(config.getParameter<int>("verbose")),
34-
ptCut_(config.getParameter<bool>("ptCut")),
34+
ptCut_(config.getParameter<float>("ptCut")),
3535
lstOutputToken_{produces()} {}
3636

3737
void acquire(device::Event const& event, device::EventSetup const& setup) override {

RecoTracker/LSTCore/BuildFile.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<use name="boost_header"/>
33
<use name="root"/>
44
<use name="HeterogeneousCore/AlpakaInterface"/>
5-
<flags CXXFLAGS="-DLST_IS_CMSSW_PACKAGE -DCACHE_ALLOC -DT4FromT3 -DUSE_RZCHI2 -DUSE_T5_DNN -DPT_CUT=0.8 -DDUP_pLS -DDUP_T5 -DDUP_pT5 -DDUP_pT3 -DCrossclean_T5 -DCrossclean_pT3 -Wshadow"/>
5+
<flags CXXFLAGS="-DLST_IS_CMSSW_PACKAGE -DCACHE_ALLOC -DT4FromT3 -DUSE_RZCHI2 -DUSE_T5_DNN -DDUP_pLS -DDUP_T5 -DDUP_pT5 -DDUP_pT3 -DCrossclean_T5 -DCrossclean_pT3 -Wshadow"/>
66
<flags ALPAKA_BACKENDS="1"/>
77
<export>
88
<lib name="1"/>

0 commit comments

Comments
 (0)