Skip to content

Commit

Permalink
code format patch
Browse files Browse the repository at this point in the history
  • Loading branch information
jo100sun committed Aug 9, 2024
1 parent f556420 commit 3e8eec9
Show file tree
Hide file tree
Showing 2 changed files with 158 additions and 157 deletions.
5 changes: 1 addition & 4 deletions DQMOffline/MuonDPG/interface/BaseTnPEfficiencyTask.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
#include "DataFormats/Common/interface/TriggerResults.h"
#include "DataFormats/HLTReco/interface/TriggerEvent.h"


#include "DataFormats/GEMDigi/interface/GEMVFATStatusCollection.h"
#include "DataFormats/GEMDigi/interface/GEMOHStatusCollection.h"
//#include "DataFormats/GEMDigi/interface/GEMAMCStatusCollection.h"
Expand Down Expand Up @@ -73,15 +72,13 @@ class BaseTnPEfficiencyTask : public DQMEDAnalyzer {
const double m_borderCut;
const double m_dxCut;
const bool m_detailedAnalysis;

const bool kMaskChamberWithError_;

const bool kMaskChamberWithError_;

const edm::EDGetTokenT<GEMOHStatusCollection> kGEMOHStatusCollectionToken_;
const edm::EDGetTokenT<GEMVFATStatusCollection> kGEMVFATStatusCollectionToken_;
//const edm::EDGetTokenT<GEMAMCStatusCollection> kGEMAMCStatusCollectionToken_;


private:
const edm::EDGetTokenT<std::vector<reco::Vertex>> m_primaryVerticesToken;
const edm::EDGetTokenT<edm::TriggerResults> m_triggerResultsToken;
Expand Down
Loading

0 comments on commit 3e8eec9

Please sign in to comment.