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 //
15 //
16 
17 
18 // system include files
21 
25 
28 
45 
47 
48 #include <vector>
49 #include <string>
50 
51 //
52 // class declaration
53 //
54 
56  public:
57  explicit EcalTPCondAnalyzer(const edm::ParameterSet&);
59 
60 
61  virtual void analyze(const edm::Event&, const edm::EventSetup&) override;
62  virtual void beginJob();
63  void beginRun(const edm::Run & run, const edm::EventSetup& es) override;
64  virtual void endJob();
65 
66  private:
67 
68  unsigned long long getRecords(edm::EventSetup const& setup);
69  unsigned long long cacheID_;
70 
73 
74  void printComment() const;
76  void printCRYSTAL(const EcalTPGPedestals * ecaltpPed, const EcalTPGLinearizationConst * ecaltpLin ) ;
77  void printSTRIP(const EcalTPGSlidingWindow *ecaltpgSlidW,const EcalTPGWeightGroup *ecaltpgWeightGroup,const EcalTPGFineGrainStripEE * ecaltpgFgStripEE) const;
78  void printWEIGHT(const EcalTPGWeightIdMap * ecaltpgWeightMap) const ;
79  void printTOWEREB(const EcalTPGSpike *ecaltpgSpike, const EcalTPGFineGrainEBGroup *ecaltpgFgEBGroup,const EcalTPGLutGroup *ecaltpgLutGroup) const;
80  void printEcalTPGLutIdMap(const EcalTPGLutIdMap *ecaltpgLut) const;
81  void printEcalTPGFineGrainEBIdMap(const EcalTPGFineGrainEBIdMap *ecaltpgFineGrainEB) const ;
82  void printTOWEREE(const EcalTPGFineGrainTowerEE *ecaltpgFineGrainTowerEE,const EcalTPGLutGroup *ecaltpgLutGroup) const ;
83  void printBadX(const EcalTPGCrystalStatus *ecaltpgBadX) const;
84  void printBadTT(const EcalTPGTowerStatus *ecaltpgBadTT) const;
85  void printBadStrip(const EcalTPGStripStatus *ecaltpgBadStrip) const;
86  void printSpikeTh(const EcalTPGSpike *ecaltpgSpike) const;
87 
88 };
89 
void printBadTT(const EcalTPGTowerStatus *ecaltpgBadTT) const
void printEcalTPGLutIdMap(const EcalTPGLutIdMap *ecaltpgLut) const
const CaloSubdetectorGeometry * theBarrelGeometry_
const CaloSubdetectorGeometry * theEndcapGeometry_
void beginRun(const edm::Run &run, const edm::EventSetup &es) override
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)
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
virtual void analyze(const edm::Event &, const edm::EventSetup &) override
void printEcalTPGPhysicsConst(const EcalTPGPhysicsConst *) const
void setup(std::vector< TH2F > &depth, std::string name, std::string units="")
Definition: Run.h:41