Skip to content
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
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
Original file line number Diff line number Diff line change
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.