CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Public Attributes
PFCandMETcorrInputProducer::binningEntryType Struct Reference

Public Member Functions

 binningEntryType ()
 
 binningEntryType (const edm::ParameterSet &cfg)
 
 ~binningEntryType ()
 

Public Attributes

std::string binLabel_
 
StringCutObjectSelector
< reco::Candidate::LorentzVector > * 
binSelection_
 
CorrMETData binUnclEnergySum_
 

Detailed Description

Definition at line 47 of file PFCandMETcorrInputProducer.h.

Constructor & Destructor Documentation

PFCandMETcorrInputProducer::binningEntryType::binningEntryType ( )
inline

Definition at line 49 of file PFCandMETcorrInputProducer.h.

50  : binLabel_(""),
51  binSelection_(0)
52  {}
StringCutObjectSelector< reco::Candidate::LorentzVector > * binSelection_
PFCandMETcorrInputProducer::binningEntryType::binningEntryType ( const edm::ParameterSet cfg)
inline

Definition at line 53 of file PFCandMETcorrInputProducer.h.

54  : binLabel_(cfg.getParameter<std::string>("binLabel")),
56  {}
T getParameter(std::string const &) const
StringCutObjectSelector< reco::Candidate::LorentzVector > * binSelection_
PFCandMETcorrInputProducer::binningEntryType::~binningEntryType ( )
inline

Definition at line 57 of file PFCandMETcorrInputProducer.h.

References binSelection_.

58  {
59  delete binSelection_;
60  }
StringCutObjectSelector< reco::Candidate::LorentzVector > * binSelection_

Member Data Documentation

std::string PFCandMETcorrInputProducer::binningEntryType::binLabel_

Definition at line 61 of file PFCandMETcorrInputProducer.h.

StringCutObjectSelector<reco::Candidate::LorentzVector>* PFCandMETcorrInputProducer::binningEntryType::binSelection_

Definition at line 62 of file PFCandMETcorrInputProducer.h.

Referenced by ~binningEntryType().

CorrMETData PFCandMETcorrInputProducer::binningEntryType::binUnclEnergySum_

Definition at line 63 of file PFCandMETcorrInputProducer.h.