#include <ConversionProducer.h>
Public Member Functions | |
ConversionProducer (const edm::ParameterSet &) | |
~ConversionProducer () | |
Public Member Functions inherited from edm::stream::EDProducer<> | |
EDProducer ()=default | |
Public Member Functions inherited from edm::stream::EDProducerBase | |
EDProducerBase () | |
ModuleDescription const & | moduleDescription () const |
virtual | ~EDProducerBase () |
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< ConsumesInfo > | consumesInfo () 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 Types | |
typedef math::XYZPointF | Point |
typedef std::vector< Point > | PointCollection |
Private Member Functions | |
void | buildCollection (edm::Event &iEvent, const edm::EventSetup &iSetup, const std::multimap< float, edm::Ptr< reco::ConversionTrack > > &allTracks, const std::multimap< double, reco::CaloClusterPtr > &superClusterPtrs, const std::multimap< double, reco::CaloClusterPtr > &basicClusterPtrs, const reco::Vertex &the_pvtx, reco::ConversionCollection &outputConvPhotonCollection) |
void | buildSuperAndBasicClusterGeoMap (const edm::Event &, std::multimap< double, reco::CaloClusterPtr > &basicClusterPtrs, std::multimap< double, reco::CaloClusterPtr > &superClusterPtrs) |
bool | checkPhi (const edm::RefToBase< reco::Track > &tk_l, const edm::RefToBase< reco::Track > &tk_r, const TrackerGeometry *trackerGeom, const MagneticField *magField, const reco::Vertex &the_vertex) |
bool | checkTrackPair (const std::pair< edm::RefToBase< reco::Track >, reco::CaloClusterPtr > &ll, const std::pair< edm::RefToBase< reco::Track >, reco::CaloClusterPtr > &rr) |
bool | checkVertex (const reco::TransientTrack &ttk_l, const reco::TransientTrack &ttk_r, const MagneticField *magField, reco::Vertex &the_vertex) |
double | etaTransformation (float EtaParticle, float Zvertex) |
bool | getMatchedBC (const std::multimap< double, reco::CaloClusterPtr > &bcMap, const math::XYZPointF &trackImpactPosition, reco::CaloClusterPtr &closestBC) |
bool | getTrackImpactPosition (const reco::Track *tk_ref, const TrackerGeometry *trackerGeom, const MagneticField *magField, math::XYZPointF &ew) |
bool | matchingSC (const std::multimap< double, reco::CaloClusterPtr > &scMap, reco::Conversion &conv, reco::CaloClusterPtrVector &mSC) |
bool | preselectTrackPair (const reco::TransientTrack &ttk_l, const reco::TransientTrack &ttk_r, double &appDist) |
virtual void | produce (edm::Event &, const edm::EventSetup &) |
math::XYZPointF | toFConverterP (const math::XYZPoint &val) |
math::XYZVectorF | toFConverterV (const math::XYZVector &val) |
bool | trackD0Cut (const edm::RefToBase< reco::Track > &ref) |
bool | trackD0Cut (const edm::RefToBase< reco::Track > &ref, const reco::Vertex &the_pvtx) |
bool | trackQualityFilter (const edm::RefToBase< reco::Track > &ref, bool isLeft) |
Additional Inherited Members | |
Public Types inherited from edm::stream::EDProducer<> | |
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::EDProducerBase | |
typedef EDProducerAdaptorBase | 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::stream::EDProducerBase | |
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) |
$Id:
Description: Produces converted photon objects using default track collections
Implementation: <Notes on="" implementation>="">
Definition at line 66 of file ConversionProducer.h.
|
private |
Definition at line 86 of file ConversionProducer.h.
|
private |
Definition at line 87 of file ConversionProducer.h.
|
explicit |
Definition at line 73 of file ConversionProducer.cc.
ConversionProducer::~ConversionProducer | ( | ) |
Definition at line 172 of file ConversionProducer.cc.
|
private |
match the track pair with a SC. If at least one track matches, store the SC
Definition at line 313 of file ConversionProducer.cc.
|
private |
Definition at line 249 of file ConversionProducer.cc.
|
private |
Definition at line 746 of file ConversionProducer.cc.
|
private |
Definition at line 853 of file ConversionProducer.cc.
|
private |
Definition at line 877 of file ConversionProducer.cc.
|
private |
Definition at line 895 of file ConversionProducer.cc.
|
private |
Definition at line 710 of file ConversionProducer.cc.
|
private |
Definition at line 633 of file ConversionProducer.cc.
|
private |
Definition at line 681 of file ConversionProducer.cc.
|
private |
Definition at line 793 of file ConversionProducer.cc.
|
privatevirtual |
Implements edm::stream::EDProducerBase.
Definition at line 183 of file ConversionProducer.cc.
|
inlineprivate |
Definition at line 187 of file ConversionProducer.h.
|
inlineprivate |
Definition at line 191 of file ConversionProducer.h.
|
inlineprivate |
Definition at line 622 of file ConversionProducer.cc.
|
inlineprivate |
Definition at line 627 of file ConversionProducer.cc.
|
inlineprivate |
Definition at line 611 of file ConversionProducer.cc.
|
private |
Definition at line 84 of file ConversionProducer.h.
|
private |
Definition at line 97 of file ConversionProducer.h.
|
private |
Definition at line 97 of file ConversionProducer.h.
|
private |
Definition at line 97 of file ConversionProducer.h.
|
private |
Definition at line 97 of file ConversionProducer.h.
|
private |
Definition at line 97 of file ConversionProducer.h.
|
private |
Definition at line 131 of file ConversionProducer.h.
|
private |
Definition at line 97 of file ConversionProducer.h.
|
private |
Definition at line 97 of file ConversionProducer.h.
|
private |
Definition at line 93 of file ConversionProducer.h.
|
private |
Definition at line 94 of file ConversionProducer.h.
|
private |
Definition at line 99 of file ConversionProducer.h.
|
private |
Definition at line 99 of file ConversionProducer.h.
|
private |
Definition at line 99 of file ConversionProducer.h.
|
private |
Definition at line 95 of file ConversionProducer.h.
|
private |
Definition at line 118 of file ConversionProducer.h.
|
private |
Definition at line 125 of file ConversionProducer.h.
|
private |
Definition at line 107 of file ConversionProducer.h.
|
private |
Definition at line 125 of file ConversionProducer.h.
|
private |
Definition at line 114 of file ConversionProducer.h.
|
private |
Definition at line 120 of file ConversionProducer.h.
|
private |
Definition at line 115 of file ConversionProducer.h.
|
private |
Definition at line 120 of file ConversionProducer.h.
|
private |
Definition at line 119 of file ConversionProducer.h.
|
private |
Definition at line 116 of file ConversionProducer.h.
|
private |
Definition at line 117 of file ConversionProducer.h.
|
private |
Definition at line 109 of file ConversionProducer.h.
|
private |
Definition at line 109 of file ConversionProducer.h.
|
private |
Definition at line 122 of file ConversionProducer.h.
|
private |
Definition at line 122 of file ConversionProducer.h.
|
private |
Definition at line 110 of file ConversionProducer.h.
|
private |
Definition at line 112 of file ConversionProducer.h.
|
private |
Definition at line 111 of file ConversionProducer.h.
|
private |
Definition at line 125 of file ConversionProducer.h.
|
private |
Definition at line 125 of file ConversionProducer.h.
|
private |
Definition at line 123 of file ConversionProducer.h.
|
private |
Definition at line 123 of file ConversionProducer.h.
|
private |
Definition at line 113 of file ConversionProducer.h.
|
private |
Definition at line 128 of file ConversionProducer.h.
|
private |
Definition at line 132 of file ConversionProducer.h.
|
private |
Definition at line 91 of file ConversionProducer.h.
|
private |
Definition at line 92 of file ConversionProducer.h.
|
private |
Definition at line 89 of file ConversionProducer.h.
|
private |
Definition at line 105 of file ConversionProducer.h.
|
private |
Definition at line 103 of file ConversionProducer.h.
|
private |
Definition at line 101 of file ConversionProducer.h.
|
private |
Definition at line 102 of file ConversionProducer.h.
|
private |
Definition at line 129 of file ConversionProducer.h.