ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/HbbAnalysis/interface/YieldStats.hh
(Generate patch)

Comparing UserCode/HbbAnalysis/interface/YieldStats.hh (file contents):
Revision 1.3 by agilbert, Wed Nov 2 11:52:42 2011 UTC vs.
Revision 1.4 by agilbert, Tue Nov 8 20:30:38 2011 UTC

# Line 35 | Line 35 | namespace HbbAnalysis {//namespace
35      double CalculateYield(std::string stepName, std::vector<std::string> const& binNames) const;
36      double CalculateYield(std::string const& stepName, unsigned minRun, unsigned maxRun, std::vector<std::string> const& binNames) const;
37  
38 +    bool HasStep(std::string const& testStep) const { return stepIndexMap_.count(testStep); }
39 +
40      //Access Methods
41      double & at(unsigned runIndex, unsigned binIndex, unsigned stepIndex);
42      double at(unsigned runIndex, unsigned binIndex, unsigned stepIndex) const;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines