CMS 3D CMS Logo

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

#include <StEvtSolution.h>

Public Member Functions

bool getBestSol () const
 
pat::Jet getBottom () const
 
int getChangeBL () const
 
double getChi2Prob () const
 
std::string getDecay () const
 
double getDeltaRB () const
 
double getDeltaRL () const
 
pat::Electron getElectron () const
 
pat::Particle getFitBottom () const
 
reco::Particle getFitLept () const
 
pat::Particle getFitLepton () const
 
reco::Particle getFitLepW () const
 
pat::Particle getFitLight () const
 
pat::Particle getFitNeutrino () const
 
const reco::GenParticlegetGenBottom () const
 
const edm::RefProd< StGenEvent > & getGenEvent () const
 
const reco::GenParticlegetGenLept () const
 
const reco::GenParticlegetGenLepton () const
 
const reco::GenParticlegetGenLepW () const
 
const reco::GenParticlegetGenNeutrino () const
 
reco::Particle getLept () const
 
reco::Particle getLepW () const
 
pat::Jet getLight () const
 
pat::Muon getMuon () const
 
pat::MET getNeutrino () const
 
double getPtrueBhadrSel () const
 
double getPtrueBJetSel () const
 
double getPtrueCombExist () const
 
double getPtrueJetComb () const
 
pat::Jet getRecBottom () const
 
pat::Electron getRecElectron () const
 
reco::Particle getRecLept () const
 
reco::Particle getRecLepW () const
 
pat::Jet getRecLight () const
 
pat::Muon getRecMuon () const
 
pat::MET getRecNeutrino () const
 
std::vector< double > getScanValues () const
 
double getSignalLRTot () const
 
double getSignalPur () const
 
double getSumDeltaRjp () const
 
 StEvtSolution ()
 
virtual ~StEvtSolution ()
 

Protected Member Functions

void setBestSol (bool bs)
 
void setBottom (const edm::Handle< std::vector< pat::Jet > > &jet, int i)
 
void setChangeBL (int bl)
 
void setChi2Prob (double prob)
 
void setDeltaRB (double adr)
 
void setDeltaRL (double adr)
 
void setElectron (const edm::Handle< std::vector< pat::Electron > > &elec, int i)
 
void setFitBottom (const pat::Particle &part)
 
void setFitLepton (const pat::Particle &part)
 
void setFitLight (const pat::Particle &part)
 
void setFitNeutrino (const pat::Particle &part)
 
void setGenEvt (const edm::Handle< StGenEvent > &)
 
void setJetCorrectionScheme (int scheme)
 
void setLight (const edm::Handle< std::vector< pat::Jet > > &jet, int i)
 
void setMuon (const edm::Handle< std::vector< pat::Muon > > &muon, int i)
 
void setNeutrino (const edm::Handle< std::vector< pat::MET > > &met, int i)
 
void setPtrueBhadrSel (double pbh)
 
void setPtrueBJetSel (double pbs)
 
void setPtrueCombExist (double pce)
 
void setPtrueJetComb (double pt)
 
void setScanValues (const std::vector< double > &)
 
void setSignalLRTot (double lrt)
 
void setSignalPurity (double pur)
 
void setSumDeltaRjp (double sdr)
 

Private Attributes

bool bestSol_
 
edm::Ref< std::vector< pat::Jet > > bottom_
 
int changeBL_
 
double chi2Prob_
 
std::string decay_
 
double deltaRB_
 
double deltaRL_
 
edm::Ref< std::vector
< pat::Electron > > 
electron_
 
std::vector< pat::ParticlefitBottom_
 
std::vector< pat::ParticlefitLepton_
 
std::vector< pat::ParticlefitLight_
 
std::vector< pat::ParticlefitNeutrino_
 
int jetCorrScheme_
 
edm::Ref< std::vector< pat::Jet > > light_
 
edm::Ref< std::vector
< pat::Muon > > 
muon_
 
edm::Ref< std::vector< pat::MET > > neutrino_
 
double pTrueBhadrSel_
 
double pTrueBJetSel_
 
double pTrueCombExist_
 
double pTrueJetComb_
 
std::vector< double > scanValues_
 
