Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set Vx3DHLTAnalyzer to thread_unsafe::DQMEDAnalyzer #4429

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions DQM/BeamMonitor/plugins/Vx3DHLTAnalyzer.h
Expand Up @@ -24,7 +24,7 @@
#include "FWCore/Utilities/interface/InputTag.h"

#include "DQMServices/Core/interface/MonitorElement.h"
#include <DQMServices/Core/interface/DQMEDAnalyzer.h>
#include "DQMServices/Core/interface/DQMEDAnalyzer.h"

#include "DataFormats/TrackerRecHit2D/interface/SiPixelRecHitCollection.h"
#include "DataFormats/VertexReco/interface/VertexFwd.h"
Expand Down Expand Up @@ -62,7 +62,7 @@ double pi;
double VxErrCorr; // Coefficient to compensate the under-estimation of the vertex errors


class Vx3DHLTAnalyzer : public DQMEDAnalyzer {
class Vx3DHLTAnalyzer : public thread_unsafe::DQMEDAnalyzer {
public:
explicit Vx3DHLTAnalyzer(const edm::ParameterSet&);
~Vx3DHLTAnalyzer();
Expand Down