Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 103919
b: "refs/heads/CMSSW_7_1_X"
c: 302ca39
h: "refs/heads/CMSSW_7_1_X"
i:
  103917: a392222
  103915: 2848866
  103911: 477ac15
  103903: 6ddc504
v: v3
  • Loading branch information
Emilio Meschi committed May 19, 2011
1 parent 2b41f07 commit 3695095
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
refs/heads/gh-pages: 09c786f70121f131b3715aaf3464996502bbeb7e
"refs/heads/CMSSW_7_1_X": e4bef843dfefe113d784fef614b72b40edbb7a81
"refs/heads/CMSSW_7_1_X": 302ca391451e80a512de1cc058313c7e5ead2c46
5 changes: 5 additions & 0 deletions trunk/EventFilter/Modules/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2011-05-19 Emilio Meschi <Remigius.Mommsen@cern.ch>

* tag V00-08-05
* small change to adapt to modifications in MicroStateService

2011-04-14 Remi Mommsen <Remigius.Mommsen@cern.ch>

* tag V00-08-04
Expand Down
7 changes: 6 additions & 1 deletion trunk/EventFilter/Modules/interface/FUShmDQMOutputService.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* 27-Dec-2006 - KAB - Initial Implementation
* 31-Mar-2007 - HWKC - modification for shared memory usage
*
* $Id: FUShmDQMOutputService.h,v 1.9 2010/04/30 15:53:09 mommsen Exp $
* $Id: FUShmDQMOutputService.h,v 1.10 2011/04/14 15:24:51 mommsen Exp $
*/

#include "DQMServices/Core/interface/DQMStore.h"
Expand All @@ -29,6 +29,7 @@

#include "xdata/UnsignedInteger32.h"


class FUShmDQMOutputService : public evf::ServiceWeb
{
public:
Expand Down Expand Up @@ -83,6 +84,10 @@ class FUShmDQMOutputService : public evf::ServiceWeb

static bool fuIdsInitialized_;
static uint32 fuGuidValue_;

const std::string dqm;
const std::string in;

};

#endif
7 changes: 4 additions & 3 deletions trunk/EventFilter/Modules/src/FUShmDQMOutputService.cc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* - DQMServices/NodeROOT/src/SenderBase.cc
* - DQMServices/NodeROOT/src/ReceiverBase.cc
*
* $Id: FUShmDQMOutputService.cc,v 1.20 2010/04/30 15:53:10 mommsen Exp $
* $Id: FUShmDQMOutputService.cc,v 1.21 2011/04/14 15:24:51 mommsen Exp $
*/

#include "EventFilter/Modules/interface/FUShmDQMOutputService.h"
Expand Down Expand Up @@ -59,6 +59,9 @@ FUShmDQMOutputService::FUShmDQMOutputService(const edm::ParameterSet &pset,
, updateNumber_(0)
, shmBuffer_(0)
, nbUpdates_(0)
, dqm("DQM")
, in("INPUT")

{

// specify the routine to be called after event processing. This routine
Expand Down Expand Up @@ -150,8 +153,6 @@ void FUShmDQMOutputService::publish(xdata::InfoSpace *is)

void FUShmDQMOutputService::postEndLumi(edm::LuminosityBlock const &lb, edm::EventSetup const &es)
{
std::string dqm = "DQM";
std::string in = "INPUT";
evf::MicroStateService *mss = 0;
try{
mss = edm::Service<evf::MicroStateService>().operator->();
Expand Down

0 comments on commit 3695095

Please sign in to comment.