[CMSSW] / UserCode / SCerci / macros_note / generator_level_studies / MC_sample_production / CTEQ6M_QCD_Pt_30_50.cfg Repository:
ViewVC logotype

Annotation of /UserCode/SCerci/macros_note/generator_level_studies/MC_sample_production/CTEQ6M_QCD_Pt_30_50.cfg

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (view) (download)

1 : salim 1.1 #--------------------------------------------------------------------
2 :     ## (c) CMS Collaboration 2007-2008
3 :     ##
4 :     ## Authors: Salim Cerci [Cukurova Univ] & D. d'Enterria [CERN]
5 :     ##--------------------------------------------------------------------
6 :     process GEN = {
7 :    
8 :     untracked PSet maxEvents = {untracked int32 input = 200000}
9 :    
10 :     untracked PSet configurationMetadata = {
11 :    
12 :     }
13 :    
14 :    
15 :     include "FWCore/MessageService/data/MessageLogger.cfi"
16 :     untracked PSet cout = { untracked string threshold ="INFO" }
17 :     replace MessageLogger.cerr.default.limit = 10
18 :    
19 :     service = RandomNumberGeneratorService
20 :     {
21 :     untracked uint32 sourceSeed = 123456789
22 :     PSet moduleSeeds =
23 :     {
24 :    
25 :     untracked uint32 VtxSmeared = 98765432
26 :     untracked uint32 g4SimHits = 11
27 :     untracked uint32 mix = 12345
28 :     }
29 :     }
30 :    
31 :    
32 :    
33 :     source = PythiaSource
34 :     {
35 :     untracked int32 pythiaPylistVerbosity = 0
36 :     untracked bool pythiaHepMCVerbosity = false
37 :     untracked int32 maxEventsToPrint = 0
38 :     untracked double crossSection = 163000000.
39 :     untracked double filterEfficiency = 1.
40 :    
41 :     PSet PythiaParameters = {
42 :    
43 :     # This is a vector of ParameterSet names to be read, in this order
44 :     vstring parameterSets = {
45 :     "pythiaUESettings",
46 :     "processParameters"
47 :     }
48 :    
49 :     include "Configuration/Generator/data/PythiaUESettings.cfi"
50 :    
51 :     vstring processParameters = {
52 :     # PROTON STRUCTURE FUNCTION SELECTION FROM PDFLIB',
53 :     # ',
54 :     # SET MSTP(52) = 2 FOR PDFLIB CHOICE
55 :     # SET MSTP(51) = 1000 * NGROUP + NSET
56 :     # EXAMPLES:
57 :     # CTEQ6M=10000 MRST2004(NLO)=20400 CTEQ5L=19070
58 :    
59 :    
60 :     'MSEL=1 ! QCD high pT processes',
61 :     'MSTP(52)=2',
62 :     'MSTP(51)=10000',
63 :     'CKIN(3)=30. ! minimum pt hat for hard interactions',
64 :     'CKIN(4)=50. ! maximum pt hat for hard interactions',
65 :     'CKIN(13)=3. ! etamin',
66 :     'CKIN(14)=6.6 ! etamax',
67 :     'CKIN(15)=-6.6 ! -etamax',
68 :     'CKIN(16)=-3. ! -etamin'
69 :    
70 :    
71 :     }
72 :    
73 :     }
74 :     }
75 :    
76 :     include "Configuration/StandardSequences/data/VtxSmearedGauss.cff"
77 :     include "Configuration/StandardSequences/data/MixingNoPileUp.cff"
78 :    
79 :    
80 :     # Event output
81 :     include "Configuration/EventContent/data/EventContent.cff"
82 :     module GEN= PoolOutputModule
83 :     {
84 :     using FEVTSIMEventContent
85 :     untracked string fileName = "/data/salim/CTEQ6M/QCD_Pt_30_50_CTEQ6M.root"
86 :     untracked PSet dataset ={
87 :     untracked string dataTier = "GEN"
88 :     }
89 :     }
90 :    
91 :     endpath outpath = {GEN}
92 :    
93 :     schedule = {outpath}
94 :    
95 :    
96 :    
97 :     }

CERN LCG CVS service
ViewVC Help
Powered by ViewVC 1.0.9