double signalLRTot_
 
double signalPur_
 
double sumDeltaRjp_
 
edm::RefProd< StGenEventtheGenEvt_
 

Friends

class StEvtSolutionMaker
 
class StKinFitter
 

Detailed Description

Definition at line 21 of file StEvtSolution.h.

Constructor & Destructor Documentation

StEvtSolution::StEvtSolution ( )

Definition at line 7 of file StEvtSolution.cc.

References bestSol_, changeBL_, chi2Prob_, deltaRB_, deltaRL_, jetCorrScheme_, pTrueBhadrSel_, pTrueBJetSel_, pTrueCombExist_, pTrueJetComb_, signalLRTot_, signalPur_, and sumDeltaRjp_.

8 {
9  jetCorrScheme_ = 0;
10  chi2Prob_ = -999.;
11  pTrueCombExist_ = -999.;
12  pTrueBJetSel_ = -999.;
13  pTrueBhadrSel_ = -999.;
14  pTrueJetComb_ = -999.;
15  signalPur_ = -999.;
16  signalLRTot_ = -999.;
17  sumDeltaRjp_ = -999.;
18  deltaRB_ = -999.;
19  deltaRL_ = -999.;
20  changeBL_ = -999 ;
21  bestSol_ = false;
22 }
double pTrueJetComb_
double signalLRTot_
double pTrueBhadrSel_
double sumDeltaRjp_
double pTrueCombExist_
double pTrueBJetSel_
StEvtSolution::~StEvtSolution ( )
virtual

Definition at line 24 of file StEvtSolution.cc.

25 {
26 }

Member Function Documentation

bool StEvtSolution::getBestSol ( ) const
inline

Definition at line 94 of file StEvtSolution.h.

References bestSol_.

94 { return bestSol_; }
pat::Jet StEvtSolution::getBottom ( ) const

Definition at line 31 of file StEvtSolution.cc.

References bottom_, and jetCorrScheme_.

Referenced by StKinFitter::addKinFitInfo(), getLept(), and getRecBottom().

32 {
33  // WARNING this is obsolete and only
34  // kept for backwards compatibility
35  if(jetCorrScheme_==1){
36  //jet calibrated according to MC truth
37  return bottom_->correctedJet("HAD", "B");
38  }
39  else if(jetCorrScheme_==2){
40  return bottom_->correctedJet("HAD", "B");
41  }
42  else{
43  return *bottom_;
44  }
45 }
edm::Ref< std::vector< pat::Jet > > bottom_
int StEvtSolution::getChangeBL ( ) const
inline

Definition at line 93 of file StEvtSolution.h.

References changeBL_.

93 { return changeBL_; }
double StEvtSolution::getChi2Prob ( ) const
inline

Definition at line 83 of file StEvtSolution.h.

References chi2Prob_.

83 { return chi2Prob_; }
std::string StEvtSolution::getDecay ( ) const
inline

Definition at line 77 of file StEvtSolution.h.

References decay_.

Referenced by StKinFitter::addKinFitInfo(), getLept(), getLepW(), and getRecLept().

77 { return decay_; }
std::string decay_
double StEvtSolution::getDeltaRB ( ) const
inline

Definition at line 91 of file StEvtSolution.h.

References deltaRB_.

91 { return deltaRB_; }
double StEvtSolution::getDeltaRL ( ) const
inline

Definition at line 92 of file StEvtSolution.h.

References deltaRL_.

92 { return deltaRL_; }
pat::Electron StEvtSolution::getElectron ( ) const
inline

Definition at line 37 of file StEvtSolution.h.

References electron_.

Referenced by StKinFitter::addKinFitInfo(), getLept(), getLepW(), getRecElectron(), and getRecLept().

37 { return *electron_; };
edm::Ref< std::vector< pat::Electron > > electron_
pat::Particle StEvtSolution::getFitBottom ( ) const
inline

Definition at line 67 of file StEvtSolution.h.

References fitBottom_.

Referenced by getFitLept().

67 { return (fitBottom_.size()>0 ? fitBottom_.front() : pat::Particle()); };
Analysis-level particle class.
Definition: Particle.h:32
std::vector< pat::Particle > fitBottom_
reco::Particle StEvtSolution::getFitLept ( ) const

Definition at line 143 of file StEvtSolution.cc.

References getFitBottom(), getFitLepton(), getFitNeutrino(), and p4.

144 {
145  // FIXME: provide the correct charge from generated event
146  return reco::Particle(0, this->getFitLepton().p4()+this->getFitNeutrino().p4()+this->getFitBottom().p4());
147 }
pat::Particle getFitLepton() const
Definition: StEvtSolution.h:69
double p4[4]
Definition: TauolaWrapper.h:92
pat::Particle getFitNeutrino() const
Definition: StEvtSolution.h:70
pat::Particle getFitBottom() const
Definition: StEvtSolution.h:67
pat::Particle StEvtSolution::getFitLepton ( ) const
inline

Definition at line 69 of file StEvtSolution.h.

References fitLepton_.

Referenced by getFitLept(), and getFitLepW().

69 { return (fitLepton_.size()>0 ? fitLepton_.front() : pat::Particle()); };
std::vector< pat::Particle > fitLepton_
Analysis-level particle class.
Definition: Particle.h:32
reco::Particle StEvtSolution::getFitLepW ( ) const

Definition at line 137 of file StEvtSolution.cc.

References getFitLepton(), getFitNeutrino(), and p4.

138 {
139  // FIXME: provide the correct charge from generated event
140  return reco::Particle(0, this->getFitLepton().p4()+this->getFitNeutrino().p4());
141 }
pat::Particle getFitLepton() const
Definition: StEvtSolution.h:69
double p4[4]
Definition: TauolaWrapper.h:92
pat::Particle getFitNeutrino() const
Definition: StEvtSolution.h:70
pat::Particle StEvtSolution::getFitLight ( ) const
inline

Definition at line 68 of file StEvtSolution.h.

References fitLight_.

68 { return (fitLight_.size()>0 ? fitLight_.front() : pat::Particle()); };
std::vector< pat::Particle > fitLight_
Analysis-level particle class.
Definition: Particle.h:32
pat::Particle StEvtSolution::getFitNeutrino ( ) const
inline

Definition at line 70 of file StEvtSolution.h.

References fitNeutrino_.

Referenced by getFitLept(), and getFitLepW().

70 { return (fitNeutrino_.size()>0 ? fitNeutrino_.front() : pat::Particle()); };
std::vector< pat::Particle > fitNeutrino_
Analysis-level particle class.
Definition: Particle.h:32
const reco::GenParticle * StEvtSolution::getGenBottom ( ) const

Definition at line 85 of file StEvtSolution.cc.

References theGenEvt_.

86 {
87  if(!theGenEvt_) return 0;
88  else return theGenEvt_->decayB();
89 }
edm::RefProd< StGenEvent > theGenEvt_
const edm::RefProd<StGenEvent>& StEvtSolution::getGenEvent ( ) const
inline

Definition at line 45 of file StEvtSolution.h.

References theGenEvt_.

45 { return theGenEvt_; };
edm::RefProd< StGenEvent > theGenEvt_
const reco::GenParticle * StEvtSolution::getGenLept ( ) const

Definition at line 116 of file StEvtSolution.cc.

References theGenEvt_.

117 {
118  if (!theGenEvt_) return 0;
119  else return theGenEvt_->singleTop();
120 }
edm::RefProd< StGenEvent > theGenEvt_
const reco::GenParticle * StEvtSolution::getGenLepton ( ) const

Definition at line 98 of file StEvtSolution.cc.

References theGenEvt_.

99 {
100  if(!theGenEvt_) return 0;
101  else return theGenEvt_->singleLepton();
102 }
edm::RefProd< StGenEvent > theGenEvt_
const reco::GenParticle * StEvtSolution::getGenLepW ( ) const

Definition at line 110 of file StEvtSolution.cc.

References theGenEvt_.

111 {
112  if (!theGenEvt_) return 0;
113  else return theGenEvt_->singleW();
114 }
edm::RefProd< StGenEvent > theGenEvt_
const reco::GenParticle * StEvtSolution::getGenNeutrino ( ) const

