Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 65534
b: "refs/heads/CMSSW_7_1_X"
c: 5d9b0f0
h: "refs/heads/CMSSW_7_1_X"
v: v3
  • Loading branch information
Steven Won committed Apr 28, 2009
1 parent a4eb8c1 commit d252096
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
refs/heads/gh-pages: 09c786f70121f131b3715aaf3464996502bbeb7e
"refs/heads/CMSSW_7_1_X": 9a65dcfbf6047fe3ff2fde8533b61326ad402acd
"refs/heads/CMSSW_7_1_X": 5d9b0f007b4ede129e11abe48ca7a6ca0cce93a8
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,11 @@

#include "CalibCalorimetry/HcalAlgos/interface/HcalDbASCIIIO.h"
#include "Geometry/HcalTowerAlgo/interface/HcalGeometry.h"

#include "TH1.h"
#include "TH2.h"
#include "TStyle.h"
#include "TCanvas.h"
#include "TFile.h"
class HcalPedestalsChannelsCheck: public edm::EDAnalyzer
{
public:
Expand All @@ -54,6 +58,9 @@ class HcalPedestalsChannelsCheck: public edm::EDAnalyzer
std::string dumprefs;
std::string dumpupdate;
double epsilon;
TH1F * difhist[4];
TH2F * etaphi[4];
int runnum;
// vecDetId getMissingDetIds(std::vector<HcalPedestals> &);
};
#endif

0 comments on commit d252096

Please sign in to comment.