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 9856567 commit 50b75b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ class RawDataMapperByLabel: public edm::stream::EDProducer<> {
typedef std::vector<edm::EDGetTokenT<FEDRawDataCollection> >::const_iterator tok_iterator_t;

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

bool firstEvent_;
edm::InputTag filledCollectionName_;
edm::InputTag mainCollectionTag_ ;

};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

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

0 comments on commit 50b75b6

Please sign in to comment.