Skip to content

Commit

Permalink
Merge pull request #29830 from dildick/from-CMSSW_11_1_X_2020-05-13-1…
Browse files Browse the repository at this point in the history
…100-CCLUT-debugging

Improve Simtrack to GEM/CSC digi and stub matching
  • Loading branch information
cmsbuild authored May 27, 2020
2 parents 49d2de2 + d5a9b13 commit ca1e6cb
Show file tree
Hide file tree
Showing 15 changed files with 137 additions and 390 deletions.
101 changes: 0 additions & 101 deletions L1Trigger/CSCTriggerPrimitives/interface/CSCComparatorDigiFitter.h

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -905,7 +905,7 @@ bool CSCCathodeLCTProcessor::patternFinding(
hit_layer[this_layer] = true;
layers_hit++; // determines number of layers hit
// add this strip in this layer to the pattern we are currently considering
hits_single_pattern[this_layer][strip_num] = this_strip;
hits_single_pattern[this_layer][strip_num] = this_strip - stagger[this_layer];
}

// find at what bx did pulse on this halsfstrip & layer have started
Expand Down
253 changes: 0 additions & 253 deletions L1Trigger/CSCTriggerPrimitives/src/CSCComparatorDigiFitter.cc

This file was deleted.

2 changes: 2 additions & 0 deletions Validation/MuonCSCDigis/interface/CSCDigiMatcher.h
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ class CSCDigiMatcher {
void matchStripsToSimTrack(const CSCStripDigiCollection& strips);
void matchWiresToSimTrack(const CSCWireDigiCollection& wires);

void clear();

template <class T>
std::set<unsigned int> selectDetIds(const T& digis, int csc_type) const;

Expand Down
2 changes: 2 additions & 0 deletions Validation/MuonCSCDigis/interface/CSCStubMatcher.h
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ class CSCStubMatcher {
void matchLCTsToSimTrack(const CSCCorrelatedLCTDigiCollection&);
void matchMPLCTsToSimTrack(const CSCCorrelatedLCTDigiCollection&);

void clear();

edm::EDGetTokenT<CSCCLCTDigiCollection> clctToken_;
edm::EDGetTokenT<CSCALCTDigiCollection> alctToken_;
edm::EDGetTokenT<CSCCorrelatedLCTDigiCollection> lctToken_;
Expand Down
Loading

0 comments on commit ca1e6cb

Please sign in to comment.