1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
process GeometryTest = {
# empty input service, fire 2 events
source = EmptySource {untracked int32 maxEvents = 2}
es_source = XMLIdealGeometryESSource {
FileInPath GeometryConfiguration="Geometry/CMSCommonData/data/configuration.xml"
string rootNodeName="cms:OCMS"
}
module print = AsciiOutputModule {}
module prod = PerfectGeometryAnalyzer {}
#provide a scheduler path
path p1 = { print&prod}
}
|