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 |
|
|
}
|