CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Static Public Member Functions | Private Attributes
HLTEventAnalyzerRAW Class Reference

#include <HLTEventAnalyzerRAW.h>

Inheritance diagram for HLTEventAnalyzerRAW:
edm::stream::EDAnalyzer<  > edm::stream::EDAnalyzerBase edm::EDConsumerBase

Public Member Functions

virtual void analyze (const edm::Event &, const edm::EventSetup &) override
 
virtual void analyzeTrigger (const edm::Event &, const edm::EventSetup &, const std::string &triggerName)
 
virtual void beginRun (edm::Run const &, edm::EventSetup const &) override
 
virtual void endRun (edm::Run const &, edm::EventSetup const &) override
 
 HLTEventAnalyzerRAW (const edm::ParameterSet &)
 
virtual ~HLTEventAnalyzerRAW ()
 
- Public Member Functions inherited from edm::stream::EDAnalyzer< >
 EDAnalyzer ()=default
 
- Public Member Functions inherited from edm::stream::EDAnalyzerBase
void callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func)
 
 EDAnalyzerBase ()
 
ModuleDescription const & moduleDescription () const
 
virtual ~EDAnalyzerBase ()
 
- Public Member Functions inherited from edm::EDConsumerBase
std::vector< ConsumesInfoconsumesInfo () const
 
 EDConsumerBase ()
 
ProductHolderIndexAndSkipBit indexFrom (EDGetToken, BranchType, TypeID const &) const
 
void itemsMayGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const
 
void itemsToGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const
 
std::vector
< ProductHolderIndexAndSkipBit >
const & 
itemsToGetFromEvent () const
 
void labelsForToken (EDGetToken iToken, Labels &oLabels) const
 
void modulesDependentUpon (std::string const &iProcessName, std::string const &iModuleLabel, bool iPrint, std::vector< char const * > &oModuleLabels) const
 
void modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const
 
bool registeredToConsume (ProductHolderIndex, bool, BranchType) const
 
bool registeredToConsumeMany (TypeID const &, BranchType) const
 
void updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &)
 
virtual ~EDConsumerBase ()
 

Static Public Member Functions

static void fillDescriptions (edm::ConfigurationDescriptions &descriptions)
 
- Static Public Member Functions inherited from edm::stream::EDAnalyzerBase
static const std::string & baseType ()
 
static void fillDescriptions (ConfigurationDescriptions &descriptions)
 
static void prevalidate (ConfigurationDescriptions &descriptions)
 

Private Attributes

trigger::Vids basemetIds_
 
trigger::VRbasemet basemetRefs_
 
trigger::Vids calometIds_
 
trigger::VRcalomet calometRefs_
 
trigger::Vids compositeIds_
 
trigger::VRcomposite compositeRefs_
 
trigger::Vids electronIds_
 
trigger::VRelectron electronRefs_
 
HLTConfigProvider hltConfig_
 
trigger::Vids jetIds_
 
trigger::VRjet jetRefs_
 
trigger::Vids l1emIds_
 
trigger::VRl1em l1emRefs_
 
trigger::Vids l1etmissIds_
 
trigger::VRl1etmiss l1etmissRefs_
 
trigger::Vids l1hfringsIds_
 
trigger::VRl1hfrings l1hfringsRefs_
 
trigger::Vids l1jetIds_
 
trigger::VRl1jet l1jetRefs_
 
trigger::Vids l1muonIds_
 
trigger::VRl1muon l1muonRefs_
 
trigger::Vids muonIds_
 
trigger::VRmuon muonRefs_
 
trigger::Vids pfjetIds_
 
trigger::VRpfjet pfjetRefs_
 
trigger::Vids pfmetIds_
 
trigger::VRpfmet pfmetRefs_
 
trigger::Vids pftauIds_
 
trigger::VRpftau pftauRefs_
 
trigger::Vids photonIds_
 payload extracted from TriggerEventWithRefs More...
 
trigger::VRphoton photonRefs_
 
trigger::Vids pixtrackIds_
 
trigger::VRpixtrack pixtrackRefs_
 
const std::string processName_
 module config parameters More...
 
edm::Handle
< trigger::TriggerEventWithRefs
triggerEventWithRefsHandle_
 
const edm::InputTag triggerEventWithRefsTag_
 
const edm::EDGetTokenT
< trigger::TriggerEventWithRefs
triggerEventWithRefsToken_
 
const std::string triggerName_
 
edm::Handle< edm::TriggerResultstriggerResultsHandle_
 additional class data memebers More...
 
const edm::InputTag triggerResultsTag_
 
const edm::EDGetTokenT
< edm::TriggerResults
triggerResultsToken_
 

Additional Inherited Members

- Public Types inherited from edm::stream::EDAnalyzer< >
typedef CacheContexts< T...> CacheTypes
 
typedef CacheTypes::GlobalCache GlobalCache
 
typedef AbilityChecker< T...> HasAbility
 
typedef
CacheTypes::LuminosityBlockCache 
LuminosityBlockCache
 
