00001 #ifndef GlobalTriggerAnalyzer_L1GtUtils_h 00002 #define GlobalTriggerAnalyzer_L1GtUtils_h 00003 00020 // system include files 00021 #include <string> 00022 00023 // user include files 00024 00025 #include "FWCore/Framework/interface/Event.h" 00026 #include "FWCore/Framework/interface/EventSetup.h" 00027 00028 #include "FWCore/ParameterSet/interface/ParameterSet.h" 00029 #include "FWCore/ParameterSet/interface/InputTag.h" 00030 00032 bool l1AlgorithmResult(const edm::Event&, const edm::EventSetup&, 00033 const edm::InputTag&, const std::string&); 00034 00037 bool l1AlgorithmResult(const edm::Event&, const edm::EventSetup&, 00038 const std::string&); 00039 00040 #endif /*GlobalTriggerAnalyzer_L1GtUtils_h*/