ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitProd/TreeFiller/test/ZeeExample.cfg
Revision: 1.6
Committed: Wed Jul 30 16:39:58 2008 UTC (16 years, 9 months ago) by loizides
Branch: MAIN
CVS Tags: Mit_008pre1, Mit_006b, Mit_006a, Mit_006, Mit_005, Mit_004, MITHEP_2_0_x
Changes since 1.5: +4 -2 lines
Log Message:
Example usage of ObjectService. Added ObjectService to all cfgs.

File Contents

# Content
1 # $Id: ZeeExample.cfg,v 1.5 2008/07/02 16:34:37 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/Zee/26DE506E-DE24-DD11-AA84-001D09F25460.root",
13 "file:/server/01a/ceballos/CMSSW_2_0_7_ntuples/Zee/40F5BDC6-DD24-DD11-8498-000423D98C20.root",
14 "file:/server/01a/ceballos/CMSSW_2_0_7_ntuples/Zee/7C5A9211-E124-DD11-B823-001D09F25217.root"
15 }
16 }
17
18
19 # define the MIT services
20 service = ObjectService {}
21
22 service = TreeService {
23 untracked vstring fileNames = { "mit-zee-example" }
24 }
25
26 # include the MIT filler
27 include "MitProd/TreeFiller/data/MitTreeFiller.cfi"
28
29 # standard path of action of the module
30 path p0 = { MitTreeFiller }
31
32 # schedule the various path
33 schedule = { p0 }
34 }