CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HLTGetRaw.h
Go to the documentation of this file.
1 #ifndef HLTGetRaw_h
2 #define HLTGetRaw_h
3 
20 
21 //
22 // class declaration
23 //
24 
25 class HLTGetRaw : public edm::EDAnalyzer {
26 
27  public:
28  explicit HLTGetRaw(const edm::ParameterSet&);
29  ~HLTGetRaw();
30  void analyze(const edm::Event&, const edm::EventSetup&);
31 
32  private:
34 };
35 
36 #endif //HLTGetRaw_h
HLTGetRaw(const edm::ParameterSet &)
Definition: HLTGetRaw.cc:35
edm::InputTag RawDataCollection_
Definition: HLTGetRaw.h:33
void analyze(const edm::Event &, const edm::EventSetup &)
Definition: HLTGetRaw.cc:49
~HLTGetRaw()
Definition: HLTGetRaw.cc:40