ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/CMSSW/RecoTracker/GeometryESProducer/test/TrackerRecoGeometry.cfg
Revision: 1.2
Committed: Wed Mar 1 18:21:53 2006 UTC (19 years, 2 months ago) by mangano
Branch: MAIN
CVS Tags: CMSSW_0_8_4, CMSSW_0_8_3, CMSSW_0_9_0_pre2_g4_81, CMSSW_0_8_2, CMSSW_0_9_0_pre2, CMSSW_0_9_0_pre1, CMSSW_0_8_1, CMSSW_0_8_0, CMSSW_0_8_0_pre5, CMSSW_0_8_0_pre4, CMSSW_0_8_0_pre3, CMSSW_0_7_2, CMSSW_0_8_0_pre2, CMSSW_0_7_1, V00-01-02, CMSSW_0_8_0_pre1, CMSSW_0_7_0, CMSSW_0_7_0_pre6, CMSSW_0_7_0_pre5, CMSSW_0_7_0_pre4, V00-01-01, Hit_tom2, V00-01-00, CMSSW_0_7_0_pre3, CMSSW_0_6_1, V00-00-90, CMSSW_0_7_0_pre2, CMSSW_0_7_0_pre1, CMSSW_0_6_0, CMSSW_0_6_0_pre7, CMSSW_0_6_0_pre6, CMSSW_0_6_0_pre5, CMSSW_0_6_0_pre4, CMSSW_0_6_0_pre3, CMSSW_0_6_0_pre2, tom22032006, V00-00-01
Branch point for: CkfPattern_061_branch
Changes since 1.1: +1 -1 lines
Log Message:
test of layer position added

File Contents

# Content
1 process GeometryTest = {
2 # empty input service, fire 10 events
3 source = EmptySource {untracked int32 maxEvents = 1}
4 es_source = XMLIdealGeometryESSource {FileInPath
5 GeometryConfiguration="Geometry/TrackerSimData/data/trackerSimConfiguration.xml"
6 string rootNodeName = ""}
7
8 es_module = TrackerGeometricDetESModule {}
9 es_module = TrackerDigiGeometryESModule {}
10 es_module = TrackerRecoGeometryESProducer {}
11 module print = AsciiOutputModule {}
12 module prod = TrackerRecoGeometryAnalyzer {}
13 #provide a scheduler path
14 path p1 = {prod}
15 }