ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/CMSSW/RecoTracker/GeometryESProducer/test/TrackerRecoGeometry.cfg
Revision: 1.1
Committed: Mon Feb 27 17:19:02 2006 UTC (19 years, 2 months ago) by mangano
Branch: MAIN
CVS Tags: CMSSW_0_5_1, CMSSW_0_6_0_pre1, CMSSW_0_5_0, CMSSW_0_5_0_pre5, CMSSW_0_5_0_pre4, V00-00-00
Log Message:
test program for TrackerRecoGeometry added

File Contents

# User Rev Content
1 mangano 1.1 process GeometryTest = {
2     # empty input service, fire 10 events
3     source = EmptySource {untracked int32 maxEvents = 2}
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     }