Skip to content

Commit

Permalink
fix git messup
Browse files Browse the repository at this point in the history
  • Loading branch information
tomalin committed May 13, 2022
1 parent 328b7f5 commit e52f636
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -612,12 +612,12 @@ void L1FPGATrackProducer::produce(edm::Event& iEvent, const edm::EventSetup& iSe

const std::vector<trklet::Track>& tracks = eventProcessor.tracks();

const unsigned int maxNumProjectionLayers = channelAssignment_->maxNumProjectionLayers();
// number of track channels
const unsigned int numStreamsTrack = N_SECTOR * channelAssignment_->numChannelsTrack();
// number of stub channels
const unsigned int numStreamsStub = N_SECTOR * channelAssignment_->numChannelsStub();
// number of stub channels if all seed types streams padded to have same number of stub channels (for coding simplicity)
const unsigned int maxNumProjectionLayers = channelAssignment_->maxNumProjectionLayers();
const unsigned int numStreamsStubRaw = numStreamsTrack * maxNumProjectionLayers;

// Streams formatted to allow this code to run outside CMSSW.
Expand Down

0 comments on commit e52f636

Please sign in to comment.