ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitProd/TreeFiller/test/ZmmExample.cfg
Revision: 1.1
Committed: Wed Jun 18 13:23:23 2008 UTC (16 years, 10 months ago) by paus
Branch: MAIN
Log Message:
Basic structure of Filling framework.

File Contents

# User Rev Content
1 paus 1.1 # $Id: ZMuMuExample.cfg,v 1.2 2008/06/17 07:47:55 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     # define the tree service
18     service = TreeService {
19     untracked vstring treeNames = { "MitTree" }
20     untracked vstring fileNames = { "mit-test" }
21     untracked vstring pathNames = { "." }
22     untracked vuint32 maxSizes = { 1024 }
23     untracked vuint32 compLevels = { 9 }
24     untracked vuint32 splitLevels = { 99 }
25     untracked vuint32 brSizes = { 32000 }
26     }
27    
28     # customize the MIT filler
29     module fillMitTree = FillMitTree {
30     untracked PSet GlobalMuons = {
31     }
32     }
33    
34     # standard path of action of the module
35     path p0 = { fillMitTree }
36    
37     # schedule the various path
38     schedule = { p0 }
39     }