ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitProd/TreeFiller/python/ElectronID_cfi.py
Revision: 1.2
Committed: Tue Mar 3 18:52:14 2009 UTC (16 years, 2 months ago) by bendavid
Content type: text/x-python
Branch: MAIN
CVS Tags: Mit_008pre2, Mit_008pre1
Changes since 1.1: +3 -15 lines
Log Message:
Run only eid sequences which are needed in 2_2_x

File Contents

# User Rev Content
1 bendavid 1.2 # $Id: ElectronID_cfi.py,v 1.1 2008/09/30 15:55:45 sixie Exp $
2 sixie 1.1
3     import FWCore.ParameterSet.Config as cms
4    
5     from RecoEgamma.ElectronIdentification.electronIdLikelihood_cfi import *
6     from RecoEgamma.ElectronIdentification.electronIdLikelihoodExt_cfi import *
7    
8 bendavid 1.2 MitEIdSequence = cms.Sequence(eidLikelihood +
9     eidLikelihoodExt)