Skip to content

Commit

Permalink
code cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
sifuluo committed Mar 26, 2022
1 parent 23e2262 commit 940c827
Showing 1 changed file with 0 additions and 6 deletions.
Expand Up @@ -16,8 +16,6 @@ class CSCStubResolutionValidation : public CSCBaseValidation {
void analyze(const edm::Event &, const edm::EventSetup &) override;

private:
edm::InputTag inputTag_;

std::unique_ptr<CSCStubMatcher> cscStubMatcher_;

// resolution for each CSC TP; 10 CSC stations;
Expand All @@ -29,10 +27,6 @@ class CSCStubResolutionValidation : public CSCBaseValidation {

edm::EDGetTokenT<edm::SimVertexContainer> simVertexInput_;
edm::EDGetTokenT<edm::SimTrackContainer> simTrackInput_;

double simTrackMinPt_;
double simTrackMinEta_;
double simTrackMaxEta_;
};

#endif

0 comments on commit 940c827

Please sign in to comment.