ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitProd/TreeFiller/test/ZmmExample.cfg
Revision: 1.7
Committed: Thu Jul 31 12:34:04 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.6: +8 -86 lines
Log Message:
Consistently introduced ObjectService. Updated comments. Updated .cfg files. Switched off default handling of Stable and DecayParts (for now). ZmmFullReco.cfg shows how to use standard filler with extensions.

File Contents

# User Rev Content
1 loizides 1.7 # $Id: ZmmExample.cfg,v 1.3 2008/07/02 16:34:37 loizides Exp $
2 paus 1.1
3 loizides 1.7 process TEST =
4 paus 1.1 {
5     # request 100 events, which is very fast for testing
6 loizides 1.7 untracked PSet maxEvents = { untracked int32 input = 100 }
7 paus 1.1
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 loizides 1.3 "file:/server/01a/ceballos/CMSSW_2_0_7_ntuples/Zmm/D6B9828D-DE24-DD11-AE72-001D09F2432B.root"
15     }
16 paus 1.1 }
17 paus 1.4
18 loizides 1.7 # define the MIT services
19     service = ObjectService {}
20 paus 1.4
21 paus 1.1 service = TreeService {
22 loizides 1.2 untracked vstring fileNames = { "mit-zmm-example" }
23 paus 1.1 }
24    
25 loizides 1.2 # include the MIT filler
26     include "MitProd/TreeFiller/data/MitTreeFiller.cfi"
27 loizides 1.7
28 paus 1.1 # standard path of action of the module
29 loizides 1.7 path p0 = { MitTreeFiller }
30 paus 1.1
31     # schedule the various path
32 loizides 1.7 schedule = { p0 }
33 paus 1.1 }