Skip to content

Commit

Permalink
fix default gt
Browse files Browse the repository at this point in the history
  • Loading branch information
arizzi committed Sep 25, 2014
1 parent 0a185ec commit f325890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PhysicsTools/PatAlgos/python/patTemplate_cfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
process.load("Configuration.Geometry.GeometryIdeal_cff")
process.load("Configuration.StandardSequences.FrontierConditions_GlobalTag_cff")
from Configuration.AlCa.GlobalTag import GlobalTag
process.GlobalTag = GlobalTag(process.GlobalTag, 'auto:startup')
process.GlobalTag = GlobalTag(process.GlobalTag, 'auto:run2_mc')
process.load("Configuration.StandardSequences.MagneticField_cff")

## Output Module Configuration (expects a path 'p')
Expand Down

0 comments on commit f325890

Please sign in to comment.