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
HLTFiltCand Class Reference

#include <HLTFiltCand.h>

Inheritance diagram for HLTFiltCand:
HLTFilter edm::global::EDFilter<> edm::global::EDFilterBase edm::ProducerBase edm::EDConsumerBase edm::ProductRegistryHelper

Public Member Functions

 HLTFiltCand (const edm::ParameterSet &)
 
virtual bool hltFilter (edm::Event &, const edm::EventSetup &, trigger::TriggerFilterObjectWithRefs &filterproduct) const override
 
 ~HLTFiltCand ()
 
- Public Member Functions inherited from HLTFilter
 HLTFilter (const edm::ParameterSet &config)
 
int module (edm::Event const &) const
 
const std::string * moduleLabel () const
 
int path (edm::Event const &) const
 
const std::string * pathName (edm::Event const &) const
 
std::pair< int, int > pmid (edm::Event const &) const
 
bool saveTags () const
 
virtual ~HLTFilter ()
 
- Public Member Functions inherited from edm::global::EDFilter<>
 EDFilter ()=default
 
- Public Member Functions inherited from edm::global::EDFilterBase
 EDFilterBase ()
 
ModuleDescription const & moduleDescription () const
 
virtual ~EDFilterBase ()
 
- Public Member Functions inherited from edm::ProducerBase
void callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func)
 
 ProducerBase ()
 
void registerProducts (ProducerBase *, ProductRegistry *, ModuleDescription const &)
 
std::function< void(BranchDescription
const &)> 
registrationCallback () const
 used by the fwk to register list of products More...
 
virtual ~ProducerBase ()
 
- 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 HLTFilter
static void makeHLTFilterDescription (edm::ParameterSetDescription &desc)
 
- Static Public Member Functions inherited from edm::global::EDFilterBase
static const std::string & baseType ()
 
static void fillDescriptions (ConfigurationDescriptions &descriptions)
 
static void prevalidate (ConfigurationDescriptions &descriptions)
 

Private Attributes

edm::InputTag ecalTag_
 
edm::EDGetTokenT
< reco::RecoEcalCandidateCollection
ecalToken_
 
edm::InputTag elecTag_
 
edm::EDGetTokenT
< reco::ElectronCollection
elecToken_
 
edm::InputTag jetsTag_
 
edm::EDGetTokenT
< reco::CaloJetCollection
jetsToken_
 
edm::InputTag metsTag_
 
edm::EDGetTokenT
< reco::CaloMETCollection
metsToken_
 
edm::InputTag mhtsTag_
 
edm::EDGetTokenT
< reco::METCollection
mhtsToken_
 
double min_Pt_
 
edm::InputTag muonTag_
 
edm::EDGetTokenT
< reco::RecoChargedCandidateCollection
muonToken_
 
edm::InputTag photTag_
 
edm::EDGetTokenT
< reco::RecoEcalCandidateCollection
photToken_
 
edm::InputTag tausTag_
 
edm::EDGetTokenT
< reco::CaloJetCollection
tausToken_
 
edm::InputTag trckTag_
 
edm::EDGetTokenT
< reco::RecoChargedCandidateCollection
trckToken_
 

Additional Inherited Members

- Public Types inherited from edm::global::EDFilterBase
typedef EDFilterBase ModuleType
 
- Public Types inherited from edm::ProducerBase
typedef
ProductRegistryHelper::TypeLabelList 
TypeLabelList
 
- 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 HLTFilter (-> EDFilter) implementing a very basic HLT trigger acting on candidates, requiring a g/e/m/j tuple above pt cuts

Author
Martin Grunewald

See header file for documentation

Author
Martin Grunewald

This class is an HLTFilter (-> EDFilter) implementing a minimum-bias HLT trigger acting on candidates, requiring tracks in Pixel det

Author
Mika Huhtinen

Definition at line 36 of file HLTFiltCand.h.

Constructor & Destructor Documentation

HLTFiltCand::HLTFiltCand ( const edm::ParameterSet iConfig)
explicit

Definition at line 44 of file HLTFiltCand.cc.

HLTFiltCand::~HLTFiltCand ( )

Definition at line 78 of file HLTFiltCand.cc.

Member Function Documentation

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

Definition at line 87 of file HLTFiltCand.cc.

bool HLTFiltCand::hltFilter ( edm::Event iEvent,
const edm::EventSetup iSetup,
trigger::TriggerFilterObjectWithRefs filterproduct 
) const
overridevirtual

Implements HLTFilter.

Definition at line 105 of file HLTFiltCand.cc.

Member Data Documentation

edm::InputTag HLTFiltCand::ecalTag_
private

Definition at line 53 of file HLTFiltCand.h.

edm::EDGetTokenT<reco::RecoEcalCandidateCollection> HLTFiltCand::ecalToken_
private

Definition at line 63 of file HLTFiltCand.h.

edm::InputTag HLTFiltCand::elecTag_
private

Definition at line 46 of file HLTFiltCand.h.

edm::EDGetTokenT<reco::ElectronCollection> HLTFiltCand::elecToken_
private

Definition at line 56 of file HLTFiltCand.h.

edm::InputTag HLTFiltCand::jetsTag_
private

Definition at line 49 of file HLTFiltCand.h.

edm::EDGetTokenT<reco::CaloJetCollection> HLTFiltCand::jetsToken_
private

Definition at line 59 of file HLTFiltCand.h.

edm::InputTag HLTFiltCand::metsTag_
private

Definition at line 50 of file HLTFiltCand.h.

edm::EDGetTokenT<reco::CaloMETCollection> HLTFiltCand::metsToken_
private

Definition at line 60 of file HLTFiltCand.h.

edm::InputTag HLTFiltCand::mhtsTag_
private

Definition at line 51 of file HLTFiltCand.h.

edm::EDGetTokenT<reco::METCollection> HLTFiltCand::mhtsToken_
private

Definition at line 61 of file HLTFiltCand.h.

double HLTFiltCand::min_Pt_
private

Definition at line 65 of file HLTFiltCand.h.

edm::InputTag HLTFiltCand::muonTag_
private

Definition at line 47 of file HLTFiltCand.h.

edm::EDGetTokenT<reco::RecoChargedCandidateCollection> HLTFiltCand::muonToken_
private

Definition at line 57 of file HLTFiltCand.h.

edm::InputTag HLTFiltCand::photTag_
private

Definition at line 45 of file HLTFiltCand.h.

edm::EDGetTokenT<reco::RecoEcalCandidateCollection> HLTFiltCand::photToken_
private

Definition at line 55 of file HLTFiltCand.h.

edm::InputTag HLTFiltCand::tausTag_
private

Definition at line 48 of file HLTFiltCand.h.

edm::EDGetTokenT<reco::CaloJetCollection> HLTFiltCand::tausToken_
private

Definition at line 58 of file HLTFiltCand.h.

edm::InputTag HLTFiltCand::trckTag_
private

Definition at line 52 of file HLTFiltCand.h.

edm::EDGetTokenT<reco::RecoChargedCandidateCollection> HLTFiltCand::trckToken_
private

Definition at line 62 of file HLTFiltCand.h.