CMS 3D CMS Logo

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

#include <Calibration/EcalAlCaRecoProducers/src/AlCaECALRecHitReducer.cc>

Inheritance diagram for AlCaECALRecHitReducer:
edm::EDProducer edm::ProducerBase edm::EDConsumerBase edm::ProductRegistryHelper

Public Member Functions

 AlCaECALRecHitReducer (const edm::ParameterSet &)
 ctor More...
 
virtual void produce (edm::Event &, const edm::EventSetup &)
 producer More...
 
 ~AlCaECALRecHitReducer ()
 
- Public Member Functions inherited from edm::EDProducer
 EDProducer ()
 
ModuleDescription const & moduleDescription () const
 
virtual ~EDProducer ()
 
- 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 ()
 

Private Member Functions

void AddMiniRecHitCollection (const reco::SuperCluster &sc, std::set< DetId > &reducedRecHitMap, const CaloTopology *caloTopology)
 

Private Attributes

std::string alcaBarrelHitsCollection_
 
std::string alcaCaloClusterCollection_
 
std::string alcaEndcapHitsCollection_
 
std::string alcaPreshowerHitsCollection_
 
edm::EDGetTokenT
< EcalRecHitCollection
ebRecHitsToken_
 
edm::EDGetTokenT
< EcalRecHitCollection
eeRecHitsToken_
 
edm::EDGetTokenT
< reco::SuperClusterCollection
EESuperClusterToken_
 
edm::EDGetTokenT
< reco::GsfElectronCollection
electronToken_
 
std::vector< edm::EDGetTokenT
< edm::View
< reco::RecoCandidate > > > 
eleViewTokens_
 
edm::EDGetTokenT
< EcalRecHitCollection
esRecHitsToken_
 
int etaSize_
 
double minEta_highEtaSC_
 
int phiSize_
 
edm::EDGetTokenT
< reco::PhotonCollection
photonToken_
 

Additional Inherited Members

- Public Types inherited from edm::EDProducer
typedef EDProducer ModuleType
 
- Public Types inherited from edm::ProducerBase
typedef
ProductRegistryHelper::TypeLabelList 
TypeLabelList
 
- Public Types inherited from edm::EDConsumerBase
typedef ProductLabels Labels
 
- Static Public Member Functions inherited from edm::EDProducer
static const std::string & baseType ()
 
static void fillDescriptions (ConfigurationDescriptions &descriptions)
 
static void prevalidate (ConfigurationDescriptions &descriptions)
 
- 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

class declaration

Description: Example of a producer of AlCa electrons

Implementation: <Notes on="" implementation>="">

Description: This plugin saves tracks and trackExtras that are associated to an electron creating two new track and track extra collections

Definition at line 48 of file AlCaECALRecHitReducer.h.

Constructor & Destructor Documentation

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

ctor

This module reduces the recHitCollections and the caloCalusterCollections in input keeping only those associated to the given electrons/photons

Definition at line 23 of file AlCaECALRecHitReducer.cc.

AlCaECALRecHitReducer::~AlCaECALRecHitReducer ( )

Definition at line 64 of file AlCaECALRecHitReducer.cc.

Member Function Documentation

void AlCaECALRecHitReducer::AddMiniRecHitCollection ( const reco::SuperCluster sc,
std::set< DetId > &  reducedRecHitMap,
const CaloTopology caloTopology 
)
private

Definition at line 209 of file AlCaECALRecHitReducer.cc.

void AlCaECALRecHitReducer::produce ( edm::Event iEvent,
const edm::EventSetup iSetup 
)
virtual

producer

Implements edm::EDProducer.

Definition at line 70 of file AlCaECALRecHitReducer.cc.

Referenced by JSONExport.JsonExport::export().

Member Data Documentation

std::string AlCaECALRecHitReducer::alcaBarrelHitsCollection_
private

Definition at line 71 of file AlCaECALRecHitReducer.h.

std::string AlCaECALRecHitReducer::alcaCaloClusterCollection_
private

Definition at line 84 of file AlCaECALRecHitReducer.h.

std::string AlCaECALRecHitReducer::alcaEndcapHitsCollection_
private

Definition at line 72 of file AlCaECALRecHitReducer.h.

std::string AlCaECALRecHitReducer::alcaPreshowerHitsCollection_
private

Definition at line 73 of file AlCaECALRecHitReducer.h.

edm::EDGetTokenT<EcalRecHitCollection> AlCaECALRecHitReducer::ebRecHitsToken_
private

Definition at line 63 of file AlCaECALRecHitReducer.h.

edm::EDGetTokenT<EcalRecHitCollection> AlCaECALRecHitReducer::eeRecHitsToken_
private

Definition at line 64 of file AlCaECALRecHitReducer.h.

edm::EDGetTokenT<reco::SuperClusterCollection> AlCaECALRecHitReducer::EESuperClusterToken_
private

Definition at line 70 of file AlCaECALRecHitReducer.h.

edm::EDGetTokenT<reco::GsfElectronCollection> AlCaECALRecHitReducer::electronToken_
private

Definition at line 66 of file AlCaECALRecHitReducer.h.

std::vector< edm::EDGetTokenT<edm::View < reco::RecoCandidate> > > AlCaECALRecHitReducer::eleViewTokens_
private

Definition at line 67 of file AlCaECALRecHitReducer.h.

edm::EDGetTokenT<EcalRecHitCollection> AlCaECALRecHitReducer::esRecHitsToken_
private

Definition at line 65 of file AlCaECALRecHitReducer.h.

int AlCaECALRecHitReducer::etaSize_
private

Definition at line 74 of file AlCaECALRecHitReducer.h.

double AlCaECALRecHitReducer::minEta_highEtaSC_
private

Definition at line 83 of file AlCaECALRecHitReducer.h.

int AlCaECALRecHitReducer::phiSize_
private

Definition at line 75 of file AlCaECALRecHitReducer.h.

edm::EDGetTokenT<reco::PhotonCollection> AlCaECALRecHitReducer::photonToken_
private

Definition at line 69 of file AlCaECALRecHitReducer.h.