1 |
loizides |
1.2 |
# $Id: ZeeExample.cfg,v 1.1 2008/06/05 16:08:03 bendavid Exp $
|
2 |
bendavid |
1.1 |
|
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 |
loizides |
1.2 |
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 |
bendavid |
1.1 |
}
|
16 |
|
|
|
17 |
|
|
|
18 |
|
|
# define the tree service
|
19 |
|
|
service = TreeService {
|
20 |
|
|
untracked vstring treeNames = { "MitTree" }
|
21 |
|
|
untracked vstring fileNames = { "mit-gen-ZeeExample" }
|
22 |
|
|
untracked vstring pathNames = { "." }
|
23 |
|
|
untracked vuint32 maxSizes = { 1024 }
|
24 |
|
|
untracked vuint32 compLevels = { 9 }
|
25 |
|
|
untracked vuint32 splitLevels = { 99 }
|
26 |
|
|
untracked vuint32 brSizes = { 32000 }
|
27 |
|
|
}
|
28 |
|
|
|
29 |
|
|
# customize the MIT filler
|
30 |
|
|
module MitGenFiller = FillGenParts {
|
31 |
|
|
}
|
32 |
|
|
|
33 |
|
|
module MitTrackFiller = FillTracks {
|
34 |
|
|
}
|
35 |
|
|
|
36 |
|
|
module MitMuonFiller = FillMuons {
|
37 |
|
|
}
|
38 |
|
|
|
39 |
|
|
module MitElectronFiller = FillElectrons {
|
40 |
|
|
}
|
41 |
|
|
|
42 |
|
|
|
43 |
|
|
# standard path of action of the module
|
44 |
|
|
path p0 = { MitGenFiller, MitTrackFiller, MitMuonFiller, MitElectronFiller }
|
45 |
|
|
|
46 |
|
|
# schedule the various path
|
47 |
|
|
schedule = { p0 }
|
48 |
|
|
}
|