CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EcalLaserDbService.h
Go to the documentation of this file.
1 //
2 // Toyoko Orimoto (Caltech), 10 July 2007
3 //
4 
5 #ifndef EcalLaserDbService_h
6 #define EcalLaserDbService_h
7 
8 #include <memory>
9 #include <map>
10 
15 
18 
22 
23 
25  public:
28 
29  const EcalLaserAlphas* getAlphas () const;
31  const EcalLaserAPDPNRatios* getAPDPNRatios () const;
32  float getLaserCorrection (DetId const & xid, edm::Timestamp const & iTime) const;
33 
34  void setAlphaData (const EcalLaserAlphas* fItem) {mAlphas_ = fItem;}
36  void setAPDPNData (const EcalLaserAPDPNRatios* fItem) {mAPDPNRatios_ = fItem;}
37 
38  private:
39 
43 
44 };
45 
46 #endif
const EcalLaserAPDPNRatios * getAPDPNRatios() const
float getLaserCorrection(DetId const &xid, edm::Timestamp const &iTime) const
void setAlphaData(const EcalLaserAlphas *fItem)
const EcalLaserAPDPNRatiosRef * mAPDPNRatiosRef_
void setAPDPNData(const EcalLaserAPDPNRatios *fItem)
Definition: DetId.h:20
const EcalLaserAlphas * getAlphas() const
const EcalLaserAPDPNRatios * mAPDPNRatios_
const EcalLaserAlphas * mAlphas_
const EcalLaserAPDPNRatiosRef * getAPDPNRatiosRef() const
void setAPDPNRefData(const EcalLaserAPDPNRatiosRef *fItem)