Skip to content

Commit

Permalink
Add new plots for calibration, TT masking and TT digi
Browse files Browse the repository at this point in the history
  • Loading branch information
Menglei committed Oct 19, 2015
1 parent 7b1af51 commit 8a37f4b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions DQM/EcalMonitorTasks/interface/LaserTask.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@ namespace ecaldqm {
void runOnPnDigis(EcalPnDiodeDigiCollection const&);
void runOnUncalibRecHits(EcalUncalibratedRecHitCollection const&);

enum Wavelength{
kGreen,
kBlue,
kIRed,
nWavelength
};

private:
void setParams(edm::ParameterSet const&) override;

Expand Down

0 comments on commit 8a37f4b

Please sign in to comment.