ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CRAB/python/runSimHitAnalyzer.cfg
Revision: 1.2
Committed: Wed Aug 8 08:59:19 2007 UTC (17 years, 8 months ago) by spiga
Branch: MAIN
CVS Tags: CRAB_2_1_0_pre1, CRAB_2_0_4, CRAB_2_0_4_pre2, CRAB_2_0_4_pre1, CRAB_2_0_3, CRAB_2_0_3_pre1, CRAB_2_0_2, CRAB_2_0_2_pre6, CRAB_2_0_2_pre5, CRAB_2_0_2_pre4, CRAB_2_0_2_pre3, CRAB_1_5_4_SLC3, CRAB_1_5_4_SLC3_pre4, CRAB_2_0_2_pre2, CRAB_2_0_2_pre1, CRAB_1_5_4_SLC3_pre3, CRAB_2_0_1, CRAB_1_5_4_SLC3_pre2, CRAB_2_0_1_pre1, CRAB_1_5_4_SLC3_pre1, CRAB_2_0_0, CRAB_2_0_0_pre10, CRAB_2_0_0_pre9, CRAB_1_5_4, CRAB_1_5_4_pre2, CRAB_1_5_4_pre1, CRAB_2_0_0_pre7, CRAB_2_0_0_pre6, CRAB_1_5_3, CRAB_1_5_3_pre5
Branch point for: CRAB_1_5_4_SLC3_pre4_br, CRAB_1_5_4_SLC3_start
Changes since 1.1: +2 -1 lines
Log Message:
moved maxEvent from PoolSource PSet module

File Contents

# User Rev Content
1 spiga 1.1 process ValidationProduction = {
2    
3     source = PoolSource {
4     untracked vstring fileNames = { 'file:./evtgen_detsim_oldSimTrackManagerNOCUT.root' }
5     }
6     include "Geometry/TrackerRecoData/data/trackerRecoGeometryXML.cfi"
7    
8     include "Geometry/TrackerNumberingBuilder/data/trackerNumberingGeometry.cfi"
9     include "Geometry/TrackerGeometryBuilder/data/trackerGeometry.cfi"
10    
11    
12     module prod = SimHitTrackerAnalyzer {
13     untracked string HistOutFile = 'Histos.root'
14     }
15 spiga 1.2
16     untracked PSet maxEvents = {untracked int32 input = 1}
17 spiga 1.1
18     #provide a scheduler path
19     path p1 = {prod}
20     }