ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitProd/TreeFiller/test/ZmmExample.cfg
Revision: 1.8
Committed: Fri Mar 13 20:20:56 2009 UTC (16 years, 2 months ago) by loizides
Branch: MAIN
CVS Tags: HEAD
Changes since 1.7: +1 -1 lines
State: FILE REMOVED
Log Message:
Obsolete config files.

File Contents

# Content
1 # $Id: ZmmExample.cfg,v 1.7 2008/07/31 12:34:04 loizides Exp $
2
3 process TEST =
4 {
5 # request 100 events, which is very fast for testing
6 untracked PSet maxEvents = { untracked int32 input = 100 }
7
8 include "FWCore/MessageService/data/MessageLogger.cfi"
9
10 source = PoolSource {
11 untracked vstring fileNames = {
12 "file:/server/01a/ceballos/CMSSW_2_0_7_ntuples/Zmm/10375028-DD24-DD11-8170-001617E30F4C.root",
13 "file:/server/01a/ceballos/CMSSW_2_0_7_ntuples/Zmm/12CA1A34-DB24-DD11-AA5F-001D09F2426D.root",
14 "file:/server/01a/ceballos/CMSSW_2_0_7_ntuples/Zmm/D6B9828D-DE24-DD11-AE72-001D09F2432B.root"
15 }
16 }
17
18 # define the MIT services
19 service = ObjectService {}
20
21 service = TreeService {
22 untracked vstring fileNames = { "mit-zmm-example" }
23 }
24
25 # include the MIT filler
26 include "MitProd/TreeFiller/data/MitTreeFiller.cfi"
27
28 # standard path of action of the module
29 path p0 = { MitTreeFiller }
30
31 # schedule the various path
32 schedule = { p0 }
33 }