Definition at line 104 of file StEvtSolution.cc.

References theGenEvt_.

105 {
106  if(!theGenEvt_) return 0;
107  else return theGenEvt_->singleNeutrino();
108 }
edm::RefProd< StGenEvent > theGenEvt_
reco::Particle StEvtSolution::getLept ( ) const

Definition at line 72 of file StEvtSolution.cc.

References getBottom(), getDecay(), getElectron(), getMuon(), getNeutrino(), AlCaHLTBitMon_ParallelJobs::p, and p4.

73 {
74  // FIXME: the charge from the genevent
76  if(this->getDecay() == "muon") p=reco::Particle(0, this->getMuon().p4()+this->getNeutrino().p4()+this->getBottom().p4(), math::XYZPoint());
77  if(this->getDecay() == "electron") p=reco::Particle(0, this->getElectron().p4()+this->getNeutrino().p4()+this->getBottom().p4(), math::XYZPoint());
78  return p;
79 }
pat::Muon getMuon() const
Definition: StEvtSolution.h:36
pat::Jet getBottom() const
double p4[4]
Definition: TauolaWrapper.h:92
std::string getDecay() const
Definition: StEvtSolution.h:77
pat::MET getNeutrino() const
Definition: StEvtSolution.h:38
XYZPointD XYZPoint
point in space with cartesian internal representation
Definition: Point3D.h:12
pat::Electron getElectron() const
Definition: StEvtSolution.h:37
reco::Particle StEvtSolution::getLepW ( ) const

Definition at line 63 of file StEvtSolution.cc.

References getDecay(), getElectron(), getMuon(), getNeutrino(), AlCaHLTBitMon_ParallelJobs::p, and p4.

Referenced by getRecLepW().

64 {
65  // FIXME: the charge from the genevent
67  if(this->getDecay() == "muon") p=reco::Particle(0, this->getMuon().p4()+this->getNeutrino().p4(), math::XYZPoint());
68  if(this->getDecay() == "electron") p=reco::Particle(0, this->getElectron().p4()+this->getNeutrino().p4(), math::XYZPoint());
69  return p;
70 }
pat::Muon getMuon() const
Definition: StEvtSolution.h:36
double p4[4]
Definition: TauolaWrapper.h:92
std::string getDecay() const
Definition: StEvtSolution.h:77
pat::MET getNeutrino() const
Definition: StEvtSolution.h:38
XYZPointD XYZPoint
point in space with cartesian internal representation
Definition: Point3D.h:12
pat::Electron getElectron() const
Definition: StEvtSolution.h:37
pat::Jet StEvtSolution::getLight ( ) const

Definition at line 47 of file StEvtSolution.cc.

References jetCorrScheme_, and light_.

Referenced by StKinFitter::addKinFitInfo(), and getRecLight().

48 {
49  // WARNING this is obsolete and only
50  // kept for backwards compatibility
51  if(jetCorrScheme_==1){
52  //jet calibrated according to MC truth
53  return light_->correctedJet("HAD", "UDS");
54  }
55  else if(jetCorrScheme_==2){
56  return light_->correctedJet("HAD", "UDS");
57  }
58  else{
59  return *light_;
60  }
61 }
edm::Ref< std::vector< pat::Jet > > light_
pat::Muon StEvtSolution::getMuon ( ) const
inline

Definition at line 36 of file StEvtSolution.h.

References muon_.

Referenced by StKinFitter::addKinFitInfo(), getLept(), getLepW(), getRecLept(), and getRecMuon().

36 { return *muon_; };
edm::Ref< std::vector< pat::Muon > > muon_
pat::MET StEvtSolution::getNeutrino ( ) const
inline

Definition at line 38 of file StEvtSolution.h.

References neutrino_.

Referenced by StKinFitter::addKinFitInfo(), getLept(), getLepW(), getRecLept(), and getRecNeutrino().

38 { return *neutrino_; };
edm::Ref< std::vector< pat::MET > > neutrino_
double StEvtSolution::getPtrueBhadrSel ( ) const
inline

Definition at line 86 of file StEvtSolution.h.

References pTrueBhadrSel_.

