ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/UHHAnalysis/SFrameTools/src/Selection.cxx
(Generate patch)

Comparing UserCode/UHHAnalysis/SFrameTools/src/Selection.cxx (file contents):
Revision 1.2 by rkogler, Wed Jun 6 08:22:12 2012 UTC vs.
Revision 1.3 by peiffer, Wed Jun 6 15:29:09 2012 UTC

# Line 41 | Line 41 | bool Selection::passInvertedSelection(Ba
41    return false;
42   }
43  
44 + bool Selection::passSelection(){
45 +  ObjectHandler* objs = ObjectHandler::Instance();
46 +  BaseCycleContainer* bcc = objs->GetBaseCycleContainer();
47 +  return passSelection(bcc);
48 + }
49 +
50 + bool Selection::passInvertedSelection(){
51 +  ObjectHandler* objs = ObjectHandler::Instance();
52 +  BaseCycleContainer* bcc = objs->GetBaseCycleContainer();
53 +  return passInvertedSelection(bcc);
54 + }
55 +
56   void Selection::printCutFlow(){
57  
58    using namespace std;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines