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 Types | Private Member Functions | Private Attributes
pat::PATPhotonProducer Class Reference

Produces the pat::Photon. More...

#include "PhysicsTools/PatAlgos/interface/PATPhotonProducer.h"

Inheritance diagram for pat::PATPhotonProducer:
edm::EDProducer edm::ProducerBase edm::EDConsumerBase edm::ProductRegistryHelper

Public Member Functions

 PATPhotonProducer (const edm::ParameterSet &iConfig)
 
virtual void produce (edm::Event &iEvent, const edm::EventSetup &iSetup) override
 
 ~PATPhotonProducer ()
 
- Public Member Functions inherited from edm::EDProducer
 EDProducer ()
 
ModuleDescription const & moduleDescription () const
 
virtual ~EDProducer ()
 
- Public Member Functions inherited from edm::ProducerBase
 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
 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 (const std::string &iProcessName, std::vector< const char * > &oModuleLabels) 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::EDProducer
static const std::string & baseType ()
 
static void fillDescriptions (ConfigurationDescriptions &descriptions)
 
static void prevalidate (ConfigurationDescriptions &descriptions)
 

Private Types

typedef std::vector
< edm::Handle< edm::ValueMap
< IsoDeposit > > > 
IsoDepositMaps
 
typedef std::pair
< pat::IsolationKeys,
edm::InputTag
IsolationLabel
 
typedef std::vector
< IsolationLabel
IsolationLabels
 
typedef std::vector
< edm::Handle< edm::ValueMap
< double > > > 
IsolationValueMaps
 
typedef std::pair< std::string,
edm::InputTag
NameTag
 

Private Member Functions

template<typename T >
void readIsolationLabels (const edm::ParameterSet &iConfig, const char *psetName, IsolationLabels &labels, std::vector< edm::EDGetTokenT< edm::ValueMap< T > > > &tokens)
 

Private Attributes

bool addEfficiencies_
 
bool addGenMatch_
 
bool addPhotonID_
 
bool addResolutions_
 
edm::EDGetTokenT< reco::BeamSpotbeamLineToken_
 
const CaloGeometryecalGeometry_
 
const CaloTopologyecalTopology_
 
EcalClusterLocal ecl_
 
pat::helper::EfficiencyLoader efficiencyLoader_
 
edm::EDGetTokenT
< reco::GsfElectronCollection
electronToken_
 
bool embedBasicClusters_
 
bool embedGenMatch_
 
bool embedPreshowerClusters_
 
bool embedRecHits_
 
bool embedSeedCluster_
 
bool embedSuperCluster_
 
GreaterByEt< PhotoneTComparator_
 
std::vector< edm::EDGetTokenT
< edm::Association
< reco::GenParticleCollection > > > 
genMatchTokens_
 
edm::EDGetTokenT
< reco::ConversionCollection
hConversionsToken_
 
IsolationLabels isoDepositLabels_
 
std::vector< edm::EDGetTokenT
< edm::ValueMap< IsoDeposit > > > 
isoDepositTokens_
 
IsolationLabels isolationValueLabels_
 
std::vector< edm::EDGetTokenT
< edm::ValueMap< double > > > 
isolationValueTokens_
 
pat::helper::MultiIsolator isolator_
 
pat::helper::MultiIsolator::IsolationValuePairs isolatorTmpStorage_
 
std::vector< NameTagphotIDSrcs_
 
std::vector< edm::EDGetTokenT
< edm::ValueMap< Bool_t > > > 
photIDTokens_
 
edm::EDGetTokenT< edm::View
< reco::Photon > > 
photonToken_
 
edm::InputTag reducedBarrelRecHitCollection_
 
edm::EDGetTokenT
< EcalRecHitCollection
reducedBarrelRecHitCollectionToken_
 
edm::InputTag reducedEndcapRecHitCollection_
 
edm::EDGetTokenT
< EcalRecHitCollection
reducedEndcapRecHitCollectionToken_
 
pat::helper::KinResolutionsLoader resolutionLoader_
 
pat::PATUserDataHelper
< pat::Photon
userDataHelper_
 
bool useUserData_
 

Additional Inherited Members

- Public Types inherited from edm::EDProducer
typedef EDProducer ModuleType
 
- Public Types inherited from edm::ProducerBase
typedef
ProductRegistryHelper::TypeLabelList 
TypeLabelList
 
- Protected Member Functions inherited from edm::ProducerBase
void callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func)
 
- 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

Produces the pat::Photon.

The PATPhotonProducer produces the analysis-level pat::Photon starting from a collection of objects of PhotonType.

Author
Steven Lowette
Version
Id:
PATPhotonProducer.h,v 1.19 2009/06/25 23:49:35 gpetrucc Exp

Definition at line 53 of file PATPhotonProducer.h.

Member Typedef Documentation

Definition at line 90 of file PATPhotonProducer.h.

Definition at line 92 of file PATPhotonProducer.h.

Definition at line 93 of file PATPhotonProducer.h.

typedef std::vector< edm::Handle< edm::ValueMap<double> > > pat::PATPhotonProducer::IsolationValueMaps
private

Definition at line 91 of file PATPhotonProducer.h.

typedef std::pair<std::string, edm::InputTag> pat::PATPhotonProducer::NameTag
private

Definition at line 117 of file PATPhotonProducer.h.

Constructor & Destructor Documentation

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

Definition at line 31 of file PATPhotonProducer.cc.

References addGenMatch_, beamLineToken_, edm::EDConsumerBase::consumes(), electronToken_, embedBasicClusters_, embedGenMatch_, embedPreshowerClusters_, embedRecHits_, embedSeedCluster_, embedSuperCluster_, edm::ParameterSet::existsAs(), genMatchTokens_, edm::ParameterSet::getParameter(), hConversionsToken_, photonToken_, reducedBarrelRecHitCollection_, reducedBarrelRecHitCollectionToken_, reducedEndcapRecHitCollection_, reducedEndcapRecHitCollectionToken_, GlobalPosition_Frontier_DevDB_cff::tag, and edm::vector_transform().

