CMS 3D CMS Logo

SiStripLorentzAngleReader.h
Go to the documentation of this file.
1 #ifndef SiStripLorentzAngleReader_H
2 #define SiStripLorentzAngleReader_H
3 
4 // system include files
5 //#include <memory>
6 
7 // user include files
16 
17 //
18 //
19 // class decleration
20 //
22 public:
24  ~SiStripLorentzAngleReader() override;
25 
26  void analyze(const edm::Event&, const edm::EventSetup&) override;
27 
28 private:
29  uint32_t printdebug_;
31 };
32 
33 #endif
void analyze(const edm::Event &, const edm::EventSetup &) override
SiStripLorentzAngleReader(const edm::ParameterSet &)