ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitHzz4l/LeptonSelection/interface/SiMVAElectronSelection.h
Revision: 1.1
Committed: Mon Feb 13 09:35:31 2012 UTC (13 years, 3 months ago) by khahn
Content type: text/plain
Branch: MAIN
CVS Tags: compiled, synced_FSR_2, synced_FSR, synched2, synched, HEAD
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 khahn 1.1 #ifndef ELECTRON_SIMVA
2     #define ELECTRON_SIMVA
3    
4     #include "TElectron.hh"
5     #include "ParseArgs.h"
6     #include "ElectronIDMVA.h"
7    
8     using namespace std;
9    
10    
11     unsigned failsSiMVAElectronSelection( ControlFlags &ctrl, const mithep::TElectron * ele, unsigned eff, string kinematics);
12     void initSiMVAElectronSelection();
13    
14     #endif