31  :
32  isolator_(iConfig.exists("userIsolation") ? iConfig.getParameter<edm::ParameterSet>("userIsolation") : edm::ParameterSet(), consumesCollector(), false) ,
33  useUserData_(iConfig.exists("userData"))
34 {
35  // initialize the configurables
36  photonToken_ = consumes<edm::View<reco::Photon> >(iConfig.getParameter<edm::InputTag>("photonSource"));
37  electronToken_ = consumes<reco::GsfElectronCollection>(edm::InputTag("gedGsfElectrons"));
38  hConversionsToken_ = consumes<reco::ConversionCollection>(edm::InputTag("allConversions"));
39  beamLineToken_ = consumes<reco::BeamSpot>(iConfig.getParameter<edm::InputTag>("beamLineSrc"));
40  embedSuperCluster_ = iConfig.getParameter<bool>("embedSuperCluster");
41  embedSeedCluster_ = iConfig.getParameter<bool>( "embedSeedCluster" );
42  embedBasicClusters_ = iConfig.getParameter<bool>( "embedBasicClusters" );
43  embedPreshowerClusters_ = iConfig.getParameter<bool>( "embedPreshowerClusters" );
44  embedRecHits_ = iConfig.getParameter<bool>( "embedRecHits" );
45  reducedBarrelRecHitCollection_ = iConfig.getParameter<edm::InputTag>("reducedBarrelRecHitCollection");
46  reducedBarrelRecHitCollectionToken_ = mayConsume<EcalRecHitCollection>(reducedBarrelRecHitCollection_);
47  reducedEndcapRecHitCollection_ = iConfig.getParameter<edm::InputTag>("reducedEndcapRecHitCollection");
48  reducedEndcapRecHitCollectionToken_ = mayConsume<EcalRecHitCollection>(reducedEndcapRecHitCollection_);
49  // MC matching configurables
50  addGenMatch_ = iConfig.getParameter<bool>( "addGenMatch" );
51  if (addGenMatch_) {
52  embedGenMatch_ = iConfig.getParameter<bool>( "embedGenMatch" );
53  if (iConfig.existsAs<edm::InputTag>("genParticleMatch")) {
55  }
56  else {
57  genMatchTokens_ = edm::vector_transform(iConfig.getParameter<std::vector<edm::InputTag> >( "genParticleMatch" ), [this](edm::InputTag const & tag){return consumes<edm::Association<reco::GenParticleCollection> >(tag);});
58  }
59  }
60  // Efficiency configurables
61  addEfficiencies_ = iConfig.getParameter<bool>("addEfficiencies");
62  if (addEfficiencies_) {
64  }
65  // photon ID configurables
66  addPhotonID_ = iConfig.getParameter<bool>( "addPhotonID" );
67  if (addPhotonID_) {
68  // it might be a single photon ID
69  if (iConfig.existsAs<edm::InputTag>("photonIDSource")) {
70  photIDSrcs_.push_back(NameTag("", iConfig.getParameter<edm::InputTag>("photonIDSource")));
71  }
72  // or there might be many of them
73  if (iConfig.existsAs<edm::ParameterSet>("photonIDSources")) {
74  // please don't configure me twice
75  if (!photIDSrcs_.empty()){
76  throw cms::Exception("Configuration") << "PATPhotonProducer: you can't specify both 'photonIDSource' and 'photonIDSources'\n";
77  }
78  // read the different photon ID names
79  edm::ParameterSet idps = iConfig.getParameter<edm::ParameterSet>("photonIDSources");
80  std::vector<std::string> names = idps.getParameterNamesForType<edm::InputTag>();
81  for (std::vector<std::string>::const_iterator it = names.begin(), ed = names.end(); it != ed; ++it) {
82  photIDSrcs_.push_back(NameTag(*it, idps.getParameter<edm::InputTag>(*it)));
83  }
84  }
85  // but in any case at least once
86  if (photIDSrcs_.empty()) throw cms::Exception("Configuration") <<
87  "PATPhotonProducer: id addPhotonID is true, you must specify either:\n" <<
88  "\tInputTag photonIDSource = <someTag>\n" << "or\n" <<
89  "\tPSet photonIDSources = { \n" <<
90  "\t\tInputTag <someName> = <someTag> // as many as you want \n " <<
91  "\t}\n";
92  }
93  photIDTokens_ = edm::vector_transform(photIDSrcs_, [this](NameTag const & tag){return mayConsume<edm::ValueMap<Bool_t> >(tag.second);});
94  // Resolution configurables
95  addResolutions_ = iConfig.getParameter<bool>("addResolutions");
96  if (addResolutions_) {
98  }
99  // Check to see if the user wants to add user data
100  if ( useUserData_ ) {
102  }
103  // produces vector of photons
104  produces<std::vector<Photon> >();
105 
106  // read isoDeposit labels, for direct embedding
107  readIsolationLabels(iConfig, "isoDeposits", isoDepositLabels_, isoDepositTokens_);
108  // read isolation value labels, for direct embedding
110 
111 }
T getParameter(std::string const &) const
Assists in assimilating all pat::UserData into pat objects.
pat::PATUserDataHelper< pat::Photon > userDataHelper_
edm::EDGetTokenT< EcalRecHitCollection > reducedEndcapRecHitCollectionToken_
bool existsAs(std::string const &parameterName, bool trackiness=true) const
checks if a parameter exists as a given type
Definition: ParameterSet.h:184
static const HistoName names[]
std::pair< std::string, edm::InputTag > NameTag
std::vector< edm::EDGetTokenT< edm::ValueMap< Bool_t > > > photIDTokens_
edm::EDGetTokenT< reco::BeamSpot > beamLineToken_
edm::EDGetTokenT< edm::View< reco::Photon > > photonToken_
bool exists(std::string const &parameterName) const
checks if a parameter exists
std::vector< edm::EDGetTokenT< edm::Association< reco::GenParticleCollection > > > genMatchTokens_
pat::helper::KinResolutionsLoader resolutionLoader_
auto vector_transform(std::vector< InputType > const &input, Function predicate) -> std::vector< typename std::remove_cv< typename std::remove_reference< decltype(predicate(input.front()))>::type >::type >
Definition: transform.h:11
edm::InputTag reducedEndcapRecHitCollection_
EDGetTokenT< ProductType > consumes(edm::InputTag const &tag)
std::vector< std::string > getParameterNamesForType(bool trackiness=true) const
Definition: ParameterSet.h:192
void readIsolationLabels(const edm::ParameterSet &iConfig, const char *psetName, IsolationLabels &labels, std::vector< edm::EDGetTokenT< edm::ValueMap< T > > > &tokens)
IsolationLabels isoDepositLabels_
IsolationLabels isolationValueLabels_
std::vector< edm::EDGetTokenT< edm::ValueMap< IsoDeposit > > > isoDepositTokens_
pat::helper::EfficiencyLoader efficiencyLoader_
ConsumesCollector consumesCollector()
Use a ConsumesCollector to gather consumes information from helper functions.
std::vector< NameTag > photIDSrcs_
pat::helper::MultiIsolator isolator_
edm::EDGetTokenT< EcalRecHitCollection > reducedBarrelRecHitCollectionToken_
std::vector< edm::EDGetTokenT< edm::ValueMap< double > > > isolationValueTokens_
edm::InputTag reducedBarrelRecHitCollection_
edm::EDGetTokenT< reco::ConversionCollection > hConversionsToken_
edm::EDGetTokenT< reco::GsfElectronCollection > electronToken_
PATPhotonProducer::~PATPhotonProducer ( )

Definition at line 113 of file PATPhotonProducer.cc.

113  {
114 }

Member Function Documentation

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

Definition at line 367 of file PATPhotonProducer.cc.

References edm::ConfigurationDescriptions::add(), edm::ParameterSetDescription::add(), edm::ParameterSetDescription::addNode(), edm::ParameterSetDescription::addOptional(), pat::helper::KinResolutionsLoader::fillDescription(), pat::PATUserDataHelper< ObjectType >::fillDescription(), edm::ParameterSetDescription::setAllowAnything(), edm::ParameterSetDescription::setComment(), and edm::ParameterDescriptionNode::setComment().

368 {
370  iDesc.setComment("PAT photon producer module");
371 
372  // input source
373  iDesc.add<edm::InputTag>("photonSource", edm::InputTag("no default"))->setComment("input collection");
374  iDesc.add<edm::InputTag>("electronSource", edm::InputTag("no default"))->setComment("input collection");
375 
376  iDesc.add<edm::InputTag>("reducedBarrelRecHitCollection", edm::InputTag("reducedEcalRecHitsEB"));
377  iDesc.add<edm::InputTag>("reducedEndcapRecHitCollection", edm::InputTag("reducedEcalRecHitsEE"));
378 
379  iDesc.add<bool>("embedSuperCluster", true)->setComment("embed external super cluster");
380  iDesc.add<bool>("embedSeedCluster", true)->setComment("embed external seed cluster");
381  iDesc.add<bool>("embedBasicClusters", true)->setComment("embed external basic clusters");
382  iDesc.add<bool>("embedPreshowerClusters", true)->setComment("embed external preshower clusters");
383  iDesc.add<bool>("embedRecHits", true)->setComment("embed external RecHits");
384 
385  // MC matching configurables
386  iDesc.add<bool>("addGenMatch", true)->setComment("add MC matching");
387  iDesc.add<bool>("embedGenMatch", false)->setComment("embed MC matched MC information");
388  std::vector<edm::InputTag> emptySourceVector;
389  iDesc.addNode( edm::ParameterDescription<edm::InputTag>("genParticleMatch", edm::InputTag(), true) xor
390  edm::ParameterDescription<std::vector<edm::InputTag> >("genParticleMatch", emptySourceVector, true)
391  )->setComment("input with MC match information");
392 
394 
395  // photon ID configurables
396  iDesc.add<bool>("addPhotonID",true)->setComment("add photon ID variables");
397  edm::ParameterSetDescription photonIDSourcesPSet;
398  photonIDSourcesPSet.setAllowAnything();
399  iDesc.addNode( edm::ParameterDescription<edm::InputTag>("photonIDSource", edm::InputTag(), true) xor
400  edm::ParameterDescription<edm::ParameterSetDescription>("photonIDSources", photonIDSourcesPSet, true)
401  )->setComment("input with photon ID variables");
402 
403  // IsoDeposit configurables
404  edm::ParameterSetDescription isoDepositsPSet;
405  isoDepositsPSet.addOptional<edm::InputTag>("tracker");
406  isoDepositsPSet.addOptional<edm::InputTag>("ecal");
407  isoDepositsPSet.addOptional<edm::InputTag>("hcal");
408  isoDepositsPSet.addOptional<edm::InputTag>("pfAllParticles");
409  isoDepositsPSet.addOptional<edm::InputTag>("pfChargedHadrons");
410  isoDepositsPSet.addOptional<edm::InputTag>("pfChargedAll");
411  isoDepositsPSet.addOptional<edm::InputTag>("pfPUChargedHadrons");
412  isoDepositsPSet.addOptional<edm::InputTag>("pfNeutralHadrons");
413  isoDepositsPSet.addOptional<edm::InputTag>("pfPhotons");
414  isoDepositsPSet.addOptional<std::vector<edm::InputTag> >("user");
415  iDesc.addOptional("isoDeposits", isoDepositsPSet);
416 
417  // isolation values configurables
418  edm::ParameterSetDescription isolationValuesPSet;
419  isolationValuesPSet.addOptional<edm::InputTag>("tracker");
420  isolationValuesPSet.addOptional<edm::InputTag>("ecal");
421  isolationValuesPSet.addOptional<edm::InputTag>("hcal");
422  isolationValuesPSet.addOptional<edm::InputTag>("pfAllParticles");
423  isolationValuesPSet.addOptional<edm::InputTag>("pfChargedHadrons");
424  isolationValuesPSet.addOptional<edm::InputTag>("pfChargedAll");
425  isolationValuesPSet.addOptional<edm::InputTag>("pfPUChargedHadrons");
426  isolationValuesPSet.addOptional<edm::InputTag>("pfNeutralHadrons");
427  isolationValuesPSet.addOptional<edm::InputTag>("pfPhotons");
428  isolationValuesPSet.addOptional<std::vector<edm::InputTag> >("user");
429  iDesc.addOptional("isolationValues", isolationValuesPSet);
430 
431  // Efficiency configurables
432  edm::ParameterSetDescription efficienciesPSet;
433  efficienciesPSet.setAllowAnything(); // TODO: the pat helper needs to implement a description.
434  iDesc.add("efficiencies", efficienciesPSet);
435  iDesc.add<bool>("addEfficiencies", false);
436 
437  // Check to see if the user wants to add user data
438  edm::ParameterSetDescription userDataPSet;
440  iDesc.addOptional("userData", userDataPSet);
441 
442  edm::ParameterSetDescription isolationPSet;
443  isolationPSet.setAllowAnything(); // TODO: the pat helper needs to implement a description.
444  iDesc.add("userIsolation", isolationPSet);
445 
446  iDesc.addNode( edm::ParameterDescription<edm::InputTag>("beamLineSrc", edm::InputTag(), true)
447  )->setComment("input with high level selection");
448 
449  descriptions.add("PATPhotonProducer", iDesc);
450 
451 }
void setComment(std::string const &value)
ParameterDescriptionBase * addOptional(U const &iLabel, T const &value)
void setAllowAnything()
allow any parameter label/value pairs
ParameterDescriptionNode * addNode(ParameterDescriptionNode const &node)
static void fillDescription(edm::ParameterSetDescription &iDesc)
void setComment(std::string const &value)
ParameterDescriptionBase * add(U const &iLabel, T const &value)
static void fillDescription(edm::ParameterSetDescription &iDesc)
Method for documentation and validation of PSet.
void add(std::string const &label, ParameterSetDescription const &psetDescription)
void PATPhotonProducer::produce ( edm::Event iEvent,
const edm::EventSetup iSetup 
)
overridevirtual

Implements edm::EDProducer.

Definition at line 116 of file PATPhotonProducer.cc.

References addGenMatch_, pat::PATObject< ObjectType >::addGenParticleRef(), addPhotonID_, Reference_intrackfit_cff::barrel, beamLineToken_, pat::helper::MultiIsolator::beginEvent(), EcalRegressionData::C1, EcalRegressionData::C2, EcalRegressionData::C3, EcalRegressionData::e2nd(), EcalRegressionData::e3x3(), EcalRegressionData::eBottom(), DetId::Ecal, EcalBarrel, EcalEndcap, ecalGeometry_, ecalTopology_, efficiencyLoader_, electronToken_, EcalRegressionData::eLeft(), EcalRegressionData::eMax(), pat::Photon::embedBasicClusters(), embedBasicClusters_, embedGenMatch_, pat::PATObject< ObjectType >::embedGenParticle(), pat::Photon::embedPreshowerClusters(), embedPreshowerClusters_, pat::Photon::embedRecHits(), embedRecHits_, pat::Photon::embedSeedCluster(), embedSeedCluster_, pat::Photon::embedSuperCluster(), embedSuperCluster_, pat::helper::EfficiencyLoader::enabled(), pat::helper::KinResolutionsLoader::enabled(), pat::helper::MultiIsolator::enabled(), edm::SortedCollection< T, SORT >::end(), pat::helper::MultiIsolator::endEvent(), EcalRegressionData::eRight(), eTComparator_, EcalRegressionData::eTop(), pat::helper::MultiIsolator::fill(), EcalRegressionData::fill(), edm::SortedCollection< T, SORT >::find(), first, genMatchTokens_, edm::EventSetup::get(), edm::Event::getByToken(), CaloTopology::getSubdetectorTopology(), CaloSubdetectorTopology::getWindow(), ConversionTools::hasMatchedPromptElectron(), reco::Photon::hasPixelSeed(), hConversionsToken_, i, customizeTrackingMonitorSeedNumber::idx, isoDepositLabels_, isoDepositTokens_, isolationValueLabels_, isolationValueTokens_, isolator_, isolatorTmpStorage_, edm::EventBase::isRealData(), edm::HandleBase::isValid(), j, EcalRegressionData::maxSubClusDR(), EcalRegressionData::maxSubClusDRDEta(), EcalRegressionData::maxSubClusDRDPhi(), EcalRegressionData::maxSubClusDRRawEnergy(), n, pat::helper::EfficiencyLoader::newEvent(), pat::helper::KinResolutionsLoader::newEvent(), photIDSrcs_, photIDTokens_, interactiveExample::photons, photonToken_, edm::Handle< T >::product(), edm::SortedCollection< T, SORT >::push_back(), edm::Event::put(), reducedBarrelRecHitCollectionToken_, reducedEndcapRecHitCollectionToken_, resolutionLoader_, fileCollector::seed, EcalRegressionData::seedCrysEtaOrX(), EcalRegressionData::seedCrysIEtaOrIX(), EcalRegressionData::seedCrysIPhiOrIY(), EcalRegressionData::seedCrysPhiOrY(), pat::Photon::setCryEta(), pat::Photon::setCryPhi(), pat::Photon::setE2nd(), pat::Photon::setE3x3(), pat::Photon::setEBottom(), pat::helper::EfficiencyLoader::setEfficiencies(), pat::Photon::setELeft(), pat::Photon::setEMax(), pat::Photon::setERight(), pat::Photon::setETop(), pat::Photon::setHasPixelSeed(), pat::Photon::setIEta(), pat::Photon::setIPhi(), pat::Photon::setIsoDeposit(), pat::Photon::setIsolation(), pat::Photon::setMaxDR(), pat::Photon::setMaxDRDEta(), pat::Photon::setMaxDRDPhi(), pat::Photon::setMaxDRRawEnergy(), pat::Photon::setPassElectronVeto(), pat::Photon::setPhotonIDs(), pat::helper::KinResolutionsLoader::setResolutions(), pat::Photon::setSee(), pat::Photon::setSeedEnergy(), pat::Photon::setSep(), pat::Photon::setSpp(), pat::Photon::setSubClusDEta1(), pat::Photon::setSubClusDEta2(), pat::Photon::setSubClusDEta3(), pat::Photon::setSubClusDPhi1(), pat::Photon::setSubClusDPhi2(), pat::Photon::setSubClusDPhi3(), pat::Photon::setSubClusRawE1(), pat::Photon::setSubClusRawE2(), pat::Photon::setSubClusRawE3(), EcalRegressionData::sigmaIEtaIEta(), EcalRegressionData::sigmaIEtaIPhi(), EcalRegressionData::sigmaIPhiIPhi(), edm::SortedCollection< T, SORT >::size(), edm::SortedCollection< T, SORT >::sort(), python.multivaluedict::sort(), EcalRegressionData::subClusDEta(), EcalRegressionData::subClusDPhi(), EcalRegressionData::subClusRawEnergy(), reco::Photon::superCluster(), userDataHelper_, and useUserData_.

