CMS 3D CMS Logo

List of all members | Public Member Functions | Static Public Member Functions | Private Member Functions | Private Attributes
EGEnergyAnalyzer Class Reference

#include <GBRWrap/EGEnergyAnalyzer/src/EGEnergyAnalyzer.cc>

Inheritance diagram for EGEnergyAnalyzer:
edm::one::EDAnalyzer<> edm::one::EDAnalyzerBase edm::EDConsumerBase

Public Member Functions

 EGEnergyAnalyzer (const edm::ParameterSet &)
 
 ~EGEnergyAnalyzer () override
 
- Public Member Functions inherited from edm::one::EDAnalyzer<>
 EDAnalyzer ()=default
 
SerialTaskQueueglobalLuminosityBlocksQueue () final
 
SerialTaskQueueglobalRunsQueue () final
 
bool wantsGlobalLuminosityBlocks () const final
 
bool wantsGlobalRuns () const final
 
- Public Member Functions inherited from edm::one::EDAnalyzerBase
void callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func)
 
 EDAnalyzerBase ()
 
ModuleDescription const & moduleDescription () const
 
bool wantsStreamLuminosityBlocks () const
 
bool wantsStreamRuns () const
 
 ~EDAnalyzerBase () override
 
- Public Member Functions inherited from edm::EDConsumerBase
std::vector< ConsumesInfoconsumesInfo () const
 
void convertCurrentProcessAlias (std::string const &processName)
 Convert "@currentProcess" in InputTag process names to the actual current process name. More...
 
 EDConsumerBase ()
 
 EDConsumerBase (EDConsumerBase &&)=default
 
 EDConsumerBase (EDConsumerBase const &)=delete
 
ESProxyIndex const * esGetTokenIndices (edm::Transition iTrans) const
 
ProductResolverIndexAndSkipBit indexFrom (EDGetToken, BranchType, TypeID const &) const
 
void itemsMayGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const
 
void itemsToGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const
 
std::vector< ProductResolverIndexAndSkipBit > const & itemsToGetFrom (BranchType iType) const
 
void labelsForToken (EDGetToken iToken, Labels &oLabels) const
 
void modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const
 
EDConsumerBaseoperator= (EDConsumerBase &&)=default
 
EDConsumerBase const & operator= (EDConsumerBase const &)=delete
 
bool registeredToConsume (ProductResolverIndex, bool, BranchType) const
 
bool registeredToConsumeMany (TypeID const &, BranchType) const
 
ProductResolverIndexAndSkipBit uncheckedIndexFrom (EDGetToken) const
 
void updateLookup (BranchType iBranchType, ProductResolverIndexHelper const &, bool iPrefetchMayGet)
 
void updateLookup (eventsetup::ESRecordsToProxyIndices const &)
 
virtual ~EDConsumerBase () noexcept(false)
 

Static Public Member Functions

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

Private Member Functions

void analyze (const edm::Event &, const edm::EventSetup &) override
 
void beginJob () override
 
void endJob () override
 

Private Attributes

EGEnergyCorrector cordb
 
EGEnergyCorrector corfile
 
edm::EDGetTokenT< EcalRecHitCollectionebRHToken_
 
edm::EDGetTokenT< EcalRecHitCollectioneeRHToken_
 

Additional Inherited Members

- Public Types inherited from edm::one::EDAnalyzerBase
typedef EDAnalyzerBase ModuleType
 
- Public Types inherited from edm::EDConsumerBase
typedef ProductLabels Labels
 
