ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/JOBROBOT/robot.cfg
Revision: 1.2
Committed: Wed Nov 8 17:05:35 2006 UTC (18 years, 5 months ago) by csaba
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +9 -1 lines
Log Message:
change FileAdaptor config

File Contents

# Content
1 process R = {
2
3 # AdaptorConfig
4 service = AdaptorConfig
5 {
6 untracked int32 CacheSize = 10
7 untracked int32 CachePageSize = 524288
8 untracked bool Buffering = true
9 untracked bool Caching = true
10 #untracked bool Stats = false
11 }
12
13
14 # initialize MessageLogger
15 include "FWCore/MessageLogger/data/MessageLogger.cfi"
16
17 source = PoolSource
18 {
19 untracked vstring fileNames = {
20 "/store/CSA06/2006/8/17/CSA06-082-os-TTbar/002F9105-C934-DB11-B005-00304875A585.root"
21 }
22 untracked int32 maxEvents = 10
23 }
24
25 module ROBOT = PoolOutputModule
26 {
27 untracked string fileName = 'dummy.root'
28 untracked vstring outputCommands = {
29 "keep *",
30 "drop recoMETs_*_*_PROD"
31 }
32 }
33
34 endpath e =
35 {
36 ROBOT
37 }
38
39 }