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

Comparing UserCode/UHHAnalysis/SFrameTools/include/Selection.h (file contents):
Revision 1.3 by rkogler, Wed Jun 6 08:26:43 2012 UTC vs.
Revision 1.5 by peiffer, Fri Jun 8 14:01:43 2012 UTC

# Line 5 | Line 5
5   #include <TString.h>
6   #include "Objects.h"
7   #include "BaseCycleContainer.h"
8 + #include "ObjectHandler.h"
9   #include "../../core/include/SLogger.h"
10  
11   class SelectionModule{
# Line 26 | Line 27 | class Selection{
27    
28    void addSelectionModule(SelectionModule*);
29    void clearSelectionModulesList();
30 +  void resetCutFlow();
31    bool passSelection(BaseCycleContainer *bcc);
32    bool passInvertedSelection(BaseCycleContainer *bcc);
33 +  bool passSelection();
34 +  bool passInvertedSelection();
35  
36    void printCutFlow();
37  
# Line 40 | Line 44 | class Selection{
44    std::vector<SelectionModule*> m_cuts;
45    std::vector<int> m_cutflow;
46    int Ntotal;
47 +
48   };
49  
50  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines