Skip to content

Commit

Permalink
Merge pull request #103 from cms-sw/CMSSW_6_2_X_SLHC
Browse files Browse the repository at this point in the history
Cmssw 6 2 x slhc
  • Loading branch information
Sven Dildick committed Mar 11, 2014
2 parents 6480703 + e3aeed3 commit a628e62
Show file tree
Hide file tree
Showing 31 changed files with 658 additions and 1,803 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
import FWCore.ParameterSet.Config as cms

from Geometry.CMSCommonData.cmsExtendedGeometry2023SHCalRebuildXML_cfi import *
from Geometry.TrackerNumberingBuilder.trackerNumberingSLHCGeometry_cfi import *
from Geometry.HcalCommonData.hcalSimNumberingInitialization_cfi import *

# Reconstruction geometry services
# Tracking Geometry
#bah - well, this is not a cfi!
from Geometry.CommonDetUnit.globalTrackingSLHCGeometry_cfi import *

#Tracker
from RecoTracker.GeometryESProducer.TrackerRecoGeometryESProducer_cfi import *
from Geometry.TrackerNumberingBuilder.trackerTopologyConstants_cfi import *

#Muon
from Geometry.MuonNumbering.muonNumberingInitialization_cfi import *
from RecoMuon.DetLayers.muonDetLayerGeometry_cfi import *
from Geometry.GEMGeometry.gemGeometry_cfi import *

# Alignment
from Geometry.TrackerGeometryBuilder.idealForDigiTrackerSLHCGeometry_cff import *
from Geometry.CSCGeometryBuilder.idealForDigiCscGeometry_cff import *
from Geometry.DTGeometryBuilder.idealForDigiDtGeometry_cff import *
trackerSLHCGeometry.applyAlignment = cms.bool(False)

# Calorimeters
from Geometry.CaloEventSetup.CaloTopology_cfi import *
from Geometry.CaloEventSetup.CaloGeometry_cff import *
from Geometry.CaloEventSetup.EcalTrigTowerConstituents_cfi import *
from Geometry.EcalMapping.EcalMapping_cfi import *
from Geometry.EcalMapping.EcalMappingRecord_cfi import *
from Geometry.HcalCommonData.hcalRecNumberingInitialization_cfi import *

2 changes: 0 additions & 2 deletions DataFormats/MuonReco/interface/EmulatedME0SegmentCollection.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ typedef std::vector<EmulatedME0Segment> EmulatedME0SegmentCollection;
/// persistent reference to a EmulatedME0Segment
typedef edm::Ref<EmulatedME0SegmentCollection> EmulatedME0SegmentRef;

//typedef std::vector<EmulatedME0Segment> EmulatedME0SegmentCollection;

#endif


2 changes: 0 additions & 2 deletions DataFormats/MuonReco/interface/ME0MuonCollection.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,5 @@ typedef std::vector<reco::ME0Muon> ME0MuonCollection;

/// persistent reference to a ME0Muon
typedef edm::Ref<ME0MuonCollection> ME0MuonRef;

//typedef std::vector<ME0Muon> ME0MuonCollection;

#endif
235 changes: 0 additions & 235 deletions FastSimulation/Configuration/test/FSIM_upgtracker_cfg.py

This file was deleted.

Loading

0 comments on commit a628e62

Please sign in to comment.