CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EcalTPCondAnalyzer.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 //
3 // Class: EcalTPCondAnalyzer
4 //
11 //
12 // Original Author: Ursula Berthon
13 // Created: Wed Oct 15 11:38:38 CEST 2008
14 // $Id: EcalTPCondAnalyzer.h,v 1.5 2011/03/09 13:10:32 ebecheva Exp $
15 //
16 //
17 
18 
19 // system include files
22 
26 
29 
46 
48 
49 #include <vector>
50 #include <string>
51 
52 //
53 // class declaration
54 //
55 
57  public:
58  explicit EcalTPCondAnalyzer(const edm::ParameterSet&);
60 
61 
62  virtual void analyze(const edm::Event&, const edm::EventSetup&);
63  virtual void beginJob();
64  void beginRun(const edm::Run & run, const edm::EventSetup & es);
65  virtual void endJob();
66 
67  private:
68 
69  unsigned long long getRecords(edm::EventSetup const& setup);
70  unsigned long long cacheID_;
71 
74 
75  void printComment() const;
77  void printCRYSTAL(const EcalTPGPedestals * ecaltpPed, const EcalTPGLinearizationConst * ecaltpLin ) ;
78  void printSTRIP(const EcalTPGSlidingWindow *ecaltpgSlidW,const EcalTPGWeightGroup *ecaltpgWeightGroup,const EcalTPGFineGrainStripEE * ecaltpgFgStripEE) const;
79  void printWEIGHT(const EcalTPGWeightIdMap * ecaltpgWeightMap) const ;
80  void printTOWEREB(const EcalTPGSpike *ecaltpgSpike, const EcalTPGFineGrainEBGroup *ecaltpgFgEBGroup,const EcalTPGLutGroup *ecaltpgLutGroup) const;
81  void printEcalTPGLutIdMap(const EcalTPGLutIdMap *ecaltpgLut) const;
82  void printEcalTPGFineGrainEBIdMap(const EcalTPGFineGrainEBIdMap *ecaltpgFineGrainEB) const ;
83  void printTOWEREE(const EcalTPGFineGrainTowerEE *ecaltpgFineGrainTowerEE,const EcalTPGLutGroup *ecaltpgLutGroup) const ;
84  void printBadX(const EcalTPGCrystalStatus *ecaltpgBadX) const;
85  void printBadTT(const EcalTPGTowerStatus *ecaltpgBadTT) const;
86  void printBadStrip(const EcalTPGStripStatus *ecaltpgBadStrip) const;
87  void printSpikeTh(const EcalTPGSpike *ecaltpgSpike) const;
88 
89 };
90 
void printBadTT(const EcalTPGTowerStatus *ecaltpgBadTT) const
void printEcalTPGLutIdMap(const EcalTPGLutIdMap *ecaltpgLut) const
const CaloSubdetectorGeometry * theBarrelGeometry_
const CaloSubdetectorGeometry * theEndcapGeometry_
void printSpikeTh(const EcalTPGSpike *ecaltpgSpike) const
void printBadStrip(const EcalTPGStripStatus *ecaltpgBadStrip) const
unsigned long long cacheID_
virtual void beginJob()
unsigned long long getRecords(edm::EventSetup const &setup)
virtual void analyze(const edm::Event &, const edm::EventSetup &)
void printSTRIP(const EcalTPGSlidingWindow *ecaltpgSlidW, const EcalTPGWeightGroup *ecaltpgWeightGroup, const EcalTPGFineGrainStripEE *ecaltpgFgStripEE) const
EcalTPCondAnalyzer(const edm::ParameterSet &)
void printWEIGHT(const EcalTPGWeightIdMap *ecaltpgWeightMap) const
void printEcalTPGFineGrainEBIdMap(const EcalTPGFineGrainEBIdMap *ecaltpgFineGrainEB) const
void printTOWEREB(const EcalTPGSpike *ecaltpgSpike, const EcalTPGFineGrainEBGroup *ecaltpgFgEBGroup, const EcalTPGLutGroup *ecaltpgLutGroup) const
void printComment() const
void printTOWEREE(const EcalTPGFineGrainTowerEE *ecaltpgFineGrainTowerEE, const EcalTPGLutGroup *ecaltpgLutGroup) const
void printCRYSTAL(const EcalTPGPedestals *ecaltpPed, const EcalTPGLinearizationConst *ecaltpLin)
void printBadX(const EcalTPGCrystalStatus *ecaltpgBadX) const
void beginRun(const edm::Run &run, const edm::EventSetup &es)
void printEcalTPGPhysicsConst(const EcalTPGPhysicsConst *) const
void setup(std::vector< TH2F > &depth, std::string name, std::string units="")
Definition: Run.h:33