Skip to content

Commit

Permalink
Update RecoHGCal/TICL/plugins/PFTICLProducer.cc
Browse files Browse the repository at this point in the history
The "useMTDTiming" parameter should not be "optional"!

Co-authored-by: Andrea Perrotta <perrotta@cern.ch>
  • Loading branch information
trtomei and perrotta committed Mar 8, 2022
1 parent 6ded0b8 commit 5f491f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RecoHGCal/TICL/plugins/PFTICLProducer.cc
Expand Up @@ -61,7 +61,7 @@ void PFTICLProducer::fillDescriptions(edm::ConfigurationDescriptions& descriptio
desc.add<edm::InputTag>("trackTimeErrorMap", edm::InputTag("tofPID:sigmat0"));
desc.add<edm::InputTag>("trackTimeQualityMap", edm::InputTag("mtdTrackQualityMVA:mtdQualMVA"));
desc.add<double>("timingQualityThreshold", 0.5);
desc.addOptional<bool>("useMTDTiming", true);
desc.add<bool>("useMTDTiming", true);
desc.add<bool>("useTimingAverage", false);
// For PFMuonAlgo
desc.add<edm::InputTag>("muonSrc", edm::InputTag("muons1stStep"));
Expand Down

0 comments on commit 5f491f0

Please sign in to comment.