Revision: | 1.1 |
Committed: | Mon Nov 3 11:23:07 2008 UTC (16 years, 6 months ago) by bendavid |
Content type: | text/x-python |
Branch: | MAIN |
CVS Tags: | Mit_011a, Mit_011, Mit_010a, Mit_010, Mit_009c, Mit_009b, Mit_009a, Mit_009, Mit_008, Mit_008pre2, Mit_008pre1, Mit_006b, Mit_006a, Mit_006 |
Log Message: | Updated config files for Track-Ecal associations |
# | Content |
---|---|
1 | # $Id: JetVertexAssociation_cfi.py,v 1.3 2008/09/30 15:57:32 sixie Exp $ |
2 | |
3 | import FWCore.ParameterSet.Config as cms |
4 | |
5 | from TrackingTools.TrackAssociator.DetIdAssociatorESProducer_cff import * |
6 | from TrackingTools.TrackAssociator.default_cfi import * |
7 | |
8 | TrackAssociatorParameters.useEcal = False |
9 | TrackAssociatorParameters.useHO = False |
10 | TrackAssociatorParameters.useMuon = False |
11 | TrackAssociatorParameters.useHcal = False |
12 | TrackAssociatorParameters.useCalo = True |