Revision: | 1.3 |
Committed: | Wed Jun 9 14:34:17 2010 UTC (14 years, 10 months ago) by amagnan |
Content type: | text/x-python |
Branch: | MAIN |
CVS Tags: | HEAD |
Changes since 1.2: | +0 -0 lines |
State: | FILE REMOVED |
Log Message: | clean up histogram code, moved to analysis in UserCode/amagnan |
# | 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 UserCode.HbbAnalysis.metConfig_cff import * | ||
11 |