CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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:
27 
28  void analyze( const edm::Event&, const edm::EventSetup& );
29 
30  private:
31  uint32_t printdebug_;
32  std::string label_;
33  };
34 
35 #endif
void analyze(const edm::Event &, const edm::EventSetup &)
SiStripLorentzAngleReader(const edm::ParameterSet &)