86 { return pTrueBhadrSel_; }
double pTrueBhadrSel_
double StEvtSolution::getPtrueBJetSel ( ) const
inline

Definition at line 85 of file StEvtSolution.h.

References pTrueBJetSel_.

85 { return pTrueBJetSel_; }
double pTrueBJetSel_
double StEvtSolution::getPtrueCombExist ( ) const
inline

Definition at line 84 of file StEvtSolution.h.

References pTrueCombExist_.

84 { return pTrueCombExist_; }
double pTrueCombExist_
double StEvtSolution::getPtrueJetComb ( ) const
inline

Definition at line 87 of file StEvtSolution.h.

References pTrueJetComb_.

87 { return pTrueJetComb_; }
double pTrueJetComb_
pat::Jet StEvtSolution::getRecBottom ( ) const
inline

Definition at line 56 of file StEvtSolution.h.

References pat::Jet::correctedJet(), and getBottom().

Referenced by getRecLept().

56 { return this->getBottom().correctedJet("RAW"); };
pat::Jet getBottom() const
Jet correctedJet(const std::string &level, const std::string &flavor="none", const std::string &set="") const
pat::Electron StEvtSolution::getRecElectron ( ) const
inline

Definition at line 59 of file StEvtSolution.h.

References getElectron().

59 { return this->getElectron(); }; // redundant
pat::Electron getElectron() const
Definition: StEvtSolution.h:37
reco::Particle StEvtSolution::getRecLept ( ) const

Definition at line 125 of file StEvtSolution.cc.

References getDecay(), getElectron(), getMuon(), getNeutrino(), getRecBottom(), AlCaHLTBitMon_ParallelJobs::p, and p4.

126 {
127  // FIXME: the charge from the genevent
129  if(this->getDecay() == "muon") p=reco::Particle(0, this->getMuon().p4()+this->getNeutrino().p4()+this->getRecBottom().p4(), math::XYZPoint());
130  if(this->getDecay() == "electron") p=reco::Particle(0, this->getElectron().p4()+this->getNeutrino().p4()+this->getRecBottom().p4(), math::XYZPoint());
131  return p;
132 }
pat::Muon getMuon() const
Definition: StEvtSolution.h:36
pat::Jet getRecBottom() const
Definition: StEvtSolution.h:56
double p4[4]
Definition: TauolaWrapper.h:92
std::string getDecay() const
Definition: StEvtSolution.h:77
pat::MET getNeutrino() const
Definition: StEvtSolution.h:38
XYZPointD XYZPoint
point in space with cartesian internal representation
Definition: Point3D.h:12
pat::Electron getElectron() const
Definition: StEvtSolution.h:37
reco::Particle StEvtSolution::getRecLepW ( ) const
inline

Definition at line 61 of file StEvtSolution.h.

References getLepW().

61 { return this->getLepW(); }; // redundant
reco::Particle getLepW() const
pat::Jet StEvtSolution::getRecLight ( ) const
inline

Definition at line 57 of file StEvtSolution.h.

References pat::Jet::correctedJet(), and getLight().

57 { return this->getLight ().correctedJet("RAW"); };
pat::Jet getLight() const
Jet correctedJet(const std::string &level, const std::string &flavor="none", const std::string &set="") const
pat::Muon StEvtSolution::getRecMuon ( ) const
inline

Definition at line 58 of file StEvtSolution.h.

References getMuon().

58 { return this->getMuon(); }; // redundant
pat::Muon getMuon() const
Definition: StEvtSolution.h:36
pat::MET StEvtSolution::getRecNeutrino ( ) const
inline

Definition at line 60 of file StEvtSolution.h.

References getNeutrino().

60 { return this->getNeutrino(); }; // redundant
pat::MET getNeutrino() const
Definition: StEvtSolution.h:38
std::vector<double> StEvtSolution::getScanValues ( ) const
inline

Definition at line 82 of file StEvtSolution.h.

References scanValues_.

82 { return scanValues_; }
std::vector< double > scanValues_
double StEvtSolution::getSignalLRTot ( ) const
inline

Definition at line 89 of file StEvtSolution.h.

References signalLRTot_.

