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

File Contents

# Content
1 # $Id: ZeeExample.cfg,v 1.6 2008/07/30 16:39:58 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 }