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

Phase2-hgx295A Small correction to on HGCal validation code and remove several obsolete scripts in Geometry/CaloTopology and Validation #36064

Merged
merged 1 commit into from Nov 11, 2021
Merged
Show file tree
Hide file tree
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
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.