89 { return signalLRTot_; }
double signalLRTot_
double StEvtSolution::getSignalPur ( ) const
inline

Definition at line 88 of file StEvtSolution.h.

References signalPur_.

88 { return signalPur_; }
double StEvtSolution::getSumDeltaRjp ( ) const
inline

Definition at line 90 of file StEvtSolution.h.

References sumDeltaRjp_.

90 { return sumDeltaRjp_; }
double sumDeltaRjp_
void StEvtSolution::setBestSol ( bool  bs)
inlineprotected

Definition at line 141 of file StEvtSolution.h.

141 { bestSol_ = bs; };
void StEvtSolution::setBottom ( const edm::Handle< std::vector< pat::Jet > > &  jet,
int  i 
)
inlineprotected

Definition at line 107 of file StEvtSolution.h.

References bottom_, i, and metsig::jet.

Referenced by StEvtSolutionMaker::produce().

int i
Definition: DBlmapReader.cc:9
edm::Ref< std::vector< pat::Jet > > bottom_
void StEvtSolution::setChangeBL ( int  bl)
inlineprotected

Definition at line 140 of file StEvtSolution.h.

References changeBL_.

140 { changeBL_ = bl; };
void StEvtSolution::setChi2Prob ( double  prob)
inlineprotected

Definition at line 129 of file StEvtSolution.h.

References chi2Prob_.

Referenced by StKinFitter::addKinFitInfo().

129 { chi2Prob_ = prob; };
void StEvtSolution::setDeltaRB ( double  adr)
inlineprotected

Definition at line 138 of file StEvtSolution.h.

References deltaRB_.

138 { deltaRB_ = adr; };
void StEvtSolution::setDeltaRL ( double  adr)
inlineprotected

Definition at line 139 of file StEvtSolution.h.

References deltaRL_.

139 { deltaRL_ = adr; };
void StEvtSolution::setElectron ( const edm::Handle< std::vector< pat::Electron > > &  elec,
int  i 
)
inlineprotected

Definition at line 113 of file StEvtSolution.h.

References decay_, electron_, and i.

Referenced by StEvtSolutionMaker::produce().

114  { electron_ = edm::Ref<std::vector<pat::Electron> >(elec, i); decay_ = "electron"; };
int i
Definition: DBlmapReader.cc:9
edm::Ref< std::vector< pat::Electron > > electron_
std::string decay_
void StEvtSolution::setFitBottom ( const pat::Particle part)
inlineprotected

Definition at line 121 of file StEvtSolution.h.

References fitBottom_.

Referenced by StKinFitter::addKinFitInfo().

121 { fitBottom_.clear(); fitBottom_.push_back(part); };
std::vector< pat::Particle > fitBottom_
void StEvtSolution::setFitLepton ( const pat::Particle part)
inlineprotected

Definition at line 123 of file StEvtSolution.h.

References fitLepton_.

Referenced by StKinFitter::addKinFitInfo().

123 { fitLepton_.clear(); fitLepton_.push_back(part); };
std::vector< pat::Particle > fitLepton_
void StEvtSolution::setFitLight ( const pat::Particle part)
inlineprotected

Definition at line 122 of file StEvtSolution.h.

References fitLight_.

Referenced by StKinFitter::addKinFitInfo().

122 { fitLight_.clear(); fitLight_.push_back(part); };
std::vector< pat::Particle > fitLight_
void StEvtSolution::setFitNeutrino ( const pat::Particle part)
inlineprotected

Definition at line 124 of file StEvtSolution.h.

References fitNeutrino_.

Referenced by StKinFitter::addKinFitInfo().

124 { fitNeutrino_.clear(); fitNeutrino_.push_back(part); };
std::vector< pat::Particle > fitNeutrino_
void StEvtSolution::setGenEvt ( const edm::Handle< StGenEvent > &  aGenEvt)
protected

Definition at line 152 of file StEvtSolution.cc.

References theGenEvt_.

152  {
154 }
edm::RefProd< StGenEvent > theGenEvt_
void StEvtSolution::setJetCorrectionScheme ( int  scheme)
inlineprotected

Definition at line 106 of file StEvtSolution.h.

References jetCorrScheme_.

