Skip to content

Commit

Permalink
Merge pull request #4805 from smorovic/ShmStreamConsumer-72X
Browse files Browse the repository at this point in the history
Shm stream consumer 72 x
  • Loading branch information
davidlange6 committed Jul 28, 2014
2 parents 1b6bfb5 + c638780 commit cbe758b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
4 changes: 4 additions & 0 deletions EventFilter/Utilities/plugins/SealModule.cc
Expand Up @@ -21,6 +21,9 @@ typedef edm::serviceregistry::AllArgsMaker<MicroStateService, FastMonitoringServ
typedef RawEventOutputModuleForBU<RawEventFileWriterForBU> RawStreamFileWriterForBU;
typedef RecoEventOutputModuleForFU<RecoEventWriterForFU> EvFOutputModule;

//legacy name for ConfDB compatibility
typedef EvFOutputModule ShmStreamConsumer;

//DEFINE_FWK_SERVICE_MAKER(MicroStateService, MicroStateServiceMaker);

DEFINE_FWK_SERVICE_MAKER(FastMonitoringService, FastMonitoringServiceMaker);
Expand All @@ -31,4 +34,5 @@ DEFINE_FWK_MODULE(EvFRecordInserter);
DEFINE_FWK_MODULE(EvFRecordUnpacker);
DEFINE_FWK_MODULE(RawStreamFileWriterForBU);
DEFINE_FWK_MODULE(EvFOutputModule);
DEFINE_FWK_MODULE(ShmStreamConsumer);
DEFINE_FWK_MODULE(DaqFakeReader);
9 changes: 9 additions & 0 deletions EventFilter/Utilities/python/ShmStreamConsumer_cfi.py
@@ -0,0 +1,9 @@
import FWCore.ParameterSet.Config as cms

shmStreamConsumer = cms.OutputModule("ShmStreamConsumer",
fileName = cms.untracked.string(""),
SelectEvents = cms.untracked.PSet(
SelectEvents = cms.vstring(),
outputCommands = cms.untracked.vstring()
)
)

0 comments on commit cbe758b

Please sign in to comment.