ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitHzz4l/LeptonSelection/interface/FSR.h
Revision: 1.1
Committed: Mon May 28 16:40:45 2012 UTC (12 years, 11 months ago) by khahn
Content type: text/plain
Branch: MAIN
CVS Tags: synched2
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 khahn 1.1 #ifndef FSR
2     #define FSR
3    
4     #include "Muon.h"
5     #include "Array.h"
6     #include "PFCandidate.h"
7    
8     bool recover_typeI_Photon( mithep::Muon * mu, const mithep::Array<mithep::PFCandidate> * pfArr );
9     bool recover_typeII_Photon( mithep::Muon * mu, const mithep::Array<mithep::PFCandidate> * pfArr );
10    
11     #endif