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 //
20 // class decleration
21 //
23 
24  public:
26  ~SiStripLorentzAngleReader() override;
27 
28  void analyze( const edm::Event&, const edm::EventSetup& ) override;
29 
30  private:
31  uint32_t printdebug_;
33  };
34 
35 #endif
void analyze(const edm::Event &, const edm::EventSetup &) override
SiStripLorentzAngleReader(const edm::ParameterSet &)