Revision: | 1.1.1.1 (vendor branch) |
Committed: | Thu Jul 17 13:35:43 2008 UTC (16 years, 9 months ago) by kenan |
Branch: | INITIAL, MAIN |
CVS Tags: | start, HEAD |
Changes since 1.1: | +0 -0 lines |
Log Message: | a jet analyzer |
# | User | Rev | Content |
---|---|---|---|
1 | kenan | 1.1 | process Demo = { |
2 | |||
3 | source = PoolSource | ||
4 | { | ||
5 | # replace 'myfile.root' with the source file you want to use | ||
6 | untracked vstring fileNames = {"file:myfile.root"} | ||
7 | } | ||
8 | |||
9 | #keep the logging output to a nice level | ||
10 | service = MessageLogger {} | ||
11 | |||
12 | module demo = JetAnalyzer { | ||
13 | } | ||
14 | |||
15 | |||
16 | path p = {demo} | ||
17 | |||
18 | } |