ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/LJMet/MultivariateAnalysis/interface/TtLJetsAnalyzer.h
(Generate patch)

Comparing UserCode/LJMet/MultivariateAnalysis/interface/TtLJetsAnalyzer.h (file contents):
Revision 1.14 by kukartse, Thu May 21 00:17:21 2009 UTC vs.
Revision 1.15 by kukartse, Thu Jun 11 19:18:34 2009 UTC

# Line 67 | Line 67 | private:
67    // _____ quantities read from the config file _________________________
68    std::string _jetSource, _electronSource, _muonSource, _METSource,
69      _beamSpotSource, _trigger_source, _track_source;
70 +  std::string pdfWeightTag_;
71    bool _lepton_flavor_is_muon;
72    std::string _outFile;
73    bool _is_mc;
# Line 113 | Line 114 | private:
114    vector<double> * _e_dcot;
115    bool     _is_conv;
116    //
117 +  //_____ PDF weights ___________________________________________________
118 +  //
119 +  std::vector<double> * _pdf_weights;
120 +  Double_t _weight_pdf_pos;
121 +  Double_t _weight_pdf_neg;
122 +  //
123    //_____ trigger _______________________________________________________
124    //
125    std::map<std::string,bool> _hlt;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines