Skip to content

Commit

Permalink
Merge pull request #36064 from bsunanda/Phase2-hgx295A
Browse files Browse the repository at this point in the history
Phase2-hgx295A Small correction to on HGCal validation code and remove several obsolete scripts in Geometry/CaloTopology and Validation
  • Loading branch information
cmsbuild committed Nov 11, 2021
2 parents bdd8e05 + ec7a8f3 commit 73292b2
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 236 deletions.
54 changes: 0 additions & 54 deletions Geometry/CaloTopology/test/testFastTimeTopology_cfg.py

This file was deleted.

69 changes: 0 additions & 69 deletions Validation/CheckOverlap/test/python/runFastTiming_cfg.py

This file was deleted.

9 changes: 1 addition & 8 deletions Validation/HGCalValidation/test/HGCHitValidation.cc
Expand Up @@ -71,7 +71,7 @@ class HGCHitValidation : public edm::one::EDAnalyzer<edm::one::WatchRuns, edm::o
typedef std::tuple<float, float, float, float> HGCHitTuple;

void beginJob() override;
void endJob() override;
void endJob() override {}
void beginRun(edm::Run const &, edm::EventSetup const &) override;
void analyze(edm::Event const &, edm::EventSetup const &) override;
void endRun(edm::Run const &, edm::EventSetup const &) override {}
Expand Down Expand Up @@ -466,13 +466,6 @@ void HGCHitValidation::analyze(const edm::Event &iEvent, const edm::EventSetup &
}
}

void HGCHitValidation::endJob() {
if (makeTree_) {
hgcHits_->GetDirectory()->cd();
hgcHits_->Write();
}
}

void HGCHitValidation::analyzeHGCalSimHit(edm::Handle<std::vector<PCaloHit>> const &simHits,
int idet,
TH1F *hist,
Expand Down
105 changes: 0 additions & 105 deletions Validation/HGCalValidation/test/python/testFastTimerSimHit_cfg.py

This file was deleted.

0 comments on commit 73292b2

Please sign in to comment.