117 {
118  // switch off embedding (in unschedules mode)
119  if (iEvent.isRealData()){
120  addGenMatch_ = false;
121  embedGenMatch_ = false;
122  }
123 
124  edm::ESHandle<CaloTopology> theCaloTopology;
125  iSetup.get<CaloTopologyRecord>().get(theCaloTopology);
126  ecalTopology_ = & (*theCaloTopology);
127 
128  edm::ESHandle<CaloGeometry> theCaloGeometry;
129  iSetup.get<CaloGeometryRecord>().get(theCaloGeometry);
130  ecalGeometry_ = & (*theCaloGeometry);
131 
132  // Get the vector of Photon's from the event
134  iEvent.getByToken(photonToken_, photons);
135 
136  // for conversion veto selection
138  iEvent.getByToken(hConversionsToken_, hConversions);
139 
140  // Get the collection of electrons from the event
142  iEvent.getByToken(electronToken_, hElectrons);
143 
144  // Get the beamspot
145  edm::Handle<reco::BeamSpot> beamSpotHandle;
146  iEvent.getByToken(beamLineToken_, beamSpotHandle);
147 
149 
150  // prepare the MC matching
151  std::vector<edm::Handle<edm::Association<reco::GenParticleCollection> > >genMatches(genMatchTokens_.size());
152  if (addGenMatch_) {
153  for (size_t j = 0, nd = genMatchTokens_.size(); j < nd; ++j) {
154  iEvent.getByToken(genMatchTokens_[j], genMatches[j]);
155  }
156  }
157 
158  if (isolator_.enabled()) isolator_.beginEvent(iEvent,iSetup);
159 
161  if (resolutionLoader_.enabled()) resolutionLoader_.newEvent(iEvent, iSetup);
162 
163  IsoDepositMaps deposits(isoDepositTokens_.size());
164  for (size_t j = 0, nd = isoDepositTokens_.size(); j < nd; ++j) {
165  iEvent.getByToken(isoDepositTokens_[j], deposits[j]);
166  }
167 
168  IsolationValueMaps isolationValues(isolationValueTokens_.size());
169  for (size_t j = 0; j<isolationValueTokens_.size(); ++j) {
170  iEvent.getByToken(isolationValueTokens_[j], isolationValues[j]);
171  }
172 
173 
174  // prepare ID extraction
175  std::vector<edm::Handle<edm::ValueMap<Bool_t> > > idhandles;
176  std::vector<pat::Photon::IdPair> ids;
177  if (addPhotonID_) {
178  idhandles.resize(photIDSrcs_.size());
179  ids.resize(photIDSrcs_.size());
180  for (size_t i = 0; i < photIDSrcs_.size(); ++i) {
181  iEvent.getByToken(photIDTokens_[i], idhandles[i]);
182  ids[i].first = photIDSrcs_[i].first;
183  }
184  }
185 
186  // loop over photons
187  std::vector<Photon> * PATPhotons = new std::vector<Photon>();
188  for (edm::View<reco::Photon>::const_iterator itPhoton = photons->begin(); itPhoton != photons->end(); itPhoton++) {
189  // construct the Photon from the ref -> save ref to original object
190  unsigned int idx = itPhoton - photons->begin();
191  edm::RefToBase<reco::Photon> photonRef = photons->refAt(idx);
192  edm::Ptr<reco::Photon> photonPtr = photons->ptrAt(idx);
193  Photon aPhoton(photonRef);
194  if (embedSuperCluster_) aPhoton.embedSuperCluster();
195  if (embedSeedCluster_) aPhoton.embedSeedCluster();
196  if (embedBasicClusters_) aPhoton.embedBasicClusters();
197  if (embedPreshowerClusters_) aPhoton.embedPreshowerClusters();
198 
199  std::vector<DetId> selectedCells;
200  bool barrel = itPhoton->isEB();
201  //loop over sub clusters
202  if (embedBasicClusters_) {
203  for (reco::CaloCluster_iterator clusIt = itPhoton->superCluster()->clustersBegin(); clusIt!=itPhoton->superCluster()->clustersEnd(); ++clusIt) {
204  //get seed (max energy xtal)
205  DetId seed = lazyTools.getMaximum(**clusIt).first;
206  //get all xtals in 5x5 window around the seed
207  std::vector<DetId> dets5x5 = (barrel) ? ecalTopology_->getSubdetectorTopology(DetId::Ecal,EcalBarrel)->getWindow(seed,5,5):
209  selectedCells.insert(selectedCells.end(), dets5x5.begin(), dets5x5.end());
210 
211  //get all xtals belonging to cluster
212  for (const std::pair<DetId, float> &hit : (*clusIt)->hitsAndFractions()) {
213  selectedCells.push_back(hit.first);
214  }
215  }
216  }
217 
218  //remove duplicates
219  std::sort(selectedCells.begin(),selectedCells.end());
220  std::unique(selectedCells.begin(),selectedCells.end());
221 
222  // Retrieve the corresponding RecHits
223 
224 
225  edm::Handle< EcalRecHitCollection > recHitsEBHandle;
226  iEvent.getByToken(reducedBarrelRecHitCollectionToken_,recHitsEBHandle);
227  edm::Handle< EcalRecHitCollection > recHitsEEHandle;
228  iEvent.getByToken(reducedEndcapRecHitCollectionToken_,recHitsEEHandle);
229 
230 
231  //orginal code would throw an exception via the handle not being valid but now it'll just have a null pointer error
232  //should have little effect, if its not barrel or endcap, something very bad has happened elsewhere anyways
233  const EcalRecHitCollection *recHits = nullptr;
234  if(photonRef->superCluster()->seed()->hitsAndFractions().at(0).first.subdetId()==EcalBarrel ) recHits = recHitsEBHandle.product();
235  else if( photonRef->superCluster()->seed()->hitsAndFractions().at(0).first.subdetId()==EcalEndcap ) recHits = recHitsEEHandle.product();
236 
237 
238  EcalRecHitCollection selectedRecHits;
239 
240 
241  unsigned nSelectedCells = selectedCells.size();
242  for (unsigned icell = 0 ; icell < nSelectedCells ; ++icell) {
243  EcalRecHitCollection::const_iterator it = recHits->find( selectedCells[icell] );
244  if ( it != recHits->end() ) {
245  selectedRecHits.push_back(*it);
246  }
247  }
248  selectedRecHits.sort();
249  if (embedRecHits_) aPhoton.embedRecHits(& selectedRecHits);
250 
251  // store the match to the generated final state muons
252  if (addGenMatch_) {
253  for(size_t i = 0, n = genMatches.size(); i < n; ++i) {
254  reco::GenParticleRef genPhoton = (*genMatches[i])[photonRef];
255  aPhoton.addGenParticleRef(genPhoton);
256  }
257  if (embedGenMatch_) aPhoton.embedGenParticle();
258  }
259 
260  if (efficiencyLoader_.enabled()) {
261  efficiencyLoader_.setEfficiencies( aPhoton, photonRef );
262  }
263 
264  if (resolutionLoader_.enabled()) {
266  }
267 
268  // here comes the extra functionality
269  if (isolator_.enabled()) {
270  isolator_.fill(*photons, idx, isolatorTmpStorage_);
271  typedef pat::helper::MultiIsolator::IsolationValuePairs IsolationValuePairs;
272  // better to loop backwards, so the vector is resized less times
273  for (IsolationValuePairs::const_reverse_iterator it = isolatorTmpStorage_.rbegin(), ed = isolatorTmpStorage_.rend(); it != ed; ++it) {
274  aPhoton.setIsolation(it->first, it->second);
275  }
276  }
277 
278  for (size_t j = 0, nd = deposits.size(); j < nd; ++j) {
279  aPhoton.setIsoDeposit(isoDepositLabels_[j].first, (*deposits[j])[photonRef]);
280  }
281 
282  for (size_t j = 0; j<isolationValues.size(); ++j) {
283  aPhoton.setIsolation(isolationValueLabels_[j].first,(*isolationValues[j])[photonRef]);
284  }
285 
286  // add photon ID info
287  if (addPhotonID_) {
288  for (size_t i = 0; i < photIDSrcs_.size(); ++i) {
289  ids[i].second = (*idhandles[i])[photonRef];
290  }
291  aPhoton.setPhotonIDs(ids);
292  }
293 
294  if ( useUserData_ ) {
295  userDataHelper_.add( aPhoton, iEvent, iSetup );
296  }
297 
298 
299  // set conversion veto selection
300  bool passelectronveto = false;
301  if( hConversions.isValid()){
302  // this is recommended method
303  passelectronveto = !ConversionTools::hasMatchedPromptElectron(photonRef->superCluster(), hElectrons, hConversions, beamSpotHandle->position());
304  }
305  aPhoton.setPassElectronVeto( passelectronveto );
306 
307 
308  // set electron veto using pixel seed (not recommended but many analysis groups are still using since it is powerful method to remove electrons)
309  aPhoton.setHasPixelSeed( photonRef->hasPixelSeed() );
310 
311  // set seed energy
312  aPhoton.setSeedEnergy( photonRef->superCluster()->seed()->energy() );
313 
314  EcalRegressionData ecalRegData;
315  ecalRegData.fill(*(photonRef->superCluster()),
316  recHitsEBHandle.product(),recHitsEEHandle.product(),
318 
319 
320  // set input variables for regression energy correction
321  aPhoton.setEMax( ecalRegData.eMax() );
322  aPhoton.setE2nd( ecalRegData.e2nd() );
323  aPhoton.setE3x3( ecalRegData.e3x3() );
324  aPhoton.setETop( ecalRegData.eTop() );
325  aPhoton.setEBottom( ecalRegData.eBottom() );
326  aPhoton.setELeft( ecalRegData.eLeft() );
327  aPhoton.setERight( ecalRegData.eRight() );
328  aPhoton.setSee( ecalRegData.sigmaIEtaIEta() );
329  aPhoton.setSep( ecalRegData.sigmaIEtaIPhi()*ecalRegData.sigmaIEtaIEta()*ecalRegData.sigmaIPhiIPhi() ); //there is a conflict on what sigmaIEtaIPhi actually is, regression and ID have it differently, this may change in later releases
330  aPhoton.setSpp( ecalRegData.sigmaIPhiIPhi() );
331 
332  aPhoton.setMaxDR( ecalRegData.maxSubClusDR() );
333  aPhoton.setMaxDRDPhi( ecalRegData.maxSubClusDRDPhi() );
334  aPhoton.setMaxDRDEta( ecalRegData.maxSubClusDRDEta() );
335  aPhoton.setMaxDRRawEnergy( ecalRegData.maxSubClusDRRawEnergy() );
336  aPhoton.setSubClusRawE1( ecalRegData.subClusRawEnergy(EcalRegressionData::SubClusNr::C1) );
337  aPhoton.setSubClusRawE2( ecalRegData.subClusRawEnergy(EcalRegressionData::SubClusNr::C2) );
338  aPhoton.setSubClusRawE3( ecalRegData.subClusRawEnergy(EcalRegressionData::SubClusNr::C3) );
339  aPhoton.setSubClusDPhi1( ecalRegData.subClusDPhi(EcalRegressionData::SubClusNr::C1) );
340  aPhoton.setSubClusDPhi2( ecalRegData.subClusDPhi(EcalRegressionData::SubClusNr::C2) );
341  aPhoton.setSubClusDPhi3( ecalRegData.subClusDPhi(EcalRegressionData::SubClusNr::C3) );
342  aPhoton.setSubClusDEta1( ecalRegData.subClusDEta(EcalRegressionData::SubClusNr::C1) );
343  aPhoton.setSubClusDEta2( ecalRegData.subClusDEta(EcalRegressionData::SubClusNr::C2) );
344  aPhoton.setSubClusDEta3( ecalRegData.subClusDEta(EcalRegressionData::SubClusNr::C3) );
345 
346  aPhoton.setCryPhi( ecalRegData.seedCrysPhiOrY() );
347  aPhoton.setCryEta( ecalRegData.seedCrysEtaOrX() );
348  aPhoton.setIEta( ecalRegData.seedCrysIEtaOrIX() );
349  aPhoton.setIPhi( ecalRegData.seedCrysIPhiOrIY() );
350 
351 
352  // add the Photon to the vector of Photons
353  PATPhotons->push_back(aPhoton);
354  }
355 
356  // sort Photons in ET
357  std::sort(PATPhotons->begin(), PATPhotons->end(), eTComparator_);
358 
359  // put genEvt object in Event
360  std::auto_ptr<std::vector<Photon> > myPhotons(PATPhotons);
361  iEvent.put(myPhotons);
363 
364 }
bool enabled() const
&#39;true&#39; if this there is at least one efficiency configured
float sigmaIPhiIPhi() const
int i
Definition: DBlmapReader.cc:9
const std::vector< float > & subClusRawEnergy() const
Analysis-level Photon class.
Definition: Photon.h:47
pat::PATUserDataHelper< pat::Photon > userDataHelper_
float maxSubClusDRRawEnergy() const
float maxSubClusDRDEta() const
edm::EDGetTokenT< EcalRecHitCollection > reducedEndcapRecHitCollectionToken_
reco::SuperClusterRef superCluster() const
Ref to SuperCluster.
bool getByToken(EDGetToken token, Handle< PROD > &result) const
Definition: Event.h:446
std::vector< edm::Handle< edm::ValueMap< double > > > IsolationValueMaps
std::vector< edm::EDGetTokenT< edm::ValueMap< Bool_t > > > photIDTokens_
void fill(const reco::SuperCluster &superClus, const EcalRecHitCollection *ebRecHits, const EcalRecHitCollection *eeRecHits, const CaloGeometry *geom, const CaloTopology *topology, const reco::VertexCollection *vertices)
edm::EDGetTokenT< reco::BeamSpot > beamLineToken_
static bool hasMatchedPromptElectron(const reco::SuperClusterRef &sc, const edm::Handle< reco::GsfElectronCollection > &eleCol, const edm::Handle< reco::ConversionCollection > &convCol, const math::XYZPoint &beamspot, float lxyMin=2.0, float probMin=1e-6, unsigned int nHitsBeforeVtxMax=0)
edm::EDGetTokenT< edm::View< reco::Photon > > photonToken_
std::vector< EcalRecHit >::const_iterator const_iterator
float eLeft() const
void push_back(T const &t)
float seedCrysPhiOrY() const
std::vector< edm::EDGetTokenT< edm::Association< reco::GenParticleCollection > > > genMatchTokens_
pat::helper::KinResolutionsLoader resolutionLoader_
float sigmaIEtaIEta() const
GreaterByEt< Photon > eTComparator_
const CaloGeometry * ecalGeometry_
float sigmaIEtaIPhi() const
void setResolutions(pat::PATObject< T > &obj) const
Sets the efficiencies for this object, using the reference to the original objects.
bool isRealData() const
Definition: EventBase.h:60
bool enabled() const
&#39;true&#39; if this there is at least one efficiency configured
bool enabled() const
True if it has a non null configuration.
Definition: MultiIsolator.h:50
IsolationLabels isoDepositLabels_
pat::helper::MultiIsolator::IsolationValuePairs isolatorTmpStorage_
void beginEvent(const edm::Event &event, const edm::EventSetup &eventSetup)
const CaloTopology * ecalTopology_
float seedCrysIPhiOrIY() const
IsolationLabels isolationValueLabels_
OrphanHandle< PROD > put(std::auto_ptr< PROD > product)
Put a new product.
Definition: Event.h:113
std::vector< edm::EDGetTokenT< edm::ValueMap< IsoDeposit > > > isoDepositTokens_
pat::helper::EfficiencyLoader efficiencyLoader_
float maxSubClusDR() const
float seedCrysIEtaOrIX() const
int j
Definition: DBlmapReader.cc:9
float maxSubClusDRDPhi() const
std::vector< NameTag > photIDSrcs_
bool first
Definition: L1TdeRCT.cc:75
bool isValid() const
Definition: HandleBase.h:76
std::vector< edm::Handle< edm::ValueMap< IsoDeposit > > > IsoDepositMaps
pat::helper::MultiIsolator isolator_
float seedCrysEtaOrX() const
const_iterator end() const
Definition: DetId.h:18
virtual std::vector< DetId > getWindow(const DetId &id, const int &northSouthSize, const int &eastWestSize) const
T const * product() const
Definition: Handle.h:81
tuple idx
DEBUGGING if hasattr(process,&quot;trackMonIterativeTracking2012&quot;): print &quot;trackMonIterativeTracking2012 D...
bool hasPixelSeed() const
Bool flagging photons having a non-zero size vector of Ref to electornPixel seeds.
Definition: Photon.h:75
const T & get() const
Definition: EventSetup.h:55
void setEfficiencies(pat::PATObject< T > &obj, const R &originalRef) const
Sets the efficiencies for this object, using the reference to the original objects.
const CaloSubdetectorTopology * getSubdetectorTopology(const DetId &id) const
access the subdetector Topology for the given subdetector directly
Definition: CaloTopology.cc:26
const std::vector< float > & subClusDEta() const
std::vector< std::pair< pat::IsolationKeys, float > > IsolationValuePairs
Definition: MultiIsolator.h:16
iterator find(key_type k)
const std::vector< float > & subClusDPhi() const
boost::indirect_iterator< typename seq_t::const_iterator > const_iterator
Definition: View.h:81
size_type size() const
float eRight() const
edm::EDGetTokenT< EcalRecHitCollection > reducedBarrelRecHitCollectionToken_
std::vector< edm::EDGetTokenT< edm::ValueMap< double > > > isolationValueTokens_
void newEvent(const edm::Event &event, const edm::EventSetup &setup) const
To be called for each new event, reads in the EventSetup object.
void newEvent(const edm::Event &event) const
To be called for each new event, reads in the ValueMaps for efficiencies.
float eBottom() const
edm::EDGetTokenT< reco::ConversionCollection > hConversionsToken_
void fill(const edm::View< T > &coll, int idx, IsolationValuePairs &isolations) const
Definition: MultiIsolator.h:82
edm::EDGetTokenT< reco::GsfElectronCollection > electronToken_
template<typename T >
void PATPhotonProducer::readIsolationLabels ( const edm::ParameterSet iConfig,
const char *  psetName,
IsolationLabels labels,
std::vector< edm::EDGetTokenT< edm::ValueMap< T > > > &  tokens 
)
private

fill the labels vector from the contents of the parameter set, for the isodeposit or isolation values embedding

Definition at line 137 of file PATPhotonProducer.h.

References pat::EcalIso, edm::ParameterSet::exists(), edm::ParameterSet::getParameter(), pat::HcalIso, combine::key, diffTwoXMLs::label, pat::PfAllParticleIso, pat::PfChargedAllIso, pat::PfChargedHadronIso, pat::PfGammaIso, pat::PfNeutralHadronIso, pat::PfPUChargedHadronIso, pat::TrackIso, pat::UserBaseIso, and edm::vector_transform().

140  {
141 
142  labels.clear();
143 
144  if (iConfig.exists( psetName )) {
145  edm::ParameterSet depconf
146  = iConfig.getParameter<edm::ParameterSet>(psetName);
147 
148  if (depconf.exists("tracker")) labels.push_back(std::make_pair(pat::TrackIso, depconf.getParameter<edm::InputTag>("tracker")));
149  if (depconf.exists("ecal")) labels.push_back(std::make_pair(pat::EcalIso, depconf.getParameter<edm::InputTag>("ecal")));
150  if (depconf.exists("hcal")) labels.push_back(std::make_pair(pat::HcalIso, depconf.getParameter<edm::InputTag>("hcal")));
151  if (depconf.exists("pfAllParticles")) {
152  labels.push_back(std::make_pair(pat::PfAllParticleIso, depconf.getParameter<edm::InputTag>("pfAllParticles")));
153  }
154  if (depconf.exists("pfChargedHadrons")) {
155  labels.push_back(std::make_pair(pat::PfChargedHadronIso, depconf.getParameter<edm::InputTag>("pfChargedHadrons")));
156  }
157  if (depconf.exists("pfChargedAll")) {
158  labels.push_back(std::make_pair(pat::PfChargedAllIso, depconf.getParameter<edm::InputTag>("pfChargedAll")));
159  }
160  if (depconf.exists("pfPUChargedHadrons")) {
161  labels.push_back(std::make_pair(pat::PfPUChargedHadronIso, depconf.getParameter<edm::InputTag>("pfPUChargedHadrons")));
162  }
163  if (depconf.exists("pfNeutralHadrons")) {
164  labels.push_back(std::make_pair(pat::PfNeutralHadronIso, depconf.getParameter<edm::InputTag>("pfNeutralHadrons")));
165  }
166  if (depconf.exists("pfPhotons")) {
167  labels.push_back(std::make_pair(pat::PfGammaIso, depconf.getParameter<edm::InputTag>("pfPhotons")));
168  }
169  if (depconf.exists("user")) {
170  std::vector<edm::InputTag> userdeps = depconf.getParameter<std::vector<edm::InputTag> >("user");
171  std::vector<edm::InputTag>::const_iterator it = userdeps.begin(), ed = userdeps.end();
172  int key = UserBaseIso;
173  for ( ; it != ed; ++it, ++key) {
174  labels.push_back(std::make_pair(IsolationKeys(key), *it));
175  }
176  }
177  }
178 
179  tokens = edm::vector_transform(labels, [this](IsolationLabel const & label){return consumes<edm::ValueMap<T> >(label.second);});
180 
181 }
T getParameter(std::string const &) const
std::pair< pat::IsolationKeys, edm::InputTag > IsolationLabel
bool exists(std::string const &parameterName) const
checks if a parameter exists
IsolationKeys
Enum defining isolation keys.
Definition: Isolation.h:9
auto vector_transform(std::vector< InputType > const &input, Function predicate) -> std::vector< typename std::remove_cv< typename std::remove_reference< decltype(predicate(input.front()))>::type >::type >
Definition: transform.h:11
list key
Definition: combine.py:13

Member Data Documentation

bool pat::PATPhotonProducer::addEfficiencies_
private

Definition at line 110 of file PATPhotonProducer.h.

bool pat::PATPhotonProducer::addGenMatch_
private

Definition at line 83 of file PATPhotonProducer.h.

Referenced by PATPhotonProducer(), and produce().

bool pat::PATPhotonProducer::addPhotonID_
private

Definition at line 116 of file PATPhotonProducer.h.

Referenced by produce().

bool pat::PATPhotonProducer::addResolutions_
private

Definition at line 113 of file PATPhotonProducer.h.

edm::EDGetTokenT<reco::BeamSpot> pat::PATPhotonProducer::beamLineToken_
private

Definition at line 70 of file PATPhotonProducer.h.

Referenced by PATPhotonProducer(), and produce().

const CaloGeometry* pat::PATPhotonProducer::ecalGeometry_
private

Definition at line 125 of file PATPhotonProducer.h.

Referenced by produce().

const CaloTopology* pat::PATPhotonProducer::ecalTopology_
private

Definition at line 124 of file PATPhotonProducer.h.

Referenced by produce().

EcalClusterLocal pat::PATPhotonProducer::ecl_
private

Definition at line 126 of file PATPhotonProducer.h.

pat::helper::EfficiencyLoader pat::PATPhotonProducer::efficiencyLoader_
private

Definition at line 111 of file PATPhotonProducer.h.

Referenced by produce().

edm::EDGetTokenT<reco::GsfElectronCollection> pat::PATPhotonProducer::electronToken_
private

Definition at line 68 of file PATPhotonProducer.h.

Referenced by PATPhotonProducer(), and produce().

bool pat::PATPhotonProducer::embedBasicClusters_
private

Definition at line 74 of file PATPhotonProducer.h.

Referenced by PATPhotonProducer(), and produce().

bool pat::PATPhotonProducer::embedGenMatch_
private

Definition at line 84 of file PATPhotonProducer.h.

Referenced by PATPhotonProducer(), and produce().

bool pat::PATPhotonProducer::embedPreshowerClusters_
private

Definition at line 75 of file PATPhotonProducer.h.

Referenced by PATPhotonProducer(), and produce().

bool pat::PATPhotonProducer::embedRecHits_
private

Definition at line 76 of file PATPhotonProducer.h.

Referenced by PATPhotonProducer(), and produce().

bool pat::PATPhotonProducer::embedSeedCluster_
private

Definition at line 73 of file PATPhotonProducer.h.

Referenced by PATPhotonProducer(), and produce().

bool pat::PATPhotonProducer::embedSuperCluster_
private

Definition at line 72 of file PATPhotonProducer.h.

Referenced by PATPhotonProducer(), and produce().

GreaterByEt<Photon> pat::PATPhotonProducer::eTComparator_
private

Definition at line 88 of file PATPhotonProducer.h.

Referenced by produce().

std::vector<edm::EDGetTokenT<edm::Association<reco::GenParticleCollection> > > pat::PATPhotonProducer::genMatchTokens_
private

Definition at line 85 of file PATPhotonProducer.h.

Referenced by PATPhotonProducer(), and produce().

edm::EDGetTokenT<reco::ConversionCollection> pat::PATPhotonProducer::hConversionsToken_
private

Definition at line 69 of file PATPhotonProducer.h.

Referenced by PATPhotonProducer(), and produce().

IsolationLabels pat::PATPhotonProducer::isoDepositLabels_
private

Definition at line 100 of file PATPhotonProducer.h.

Referenced by produce().

std::vector<edm::EDGetTokenT<edm::ValueMap<IsoDeposit> > > pat::PATPhotonProducer::isoDepositTokens_
private

Definition at line 97 of file PATPhotonProducer.h.

Referenced by produce().

IsolationLabels pat::PATPhotonProducer::isolationValueLabels_
private

Definition at line 101 of file PATPhotonProducer.h.

Referenced by produce().

std::vector<edm::EDGetTokenT<edm::ValueMap<double> > > pat::PATPhotonProducer::isolationValueTokens_
private

Definition at line 98 of file PATPhotonProducer.h.

Referenced by produce().

pat::helper::MultiIsolator pat::PATPhotonProducer::isolator_
private

Definition at line 95 of file PATPhotonProducer.h.

Referenced by produce().

pat::helper::MultiIsolator::IsolationValuePairs pat::PATPhotonProducer::isolatorTmpStorage_
private

Definition at line 96 of file PATPhotonProducer.h.

Referenced by produce().

std::vector<NameTag> pat::PATPhotonProducer::photIDSrcs_
private

Definition at line 118 of file PATPhotonProducer.h.

Referenced by produce().

std::vector<edm::EDGetTokenT<edm::ValueMap<Bool_t> > > pat::PATPhotonProducer::photIDTokens_
private

Definition at line 119 of file PATPhotonProducer.h.

Referenced by produce().

edm::EDGetTokenT<edm::View<reco::Photon> > pat::PATPhotonProducer::photonToken_
private

Definition at line 67 of file PATPhotonProducer.h.

Referenced by PATPhotonProducer(), and produce().

edm::InputTag pat::PATPhotonProducer::reducedBarrelRecHitCollection_
private

Definition at line 78 of file PATPhotonProducer.h.

Referenced by PATPhotonProducer().

edm::EDGetTokenT<EcalRecHitCollection> pat::PATPhotonProducer::reducedBarrelRecHitCollectionToken_
private

Definition at line 79 of file PATPhotonProducer.h.

Referenced by PATPhotonProducer(), and produce().

edm::InputTag pat::PATPhotonProducer::reducedEndcapRecHitCollection_
private

Definition at line 80 of file PATPhotonProducer.h.

Referenced by PATPhotonProducer().

edm::EDGetTokenT<EcalRecHitCollection> pat::PATPhotonProducer::reducedEndcapRecHitCollectionToken_
private

Definition at line 81 of file PATPhotonProducer.h.

Referenced by PATPhotonProducer(), and produce().

pat::helper::KinResolutionsLoader pat::PATPhotonProducer::resolutionLoader_
private

Definition at line 114 of file PATPhotonProducer.h.

Referenced by produce().

pat::PATUserDataHelper<pat::Photon> pat::PATPhotonProducer::userDataHelper_
private

Definition at line 122 of file PATPhotonProducer.h.

Referenced by produce().

bool pat::PATPhotonProducer::useUserData_
private

Definition at line 121 of file PATPhotonProducer.h.

Referenced by produce().