ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitProd/TreeFiller/test/ZeeExample.cfg
Revision: 1.1
Committed: Thu Jun 5 16:08:03 2008 UTC (16 years, 11 months ago) by bendavid
Branch: MAIN
Log Message:
added Zee and ZMuMu examples

File Contents

# User Rev Content
1 bendavid 1.1 # $Id$
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 = { "file:/server/01a/ceballos/CMSSW_2_0_7_ntuples/Zee/26DE506E-DE24-DD11-AA84-001D09F25460.root", "file:/server/01a/ceballos/CMSSW_2_0_7_ntuples/Zee/40F5BDC6-DD24-DD11-8498-000423D98C20.root", "file:/server/01a/ceballos/CMSSW_2_0_7_ntuples/Zee/7C5A9211-E124-DD11-B823-001D09F25217.root" }
12     }
13    
14    
15     # define the tree service
16     service = TreeService {
17     untracked vstring treeNames = { "MitTree" }
18     untracked vstring fileNames = { "mit-gen-ZeeExample" }
19     untracked vstring pathNames = { "." }
20     untracked vuint32 maxSizes = { 1024 }
21     untracked vuint32 compLevels = { 9 }
22     untracked vuint32 splitLevels = { 99 }
23     untracked vuint32 brSizes = { 32000 }
24     }
25    
26     # customize the MIT filler
27     module MitGenFiller = FillGenParts {
28     }
29    
30     module MitTrackFiller = FillTracks {
31     }
32    
33     module MitMuonFiller = FillMuons {
34     }
35    
36     module MitElectronFiller = FillElectrons {
37     }
38    
39    
40     # standard path of action of the module
41     path p0 = { MitGenFiller, MitTrackFiller, MitMuonFiller, MitElectronFiller }
42    
43     # schedule the various path
44     schedule = { p0 }
45     }