Skip to content

Commit

Permalink
Merge pull request #13165 from cms-l1t-offline/pr-l1tx-unpackers
Browse files Browse the repository at this point in the history
Pr l1tx unpackers
  • Loading branch information
davidlange6 committed Feb 7, 2016
2 parents 6e69efa + d2ede48 commit 38304a4
Show file tree
Hide file tree
Showing 10 changed files with 1,862 additions and 0 deletions.
14 changes: 14 additions & 0 deletions EventFilter/L1TXRawToDigi/README.md
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.
10 changes: 10 additions & 0 deletions EventFilter/L1TXRawToDigi/plugins/BuildFile.xml
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"/>
Loading

0 comments on commit 38304a4

Please sign in to comment.