- Protected Member Functions inherited from edm::EDConsumerBase
EDGetToken consumes (const TypeToGet &id, edm::InputTag const &tag)
 
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > consumes (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 ESProduct , typename ESRecord , Transition Tr = Transition::Event>
auto esConsumes ()
 
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event>
auto esConsumes (ESInputTag const &tag)
 
EDGetToken mayConsume (const TypeToGet &id, edm::InputTag const &tag)
 
template<BranchType B>
EDGetToken mayConsume (const TypeToGet &id, edm::InputTag const &tag)
 
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > mayConsume (edm::InputTag const &tag)
 

Detailed Description

Description: [one line class summary]

Implementation: [Notes on implementation]

Definition at line 46 of file EGEnergyAnalyzer.cc.

Constructor & Destructor Documentation

◆ EGEnergyAnalyzer()

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

Definition at line 64 of file EGEnergyAnalyzer.cc.

64  {
65  ebRHToken_ = consumes<EcalRecHitCollection>(edm::InputTag("reducedEcalRecHitsEB"));
66  eeRHToken_ = consumes<EcalRecHitCollection>(edm::InputTag("reducedEcalRecHitsEE"));
67 }

References ebRHToken_, and eeRHToken_.

◆ ~EGEnergyAnalyzer()

EGEnergyAnalyzer::~EGEnergyAnalyzer ( )
override

Definition at line 69 of file EGEnergyAnalyzer.cc.

69  {
70  // do anything here that needs to be done at desctruction time
71  // (e.g. close files, deallocate resources etc.)
72 }

Member Function Documentation

◆ analyze()

void EGEnergyAnalyzer::analyze ( const edm::Event iEvent,
const edm::EventSetup iSetup 
)
overrideprivatevirtual

Implements edm::one::EDAnalyzerBase.

Definition at line 79 of file EGEnergyAnalyzer.cc.

79  {
80  using namespace edm;
81 
82  if (!corfile.IsInitialized()) {
83  corfile.Initialize(iSetup, "/afs/cern.ch/user/b/bendavid/cmspublic/gbrv3ph.root");
84  //corfile.Initialize(iSetup,"wgbrph",true);
85  }
86 
87  if (!cordb.IsInitialized()) {
88  //cordb.Initialize(iSetup,"/afs/cern.ch/user/b/bendavid/cmspublic/regweights/gbrph.root");
89  cordb.Initialize(iSetup, "wgbrph", true);
90  }
91 
92  // get photon collection
93  Handle<reco::PhotonCollection> hPhotonProduct;
94  iEvent.getByLabel("photons", hPhotonProduct);
95 
96  EcalClusterLazyTools lazyTools(iEvent, iSetup, ebRHToken_, eeRHToken_);
97 
98  Handle<reco::VertexCollection> hVertexProduct;
99  iEvent.getByLabel("offlinePrimaryVerticesWithBS", hVertexProduct);
100 
101  for (reco::PhotonCollection::const_iterator it = hPhotonProduct->begin(); it != hPhotonProduct->end(); ++it) {
102  std::pair<double, double> corsfile = corfile.CorrectedEnergyWithError(*it, *hVertexProduct, lazyTools, iSetup);
103  std::pair<double, double> corsdb = cordb.CorrectedEnergyWithError(*it, *hVertexProduct, lazyTools, iSetup);
104 
105  printf("file: default = %5f, correction = %5f, uncertainty = %5f\n", it->energy(), corsfile.first, corsfile.second);
106  printf("db: default = %5f, correction = %5f, uncertainty = %5f\n", it->energy(), corsdb.first, corsdb.second);
107  }
108 }

References cordb, corfile, EGEnergyCorrector::CorrectedEnergyWithError(), ebRHToken_, eeRHToken_, iEvent, EGEnergyCorrector::Initialize(), and EGEnergyCorrector::IsInitialized().

◆ beginJob()

void EGEnergyAnalyzer::beginJob ( void  )
overrideprivatevirtual

Reimplemented from edm::one::EDAnalyzerBase.

Definition at line 111 of file EGEnergyAnalyzer.cc.

111 {}

◆ endJob()

void EGEnergyAnalyzer::endJob ( void  )
overrideprivatevirtual

Reimplemented from edm::one::EDAnalyzerBase.

Definition at line 114 of file EGEnergyAnalyzer.cc.

114 {}

◆ fillDescriptions()

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

Definition at line 117 of file EGEnergyAnalyzer.cc.

117  {
118  //The following says we do not know what parameters are allowed so do no validation
119  // Please change this to state exactly what you do use, even if it is no parameters
121  desc.setUnknown();
122  descriptions.addDefault(desc);
123 }

References edm::ConfigurationDescriptions::addDefault(), and edm::ParameterSetDescription::setUnknown().

Member Data Documentation

◆ cordb

EGEnergyCorrector EGEnergyAnalyzer::cordb
private

Definition at line 59 of file EGEnergyAnalyzer.cc.

Referenced by analyze().

◆ corfile

EGEnergyCorrector EGEnergyAnalyzer::corfile
private

Definition at line 58 of file EGEnergyAnalyzer.cc.

Referenced by analyze().

◆ ebRHToken_

edm::EDGetTokenT<EcalRecHitCollection> EGEnergyAnalyzer::ebRHToken_
private

Definition at line 61 of file EGEnergyAnalyzer.cc.

Referenced by analyze(), and EGEnergyAnalyzer().

◆ eeRHToken_

edm::EDGetTokenT<EcalRecHitCollection> EGEnergyAnalyzer::eeRHToken_
private

Definition at line 61 of file EGEnergyAnalyzer.cc.

Referenced by analyze(), and EGEnergyAnalyzer().

EGEnergyCorrector::Initialize
void Initialize(const edm::EventSetup &iSetup, std::string regweights, bool weightsFromDB=false)
Definition: EGEnergyCorrector.cc:47
EGEnergyAnalyzer::corfile
EGEnergyCorrector corfile
Definition: EGEnergyAnalyzer.cc:58
edm
HLT enums.
Definition: AlignableModifier.h:19
edm::ParameterSetDescription
Definition: ParameterSetDescription.h:52
edm::Handle< reco::PhotonCollection >
EGEnergyAnalyzer::eeRHToken_
edm::EDGetTokenT< EcalRecHitCollection > eeRHToken_
Definition: EGEnergyAnalyzer.cc:61
EGEnergyAnalyzer::ebRHToken_
edm::EDGetTokenT< EcalRecHitCollection > ebRHToken_
Definition: EGEnergyAnalyzer.cc:61
EcalClusterLazyTools
EGEnergyCorrector::IsInitialized
Bool_t IsInitialized() const
Definition: EGEnergyCorrector.h:27
EGEnergyAnalyzer::cordb
EGEnergyCorrector cordb
Definition: EGEnergyAnalyzer.cc:59
EGEnergyCorrector::CorrectedEnergyWithError
std::pair< double, double > CorrectedEnergyWithError(const reco::Photon &p, const reco::VertexCollection &vtxcol, EcalClusterLazyTools &clustertools, const edm::EventSetup &es)
Definition: EGEnergyCorrector.cc:95
iEvent
int iEvent
Definition: GenABIO.cc:224
edm::ParameterSetDescription::setUnknown
void setUnknown()
Definition: ParameterSetDescription.cc:39
edm::ConfigurationDescriptions::addDefault
void addDefault(ParameterSetDescription const &psetDescription)
Definition: ConfigurationDescriptions.cc:99
edm::InputTag
Definition: InputTag.h:15