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.4 by peiffer, Wed Jun 6 15:29:09 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 28 | Line 29 | class Selection{
29    void clearSelectionModulesList();
30    bool passSelection(BaseCycleContainer *bcc);
31    bool passInvertedSelection(BaseCycleContainer *bcc);
32 +  bool passSelection();
33 +  bool passInvertedSelection();
34  
35    void printCutFlow();
36  
# Line 40 | Line 43 | class Selection{
43    std::vector<SelectionModule*> m_cuts;
44    std::vector<int> m_cutflow;
45    int Ntotal;
46 +
47   };
48  
49  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines