Skip to content

Commit

Permalink
Bin TQ MVA output (#272)
Browse files Browse the repository at this point in the history
* add TQ MVA output binning scheme

* remove code no longer used

* move logistic sigmoid into TTTrack class

* fix for proper precision after MVA conversion in track word

* label all MVA variables before logistic sigmoid with 'Pre'

* formatting

* fix filling of track word before running TQ MVA

* switch to post-sigmoid mva bins

* remove any onnx instances

* fix MVA1 initialization

* bin TQ MVA in pre-sigmoided bins in KFout

* move pre-sigmoid bins to track quality class

* change minimum bin
  • Loading branch information
cgsavard authored and tomalin committed Dec 13, 2024
1 parent 83266f8 commit 30a1fc3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions L1Trigger/TrackFindingTracklet/plugins/L1FPGATrackProducer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -765,6 +765,9 @@ void L1FPGATrackProducer::produce(edm::Event& iEvent, const edm::EventSetup& iSe
// test track word
//aTrack.testTrackWordBits();

// set track word again to set MVA variable from TTTrack into track word
aTrack.setTrackWordBits();

L1TkTracksForOutput->push_back(aTrack);
}

Expand Down

0 comments on commit 30a1fc3

Please sign in to comment.