typedef
LuminosityBlockContextT
< LuminosityBlockCache,
RunCache, GlobalCache
LuminosityBlockContext
 
typedef
CacheTypes::LuminosityBlockSummaryCache 
LuminosityBlockSummaryCache
 
typedef CacheTypes::RunCache RunCache
 
typedef RunContextT< RunCache,
GlobalCache
RunContext
 
typedef CacheTypes::RunSummaryCache RunSummaryCache
 
- Public Types inherited from edm::stream::EDAnalyzerBase
typedef EDAnalyzerAdaptorBase ModuleType
 
- Public Types inherited from edm::EDConsumerBase
typedef ProductLabels Labels
 
- Protected Member Functions inherited from edm::EDConsumerBase
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > consumes (edm::InputTag const &tag)
 
EDGetToken consumes (const TypeToGet &id, edm::InputTag const &tag)
 
template<BranchType B>
EDGetToken consumes (TypeToGet const &id, edm::InputTag const &tag)
 
ConsumesCollector consumesCollector ()
 Use a ConsumesCollector to gather consumes information from helper functions. More...
 
template<typename ProductType , BranchType B = InEvent>
void consumesMany ()
 
void consumesMany (const TypeToGet &id)
 
template<BranchType B>
void consumesMany (const TypeToGet &id)
 
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > mayConsume (edm::InputTag const &tag)
 
EDGetToken mayConsume (const TypeToGet &id, edm::InputTag const &tag)
 
template<BranchType B>
EDGetToken mayConsume (const TypeToGet &id, edm::InputTag const &tag)
 

Detailed Description

This class is an EDAnalyzer analyzing the combined HLT information for RAW

Author
Martin Grunewald

See header file for documentation

Author
Martin Grunewald

Definition at line 27 of file HLTEventAnalyzerRAW.h.

Constructor & Destructor Documentation

HLTEventAnalyzerRAW::HLTEventAnalyzerRAW ( const edm::ParameterSet ps)
explicit

Definition at line 39 of file HLTEventAnalyzerRAW.cc.

HLTEventAnalyzerRAW::~HLTEventAnalyzerRAW ( )
virtual

Definition at line 58 of file HLTEventAnalyzerRAW.cc.

Member Function Documentation

void HLTEventAnalyzerRAW::analyze ( const edm::Event iEvent,
const edm::EventSetup iSetup 
)
overridevirtual

Implements edm::stream::EDAnalyzerBase.

Definition at line 110 of file HLTEventAnalyzerRAW.cc.

void HLTEventAnalyzerRAW::analyzeTrigger ( const edm::Event iEvent,
const edm::EventSetup iSetup,
const std::string &  triggerName 
)
virtual

Definition at line 145 of file HLTEventAnalyzerRAW.cc.

void HLTEventAnalyzerRAW::beginRun ( edm::Run const &  iRun,
edm::EventSetup const &  iSetup 
)
overridevirtual

Reimplemented from edm::stream::EDAnalyzerBase.

Definition at line 79 of file HLTEventAnalyzerRAW.cc.

void HLTEventAnalyzerRAW::endRun ( edm::Run const &  iRun,
edm::EventSetup const &  iSetup 
)
overridevirtual

Reimplemented from edm::stream::EDAnalyzerBase.

Definition at line 76 of file HLTEventAnalyzerRAW.cc.

void HLTEventAnalyzerRAW::fillDescriptions ( edm::ConfigurationDescriptions descriptions)
static

Definition at line 66 of file HLTEventAnalyzerRAW.cc.

Member Data Documentation

trigger::Vids HLTEventAnalyzerRAW::basemetIds_
private

Definition at line 66 of file HLTEventAnalyzerRAW.h.

trigger::VRbasemet HLTEventAnalyzerRAW::basemetRefs_
private

Definition at line 67 of file HLTEventAnalyzerRAW.h.

trigger::Vids HLTEventAnalyzerRAW::calometIds_
private

Definition at line 68 of file HLTEventAnalyzerRAW.h.

trigger::VRcalomet HLTEventAnalyzerRAW::calometRefs_
private

Definition at line 69 of file HLTEventAnalyzerRAW.h.

trigger::Vids HLTEventAnalyzerRAW::compositeIds_
private

Definition at line 64 of file HLTEventAnalyzerRAW.h.

trigger::VRcomposite HLTEventAnalyzerRAW::compositeRefs_
private

Definition at line 65 of file HLTEventAnalyzerRAW.h.

trigger::Vids HLTEventAnalyzerRAW::electronIds_
private

Definition at line 58 of file HLTEventAnalyzerRAW.h.

trigger::VRelectron HLTEventAnalyzerRAW::electronRefs_
private

Definition at line 59 of file HLTEventAnalyzerRAW.h.

HLTConfigProvider HLTEventAnalyzerRAW::hltConfig_
private

Definition at line 52 of file HLTEventAnalyzerRAW.h.

trigger::Vids HLTEventAnalyzerRAW::jetIds_
private

Definition at line 62 of file HLTEventAnalyzerRAW.h.

