-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #13165 from cms-l1t-offline/pr-l1tx-unpackers
Pr l1tx unpackers
- Loading branch information
Showing
10 changed files
with
1,862 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
L1TXRawToDigi contains CMSSW EDProducers for L1T modules not using the | ||
common unpacker framework in L1TRawToDigi. | ||
|
||
L1TCaloLayer1RawToDigi unpacks Layer-1 calorimeter trigger data obtained from its three FEDs. | ||
|
||
The producer makes ECAL and HCAL TPG objects. | ||
|
||
These should be identical to the ones read out from ECAL TCCs | ||
and HCAL uHTRs. However, any link issues could result in | ||
discrepancies. | ||
|
||
|
||
|
||
L1TTriwMuxRawToDigi unpacks the TwinMux in the Muon system. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<use name="FWCore/Framework"/> | ||
<use name="FWCore/ParameterSet"/> | ||
<use name="FWCore/PluginManager"/> | ||
<use name="FWCore/MessageLogger"/> | ||
<use name="DataFormats/FEDRawData"/> | ||
<use name="DataFormats/HcalDigi"/> | ||
<use name="DataFormats/EcalDigi"/> | ||
<use name="DataFormats/L1DTTrackFinder"/> | ||
<use name="DataFormats/L1GlobalMuonTrigger"/> | ||
<flags EDM_PLUGIN="1"/> |
Oops, something went wrong.