Referenced by StEvtSolutionMaker::produce().

106 { jetCorrScheme_ = scheme;};
void StEvtSolution::setLight ( const edm::Handle< std::vector< pat::Jet > > &  jet,
int  i 
)
inlineprotected

Definition at line 109 of file StEvtSolution.h.

References i, metsig::jet, and light_.

Referenced by StEvtSolutionMaker::produce().

int i
Definition: DBlmapReader.cc:9
edm::Ref< std::vector< pat::Jet > > light_
void StEvtSolution::setMuon ( const edm::Handle< std::vector< pat::Muon > > &  muon,
int  i 
)
inlineprotected

Definition at line 111 of file StEvtSolution.h.

References decay_, i, metsig::muon, and muon_.

Referenced by StEvtSolutionMaker::produce().

112  { muon_ = edm::Ref<std::vector<pat::Muon> >(muon, i); decay_ = "muon"; };
int i
Definition: DBlmapReader.cc:9
edm::Ref< std::vector< pat::Muon > > muon_
std::string decay_
void StEvtSolution::setNeutrino ( const edm::Handle< std::vector< pat::MET > > &  met,
int  i 
)
inlineprotected

Definition at line 115 of file StEvtSolution.h.

References i, objects.METAnalyzer::met, and neutrino_.

Referenced by StEvtSolutionMaker::produce().

int i
Definition: DBlmapReader.cc:9
edm::Ref< std::vector< pat::MET > > neutrino_
void StEvtSolution::setPtrueBhadrSel ( double  pbh)
inlineprotected

Definition at line 133 of file StEvtSolution.h.

References pTrueBhadrSel_.

133 { pTrueBhadrSel_ = pbh; };
double pTrueBhadrSel_
void StEvtSolution::setPtrueBJetSel ( double  pbs)
inlineprotected

Definition at line 132 of file StEvtSolution.h.

References pTrueBJetSel_.

132 { pTrueBJetSel_ = pbs; };
double pTrueBJetSel_
void StEvtSolution::setPtrueCombExist ( double  pce)
inlineprotected

Definition at line 131 of file StEvtSolution.h.

References pTrueCombExist_.

131 { pTrueCombExist_ = pce; };
double pTrueCombExist_
void StEvtSolution::setPtrueJetComb ( double  pt)
inlineprotected

Definition at line 134 of file StEvtSolution.h.

References EnergyCorrector::pt, and pTrueJetComb_.

134 { pTrueJetComb_ = pt; };
double pTrueJetComb_
void StEvtSolution::setScanValues ( const std::vector< double > &  val)
protected

Definition at line 159 of file StEvtSolution.cc.

References i, and scanValues_.

159  {
160  for(unsigned int i=0; i<val.size(); i++) scanValues_.push_back(val[i]);
161 }
int i
Definition: DBlmapReader.cc:9
std::vector< double > scanValues_
void StEvtSolution::setSignalLRTot ( double  lrt)
inlineprotected

Definition at line 136 of file StEvtSolution.h.

References signalLRTot_.

136 { signalLRTot_ = lrt; };
double signalLRTot_
void StEvtSolution::setSignalPurity ( double  pur)
inlineprotected

Definition at line 135 of file StEvtSolution.h.

References signalPur_.

135 { signalPur_ = pur; };
void StEvtSolution::setSumDeltaRjp ( double  sdr)
inlineprotected

Definition at line 137 of file StEvtSolution.h.

References sumDeltaRjp_.

137 { sumDeltaRjp_ = sdr; };
double sumDeltaRjp_

Friends And Related Function Documentation

friend class StEvtSolutionMaker
friend

Definition at line 23 of file StEvtSolution.h.

friend class StKinFitter
friend

Definition at line 24 of file StEvtSolution.h.

Member Data Documentation

bool StEvtSolution::bestSol_
private

Definition at line 166 of file StEvtSolution.h.

Referenced by getBestSol(), and StEvtSolution().

edm::Ref<std::vector<pat::Jet> > StEvtSolution::bottom_
private

Definition at line 149 of file StEvtSolution.h.

Referenced by getBottom(), and setBottom().

int StEvtSolution::changeBL_
private

