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