Skip to content

Commit

Permalink
Merge pull request #38427 from alejands/gpuTask_12_5_X
Browse files Browse the repository at this point in the history
ECAL DQM GpuTask add 2D comparison histograms and enable GPU validation on online DQM
  • Loading branch information
cmsbuild authored Jun 26, 2022
2 parents a898dc1 + d7f5f74 commit eb7dbed
Show file tree
Hide file tree
Showing 4 changed files with 617 additions and 63 deletions.
12 changes: 11 additions & 1 deletion DQM/EcalMonitorTasks/interface/GpuTask.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,17 @@ namespace ecaldqm {
void setParams(edm::ParameterSet const&) override;

bool runGpuTask_;
bool gpuOnlyPlots_;
bool enableDigi_;
bool enableUncalib_;
bool enableRecHit_;

bool digi1D_;
bool digi2D_;
bool uncalib1D_;
bool uncalib2D_;
bool rechit1D_;
bool rechit2D_;

std::vector<int> uncalibOOTAmps_;

EBDigiCollection const* EBCpuDigis_;
Expand Down
Loading

0 comments on commit eb7dbed

Please sign in to comment.