1 |
bendavid |
1.1 |
# Auto generated configuration file
|
2 |
|
|
# using:
|
3 |
|
|
# Revision: 1.149
|
4 |
|
|
# Source: /cvs_server/repositories/CMSSW/CMSSW/Configuration/PyReleaseValidation/python/ConfigBuilder.py,v
|
5 |
|
|
# with command line options: promptCollisionReco -s RAW2DIGI,L1Reco,RECO,DQM,ALCA:SiStripCalZeroBias --datatier RECO --eventcontent RECO --conditions CRAFT09_R_V4::All --scenario pp --no_exec --data --magField AutoFromDBCurrent -n 100
|
6 |
|
|
import FWCore.ParameterSet.Config as cms
|
7 |
|
|
|
8 |
|
|
process = cms.Process('RECO')
|
9 |
|
|
|
10 |
|
|
# import of standard configurations
|
11 |
|
|
process.load('Configuration/StandardSequences/Services_cff')
|
12 |
|
|
process.load('FWCore/MessageService/MessageLogger_cfi')
|
13 |
|
|
process.load('Configuration/StandardSequences/MixingNoPileUp_cff')
|
14 |
|
|
process.load('Configuration/StandardSequences/GeometryIdeal_cff')
|
15 |
|
|
process.load('Configuration/StandardSequences/MagneticField_38T_cff')
|
16 |
|
|
process.load('Configuration/StandardSequences/Digi_cff')
|
17 |
|
|
process.load('Configuration/StandardSequences/SimL1Emulator_cff')
|
18 |
|
|
process.load('Configuration/StandardSequences/DigiToRaw_cff')
|
19 |
|
|
process.load('Configuration/StandardSequences/RawToDigi_cff')
|
20 |
|
|
process.load('Configuration/StandardSequences/L1Reco_cff')
|
21 |
|
|
process.load('Configuration/StandardSequences/Reconstruction_cff')
|
22 |
|
|
process.load('Configuration/StandardSequences/EndOfProcess_cff')
|
23 |
|
|
process.load('Configuration/StandardSequences/FrontierConditions_GlobalTag_cff')
|
24 |
|
|
process.load('Configuration/EventContent/EventContent_cff')
|
25 |
|
|
|
26 |
|
|
process.configurationMetadata = cms.untracked.PSet(
|
27 |
|
|
version = cms.untracked.string('Mit_012c'),
|
28 |
|
|
annotation = cms.untracked.string('redigiReRecoNoPixels'),
|
29 |
|
|
name = cms.untracked.string('BambuProduction')
|
30 |
|
|
)
|
31 |
|
|
#process.maxEvents = cms.untracked.PSet(
|
32 |
|
|
# input = cms.untracked.int32(10)
|
33 |
|
|
#)
|
34 |
|
|
process.options = cms.untracked.PSet(
|
35 |
|
|
Rethrow = cms.untracked.vstring('ProductNotFound'),
|
36 |
|
|
fileMode = cms.untracked.string('NOMERGE'),
|
37 |
|
|
)
|
38 |
|
|
# Input source
|
39 |
|
|
process.source = cms.Source("PoolSource",
|
40 |
|
|
fileNames = cms.untracked.vstring('file://GenHLT_8E29.root')
|
41 |
|
|
)
|
42 |
|
|
process.source.inputCommands = cms.untracked.vstring("keep *","drop *_MEtoEDMConverter_*_*")
|
43 |
|
|
|
44 |
|
|
# Other statements
|
45 |
|
|
process.GlobalTag.globaltag = 'STARTUP3X_V8D::All'
|
46 |
|
|
|
47 |
|
|
#remove pixel detector at digi level
|
48 |
|
|
process.DigiToRaw.remove(process.siPixelRawData)
|
49 |
|
|
|
50 |
|
|
process.add_(cms.Service("ObjectService"))
|
51 |
|
|
|
52 |
|
|
process.load("MitProd.BAMBUSequences.BambuFillRECOSIM_cfi")
|
53 |
|
|
|
54 |
|
|
process.MitTreeFiller.TreeWriter.fileName = 'XX-MITDATASET-XX'
|
55 |
|
|
|
56 |
|
|
#hack pixelLess tracking back (present in special startup MC samples)
|
57 |
|
|
process.MitTreeFiller.PixelLessTracks.active = True
|
58 |
|
|
|
59 |
|
|
# Path and EndPath definitions
|
60 |
|
|
process.digitisation_step = cms.Path(process.pdigi)
|
61 |
|
|
process.L1simulation_step = cms.Path(process.SimL1Emulator)
|
62 |
|
|
process.digi2raw_step = cms.Path(process.DigiToRaw)
|
63 |
|
|
process.raw2digi_step = cms.Path(process.RawToDigi)
|
64 |
|
|
process.L1Reco_step = cms.Path(process.L1Reco)
|
65 |
|
|
process.reconstruction_step = cms.Path(process.reconstruction_withPixellessTk)
|
66 |
|
|
process.bambu_step = cms.Path(process.BambuFillRECOSIM)
|
67 |
|
|
|
68 |
|
|
# Schedule definition
|
69 |
|
|
process.schedule = cms.Schedule(process.digitisation_step,process.L1simulation_step,process.digi2raw_step,process.raw2digi_step,process.L1Reco_step,process.reconstruction_step,process.bambu_step)
|