Revision: | 1.4 |
Committed: | Tue Feb 9 14:52:24 2010 UTC (15 years, 2 months ago) by amagnan |
Content type: | text/x-python |
Branch: | MAIN |
CVS Tags: | v00-05-00, HbbAnaFor35X, v00-04-02, v00-04-01, v00-04-00 |
Changes since 1.3: | +0 -304 lines |
Log Message: | export code to CMSSW_3_4_X |
# | User | Rev | Content |
---|---|---|---|
1 | amagnan | 1.1 | ######################################## |
2 | #### Created 08-Apr-09 | ||
3 | #### by A.-M. Magnan | ||
4 | #### a.magnan@imperial.ac.uk | ||
5 | ######################################## | ||
6 | |||
7 | import FWCore.ParameterSet.Config as cms | ||
8 | import copy | ||
9 | |||
10 | from RecoTauTag.Configuration.RecoPFTauTag_cff import * | ||
11 |