Skip to content

Commit

Permalink
implementatin with all features
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan committed Oct 7, 2018
1 parent 50b75b6 commit 0707979
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
Expand Up @@ -30,7 +30,6 @@ class RawDataMapperByLabel: public edm::stream::EDProducer<> {

std::vector<edm::InputTag> inputTags_ ;
std::vector<edm::EDGetTokenT<FEDRawDataCollection> > inputTokens_;
int verbose_ ;

bool firstEvent_;
edm::InputTag filledCollectionName_;
Expand Down
@@ -1,15 +1,9 @@
import FWCore.ParameterSet.Config as cms

rawDataCollector = cms.EDProducer("RawDataMapperByLabel",
verbose = cms.untracked.int32(1), # 0 = quiet, 1 = collection list, 2 = FED list
RawCollectionList = cms.VInputTag( cms.InputTag('rawDataReducedFormat'),
cms.InputTag('rawDataRepacker'),
cms.InputTag('rawDataCollector')),
MainCollection= cms.InputTag('rawDataCollector')
)

#
# Make changes if using the Stage 1 trigger
#
from Configuration.Eras.Modifier_stage1L1Trigger_cff import stage1L1Trigger
stage1L1Trigger.toModify( rawDataCollector.RawCollectionList, func = lambda list: list.append(cms.InputTag("l1tDigiToRaw")) )

0 comments on commit 0707979

Please sign in to comment.