#include "FWCore/Framework/interface/Event.h"
#include "FWCore/Framework/interface/EDProducer.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "FWCore/Framework/interface/Selector.h"
#include "FWCore/ServiceRegistry/interface/Service.h"
#include "FWCore/Framework/interface/TriggerNamesService.h"
#include "DataFormats/Common/interface/Handle.h"
#include "DataFormats/HLTReco/interface/TriggerTypeDefs.h"
#include "DataFormats/HLTReco/interface/TriggerObject.h"
#include "DataFormats/HLTReco/interface/TriggerFilterObjectWithRefs.h"
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
struct | TriggerInputTagComparison |
class | TriggerSummaryProducerAOD |
This class is an EDProducer making the HLT summary object for AOD. More... | |
Typedefs | |
typedef std::set < edm::InputTag, TriggerInputTagComparison > | InputTagSet |
typedef std::set<edm::InputTag,TriggerInputTagComparison> InputTagSet |
Definition at line 43 of file TriggerSummaryProducerAOD.h.