Warning, /TauAnalysis/MCEmbeddingTools/docs/README is written in an unsupported language. File is not indexed.
0001 The Tau Embedding runs in four steps
0002
0003 1. Selection events with two muons
0004 2. Cleaning the events from the two muons
0005 3. Simulating the Z-> tau tau events
0006 4. Merging the Simulated and Cleand event
0007
0008
0009 In all of this step the RECO seqeunce hast to be runned. So just take the common CMSDriver.py commands, add the embedding customiser and save RAWRECO (and in merge step only MINIAODSIM).
0010 The input of the first step must be RAW, and the inputs of the other samples are step before.
0011
0012 1.
0013 cmsDriver.py ...
0014 --customise TauAnalysis/MCEmbeddingTools/customisers.customisoptions,TauAnalysis/MCEmbeddingTools/customisers.customiseSelecting \
0015
0016 2.
0017 cmsDriver.py ...
0018 --customise TauAnalysis/MCEmbeddingTools/customisers.customisoptions,TauAnalysis/MCEmbeddingTools/customisers.customiseLHEandCleaning \
0019
0020 3.
0021 cmsDriver.py TauAnalysis/MCEmbeddingTools/python/EmbeddingPythia8Hadronizer_cfi.py \
0022 ...
0023 --customise TauAnalysis/MCEmbeddingTools/customisers.customiseGenerator,TauAnalysis/MCEmbeddingTools/customisers.customisoptions \
0024
0025 4.
0026 cmsDriver.py ...
0027 --customise TauAnalysis/MCEmbeddingTools/customisers.customisoptions,TauAnalysis/MCEmbeddingTools/customisers.customiseMerging \
0028
0029
0030 You can find some working examples for CMSSW_8_0_21 in this folder.