trigger::VRjet HLTEventAnalyzerRAW::jetRefs_
private

Definition at line 63 of file HLTEventAnalyzerRAW.h.

trigger::Vids HLTEventAnalyzerRAW::l1emIds_
private

Definition at line 73 of file HLTEventAnalyzerRAW.h.

trigger::VRl1em HLTEventAnalyzerRAW::l1emRefs_
private

Definition at line 74 of file HLTEventAnalyzerRAW.h.

trigger::Vids HLTEventAnalyzerRAW::l1etmissIds_
private

Definition at line 79 of file HLTEventAnalyzerRAW.h.

trigger::VRl1etmiss HLTEventAnalyzerRAW::l1etmissRefs_
private

Definition at line 80 of file HLTEventAnalyzerRAW.h.

trigger::Vids HLTEventAnalyzerRAW::l1hfringsIds_
private

Definition at line 81 of file HLTEventAnalyzerRAW.h.

trigger::VRl1hfrings HLTEventAnalyzerRAW::l1hfringsRefs_
private

Definition at line 82 of file HLTEventAnalyzerRAW.h.

trigger::Vids HLTEventAnalyzerRAW::l1jetIds_
private

Definition at line 77 of file HLTEventAnalyzerRAW.h.

trigger::VRl1jet HLTEventAnalyzerRAW::l1jetRefs_
private

Definition at line 78 of file HLTEventAnalyzerRAW.h.

trigger::Vids HLTEventAnalyzerRAW::l1muonIds_
private

Definition at line 75 of file HLTEventAnalyzerRAW.h.

trigger::VRl1muon HLTEventAnalyzerRAW::l1muonRefs_
private

Definition at line 76 of file HLTEventAnalyzerRAW.h.

trigger::Vids HLTEventAnalyzerRAW::muonIds_
private

Definition at line 60 of file HLTEventAnalyzerRAW.h.

trigger::VRmuon HLTEventAnalyzerRAW::muonRefs_
private

Definition at line 61 of file HLTEventAnalyzerRAW.h.

trigger::Vids HLTEventAnalyzerRAW::pfjetIds_
private

Definition at line 84 of file HLTEventAnalyzerRAW.h.

trigger::VRpfjet HLTEventAnalyzerRAW::pfjetRefs_
private

Definition at line 85 of file HLTEventAnalyzerRAW.h.

trigger::Vids HLTEventAnalyzerRAW::pfmetIds_
private

Definition at line 88 of file HLTEventAnalyzerRAW.h.

trigger::VRpfmet HLTEventAnalyzerRAW::pfmetRefs_
private

Definition at line 89 of file HLTEventAnalyzerRAW.h.

trigger::Vids HLTEventAnalyzerRAW::pftauIds_
private

Definition at line 86 of file HLTEventAnalyzerRAW.h.

trigger::VRpftau HLTEventAnalyzerRAW::pftauRefs_
private

Definition at line 87 of file HLTEventAnalyzerRAW.h.

trigger::Vids HLTEventAnalyzerRAW::photonIds_
private

payload extracted from TriggerEventWithRefs

Definition at line 56 of file HLTEventAnalyzerRAW.h.

trigger::VRphoton HLTEventAnalyzerRAW::photonRefs_
private

Definition at line 57 of file HLTEventAnalyzerRAW.h.

trigger::Vids HLTEventAnalyzerRAW::pixtrackIds_
private

Definition at line 70 of file HLTEventAnalyzerRAW.h.

trigger::VRpixtrack HLTEventAnalyzerRAW::pixtrackRefs_
private

Definition at line 71 of file HLTEventAnalyzerRAW.h.

const std::string HLTEventAnalyzerRAW::processName_
private

module config parameters

Definition at line 42 of file HLTEventAnalyzerRAW.h.

edm::Handle<trigger::TriggerEventWithRefs> HLTEventAnalyzerRAW::triggerEventWithRefsHandle_
private

Definition at line 51 of file HLTEventAnalyzerRAW.h.

const edm::InputTag HLTEventAnalyzerRAW::triggerEventWithRefsTag_
private

Definition at line 46 of file HLTEventAnalyzerRAW.h.

const edm::EDGetTokenT<trigger::TriggerEventWithRefs> HLTEventAnalyzerRAW::triggerEventWithRefsToken_
private

Definition at line 47 of file HLTEventAnalyzerRAW.h.

const std::string HLTEventAnalyzerRAW::triggerName_
private

Definition at line 43 of file HLTEventAnalyzerRAW.h.

edm::Handle<edm::TriggerResults> HLTEventAnalyzerRAW::triggerResultsHandle_
private

additional class data memebers

Definition at line 50 of file HLTEventAnalyzerRAW.h.

const edm::InputTag HLTEventAnalyzerRAW::triggerResultsTag_
private

Definition at line 44 of file HLTEventAnalyzerRAW.h.

const edm::EDGetTokenT<edm::TriggerResults> HLTEventAnalyzerRAW::triggerResultsToken_
private

Definition at line 45 of file HLTEventAnalyzerRAW.h.