Skip to content

Commit

Permalink
Add dict for bitset<64>. Keep TTStubs and TTClusters in L1 Phase2 FEV…
Browse files Browse the repository at this point in the history
…TDEBUG.
  • Loading branch information
rekovic committed Jul 17, 2020
1 parent 92765b9 commit 9f36160
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions DataFormats/StdDictionaries/src/classes_def_others.xml
Expand Up @@ -9,6 +9,7 @@
<class name="std::bitset<7>"/>
<class name="std::bitset<15>"/>
<class name="std::bitset<25>"/>
<class name="std::bitset<64>"/>
<class name="std::bitset<96>"/>
<class name="std::deque<int>"/>
<class name="std::forward_iterator_tag"/>
Expand Down
2 changes: 2 additions & 0 deletions L1Trigger/Configuration/python/L1Trigger_EventContent_cff.py
Expand Up @@ -196,6 +196,8 @@ def _appendPhase2Digis(obj):
'keep *_l1PFMetCalo_*_*',
'keep *_l1PFMetPF_*_*',
'keep *_l1PFMetPuppi_*_*',
'keep *_TTStubsFromPhase2TrackerDigis_*_*',
'keep *_TTClustersFromPhase2TrackerDigis_*_*',
'keep *_TTTracksFromExtendedTrackletEmulation_*_*',
'keep *_TTTracksFromTrackletEmulation_*_*',
]
Expand Down

0 comments on commit 9f36160

Please sign in to comment.