Definition at line 165 of file StEvtSolution.h.

Referenced by getChangeBL(), setChangeBL(), and StEvtSolution().

double StEvtSolution::chi2Prob_
private

Definition at line 160 of file StEvtSolution.h.

Referenced by getChi2Prob(), setChi2Prob(), and StEvtSolution().

std::string StEvtSolution::decay_
private

Definition at line 158 of file StEvtSolution.h.

Referenced by getDecay(), setElectron(), and setMuon().

double StEvtSolution::deltaRB_
private

Definition at line 164 of file StEvtSolution.h.

Referenced by getDeltaRB(), setDeltaRB(), and StEvtSolution().

double StEvtSolution::deltaRL_
private

Definition at line 164 of file StEvtSolution.h.

Referenced by getDeltaRL(), setDeltaRL(), and StEvtSolution().

edm::Ref<std::vector<pat::Electron> > StEvtSolution::electron_
private

Definition at line 151 of file StEvtSolution.h.

Referenced by getElectron(), and setElectron().

std::vector<pat::Particle> StEvtSolution::fitBottom_
private

Definition at line 153 of file StEvtSolution.h.

Referenced by getFitBottom(), and setFitBottom().

std::vector<pat::Particle> StEvtSolution::fitLepton_
private

Definition at line 153 of file StEvtSolution.h.

Referenced by getFitLepton(), and setFitLepton().

std::vector<pat::Particle> StEvtSolution::fitLight_
private

Definition at line 153 of file StEvtSolution.h.

Referenced by getFitLight(), and setFitLight().

std::vector<pat::Particle> StEvtSolution::fitNeutrino_
private

Definition at line 153 of file StEvtSolution.h.

Referenced by getFitNeutrino(), and setFitNeutrino().

int StEvtSolution::jetCorrScheme_
private

Definition at line 159 of file StEvtSolution.h.

Referenced by getBottom(), getLight(), setJetCorrectionScheme(), and StEvtSolution().

edm::Ref<std::vector<pat::Jet> > StEvtSolution::light_
private

Definition at line 149 of file StEvtSolution.h.

Referenced by getLight(), and setLight().

edm::Ref<std::vector<pat::Muon> > StEvtSolution::muon_
private

Definition at line 150 of file StEvtSolution.h.

Referenced by getMuon(), and setMuon().

edm::Ref<std::vector<pat::MET> > StEvtSolution::neutrino_
private

Definition at line 152 of file StEvtSolution.h.

Referenced by getNeutrino(), and setNeutrino().

double StEvtSolution::pTrueBhadrSel_
private

Definition at line 162 of file StEvtSolution.h.

Referenced by getPtrueBhadrSel(), setPtrueBhadrSel(), and StEvtSolution().

double StEvtSolution::pTrueBJetSel_
private

Definition at line 162 of file StEvtSolution.h.

Referenced by getPtrueBJetSel(), setPtrueBJetSel(), and StEvtSolution().

double StEvtSolution::pTrueCombExist_
private

Definition at line 162 of file StEvtSolution.h.

Referenced by getPtrueCombExist(), setPtrueCombExist(), and StEvtSolution().

double StEvtSolution::pTrueJetComb_
private

Definition at line 162 of file StEvtSolution.h.

Referenced by getPtrueJetComb(), setPtrueJetComb(), and StEvtSolution().

std::vector<double> StEvtSolution::scanValues_
private

Definition at line 161 of file StEvtSolution.h.

Referenced by getScanValues(), and setScanValues().

double StEvtSolution::signalLRTot_
private

Definition at line 163 of file StEvtSolution.h.

Referenced by getSignalLRTot(), setSignalLRTot(), and StEvtSolution().

double StEvtSolution::signalPur_
private

Definition at line 163 of file StEvtSolution.h.

Referenced by getSignalPur(), setSignalPurity(), and StEvtSolution().

double StEvtSolution::sumDeltaRjp_
private

Definition at line 164 of file StEvtSolution.h.

Referenced by getSumDeltaRjp(), setSumDeltaRjp(), and StEvtSolution().

edm::RefProd<StGenEvent> StEvtSolution::theGenEvt_
private