ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/grimes/VHbbAnalysisCode/interface/IBasicVHbbCandidateCut.h
(Generate patch)

Comparing UserCode/grimes/VHbbAnalysisCode/interface/IBasicVHbbCandidateCut.h (file contents):
Revision 1.1 by grimes, Tue Feb 14 01:43:14 2012 UTC vs.
Revision 1.2 by grimes, Wed Aug 15 22:37:47 2012 UTC

# Line 3 | Line 3
3  
4   #include "TrkUpgradeAnalysis/VHbb/interface/IBasicCut.h"
5  
6 < #include "VHbbAnalysis/VHbbDataFormats/interface/VHbbCandidate.h"
6 > //#include "VHbbAnalysis/VHbbDataFormats/interface/VHbbCandidate.h"
7  
8   // Forward declarations
9 + class VHbbCandidate;
10   namespace trkupgradeanalysis
11   {
12 <        class HistogramVariable;
12 >        namespace tools
13 >        {
14 >                class NTupleRow;
15 >        }
16   }
17  
18   namespace trkupgradeanalysis
# Line 21 | Line 25 | namespace trkupgradeanalysis
25  
26                  /// @brief Returns true if the supplied VHbbCandidate would pass the cut
27                  virtual bool applyCut( const VHbbCandidate& vhbbCandidate ) const = 0;
28 +
29 +                /// @brief Alternative method to work entries previously stored in an NTuple
30 +                virtual bool applyCut( const trkupgradeanalysis::tools::NTupleRow& ntupleRow ) const = 0;
31          };
32  
33  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines