00001 #ifndef HLTGetRaw_h 00002 #define HLTGetRaw_h 00003 00017 #include "FWCore/Framework/interface/Event.h" 00018 #include "FWCore/Framework/interface/EDAnalyzer.h" 00019 #include "FWCore/ParameterSet/interface/ParameterSet.h" 00020 00021 // 00022 // class declaration 00023 // 00024 00025 class HLTGetRaw : public edm::EDAnalyzer { 00026 00027 public: 00028 explicit HLTGetRaw(const edm::ParameterSet&); 00029 ~HLTGetRaw(); 00030 void analyze(const edm::Event&, const edm::EventSetup&); 00031 00032 private: 00033 edm::InputTag RawDataCollection_; 00034 }; 00035 00036 #endif //HLTGetRaw_h