Skip to content

Commit

Permalink
Merge pull request #19295 from Teemperor/FixIncludesESDaqInfoTask.h
Browse files Browse the repository at this point in the history
Fix includes of ESDaqInfoTask.h
  • Loading branch information
cmsbuild committed Jun 20, 2017
2 parents 2d04f81 + ec6e3b4 commit a1385fa
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion DQM/EcalPreshowerMonitorModule/interface/ESDaqInfoTask.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"

//class ESElectronicsMapper;
#include "Geometry/EcalMapping/interface/ESElectronicsMapper.h" // definition in line 75

class DQMStore;
class MonitorElement;

class ESDaqInfoTask: public edm::EDAnalyzer{

public:
Expand Down

0 comments on commit a1385fa

Please sign in to comment.