Skip to content

Commit

Permalink
move unsafe modules to be thread_unsafe::DQMEDAnalyzers in DQMOffline…
Browse files Browse the repository at this point in the history
…/Muon and DQMOffline/Trigger
  • Loading branch information
deguio committed May 3, 2014
1 parent 64adc93 commit c85ee14
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion DQMOffline/Muon/interface/EfficiencyAnalyzer.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
#include "DQMServices/Core/interface/DQMStore.h"
#include "DQMServices/Core/interface/MonitorElement.h"

class EfficiencyAnalyzer : public DQMEDAnalyzer {
class EfficiencyAnalyzer : public thread_unsafe::DQMEDAnalyzer {

public:
/* Constructor */
Expand Down
2 changes: 1 addition & 1 deletion DQMOffline/Muon/interface/MuonIdDQM.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
#include "Geometry/CSCGeometry/interface/CSCGeometry.h"
#include "Geometry/Records/interface/GlobalTrackingGeometryRecord.h"

class MuonIdDQM : public DQMEDAnalyzer {
class MuonIdDQM : public thread_unsafe::DQMEDAnalyzer {
public:
explicit MuonIdDQM(const edm::ParameterSet&);
~MuonIdDQM();
Expand Down
2 changes: 1 addition & 1 deletion DQMOffline/Muon/interface/MuonKinVsEtaAnalyzer.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
#include "DataFormats/MuonReco/interface/MuonSelectors.h"
#include "RecoMuon/TrackingTools/interface/MuonServiceProxy.h"

class MuonKinVsEtaAnalyzer : public DQMEDAnalyzer {
class MuonKinVsEtaAnalyzer : public thread_unsafe::DQMEDAnalyzer {
public:

/// Constructor
Expand Down
2 changes: 1 addition & 1 deletion DQMOffline/Muon/interface/MuonRecoAnalyzer.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#include "DataFormats/MuonReco/interface/Muon.h"
#include "DataFormats/MuonReco/interface/MuonFwd.h"

class MuonRecoAnalyzer : public DQMEDAnalyzer {
class MuonRecoAnalyzer : public thread_unsafe::DQMEDAnalyzer {
public:

/// Constructor
Expand Down
2 changes: 1 addition & 1 deletion DQMOffline/Muon/interface/MuonRecoOneHLT.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
#include "DataFormats/HLTReco/interface/TriggerTypeDefs.h"
#include "HLTrigger/HLTcore/interface/HLTConfigProvider.h"

class MuonRecoOneHLT : public DQMEDAnalyzer {
class MuonRecoOneHLT : public thread_unsafe::DQMEDAnalyzer {
public:

/// Constructor
Expand Down
2 changes: 1 addition & 1 deletion DQMOffline/Muon/interface/SegmentTrackAnalyzer.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

class MuonServiceProxy;

class SegmentTrackAnalyzer : public DQMEDAnalyzer {
class SegmentTrackAnalyzer : public thread_unsafe::DQMEDAnalyzer {
public:

/// Constructor
Expand Down
2 changes: 1 addition & 1 deletion DQMOffline/Trigger/interface/TopDiLeptonHLTOfflineDQM.h
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ namespace HLTOfflineDQMTopDiLepton {
/// define MonitorDiLepton to be used
//using TopDiLeptonOffline::MonitorDiLepton;

class TopDiLeptonHLTOfflineDQM : public DQMEDAnalyzer {
class TopDiLeptonHLTOfflineDQM : public thread_unsafe::DQMEDAnalyzer {
public:
/// default constructor
TopDiLeptonHLTOfflineDQM(const edm::ParameterSet& cfg);
Expand Down

0 comments on commit c85ee14

Please sign in to comment.