Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Dataset production
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
UHH ML PS et al.
Experimental
Dataset production
Commits
3875cb36
Commit
3875cb36
authored
4 years ago
by
Patrick L.S. Connor
Browse files
Options
Downloads
Patches
Plain Diff
removing useless files to save space
parent
227d6b5c
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Fast/run
+6
-3
6 additions, 3 deletions
Fast/run
Full/run
+15
-4
15 additions, 4 deletions
Full/run
with
21 additions
and
7 deletions
Fast/run
+
6
−
3
View file @
3875cb36
#!/bin/zsh
#!/bin/zsh
nevents
=
10
00
nevents
=
2
00
id
=
$1
id
=
$1
cd
$id
cd
$id
...
@@ -15,7 +15,10 @@ echo "process.RandomNumberGeneratorService.generator.initialSeed = cms.untracked
...
@@ -15,7 +15,10 @@ echo "process.RandomNumberGeneratorService.generator.initialSeed = cms.untracked
cmsRun
$py
cmsRun
$py
#cmsDriver.py step2 --conditions auto:run2_mc --scenario pp --fast --era Run2_2016 -s HARVESTING:validationHarvesting --filetype DQM --mc -n $nevents --filein file:step1_inDQM.root --fileout file:step2.root #> step2_TTbar_13+TTbarFS_13+HARVESTUP15FS+MINIAODMCUP15FS.log 2>&1
rm
-f
step1_inDQM.root
cmsDriver.py step3
--conditions
auto:run2_mc
--fast
-n
$nevents
--era
Run2_2016
--eventcontent
AODSIM,MINIAODSIM
--runUnscheduled
--filein
file:step1.root
-s
PAT
--datatier
AODSIM,MINIAODSIM
--mc
--fileout
file:step3.root
#> step3_TTbar_13+TTbarFS_13+HARVESTUP15FS+MINIAODMCUP15FS.log 2>&1
cmsDriver.py step3
--conditions
auto:run2_mc
--fast
-n
$nevents
--era
Run2_2016
--eventcontent
AODSIM,MINIAODSIM
--runUnscheduled
--filein
file:step1.root
-s
PAT
--datatier
AODSIM,MINIAODSIM
--mc
--fileout
file:step3.root
rm
-f
NuclearInteractionOutputFile.txt step1.root step3.root
echo
"Done
$id
"
This diff is collapsed.
Click to expand it.
Full/run
+
15
−
4
View file @
3875cb36
#!/bin/zsh
#!/bin/zsh
nevents
=
1000
if
[[
$#
-le
1
]]
then
echo
$0
id
exit
1
fi
nevents
=
200
id
=
$1
id
=
$1
mkdir
-p
$id
cd
$id
cd
$id
cfi
=
TTbar_13TeV_TuneCUETP8M1_cfi
cfi
=
TTbar_13TeV_TuneCUETP8M1_cfi
cmsDriver.py
$cfi
--conditions
auto:run2_mc
-n
$nevents
--era
Run2_2016
--eventcontent
FEVTDEBUG
--relval
9000,50
-s
GEN,SIM
--datatier
GEN-SIM
--beamspot
Realistic50ns13TeVCollision
--fileout
file:step1.root
--no_exec
#> step1_TTbar_13+TTbar_13+DIGIUP15+RECOUP15+HARVESTUP15+ALCATTUP15.log 2>&1
cmsDriver.py
$cfi
--conditions
auto:run2_mc
-n
$nevents
--era
Run2_2016
--eventcontent
FEVTDEBUG
--relval
9000,50
-s
GEN,SIM
--datatier
GEN-SIM
--beamspot
Realistic50ns13TeVCollision
--fileout
file:step1.root
--no_exec
py
=
${
cfi
}
_GEN_SIM.py
py
=
${
cfi
}
_GEN_SIM.py
...
@@ -17,6 +24,10 @@ echo "process.RandomNumberGeneratorService.generator.initialSeed = cms.untracked
...
@@ -17,6 +24,10 @@ echo "process.RandomNumberGeneratorService.generator.initialSeed = cms.untracked
cmsRun
$py
cmsRun
$py
cmsDriver.py step2
--conditions
auto:run2_mc
-s
DIGI:pdigi_valid,L1,DIGI2RAW,HLT:@relval2016
--datatier
GEN-SIM-DIGI-RAW-HLTDEBUG
-n
$nevents
--era
Run2_2016
--eventcontent
FEVTDEBUGHLT
--filein
file:step1.root
--fileout
file:step2.root
#> step2_TTbar_13+TTbar_13+DIGIUP15+RECOUP15+HARVESTUP15+ALCATTUP15.log 2>&1
cmsDriver.py step2
--conditions
auto:run2_mc
-s
DIGI:pdigi_valid,L1,DIGI2RAW,HLT:@relval2016
--datatier
GEN-SIM-DIGI-RAW-HLTDEBUG
-n
$nevents
--era
Run2_2016
--eventcontent
FEVTDEBUGHLT
--filein
file:step1.root
--fileout
file:step2.root
rm
step1.root
cmsDriver.py step3
--runUnscheduled
--conditions
auto:run2_mc
-s
RAW2DIGI,L1Reco,RECO,RECOSIM,EI,PAT,VALIDATION:@standardValidation+@miniAODValidation,DQM:@standardDQM+@ExtraHLT+@miniAODDQM
--datatier
GEN-SIM-RECO,AODSIM,MINIAODSIM,DQMIO
-n
$nevents
--era
Run2_2016
--eventcontent
RECOSIM,AODSIM,MINIAODSIM,DQM
--filein
file:step2.root
--fileout
file:step3.root
cmsDriver.py step3
--runUnscheduled
--conditions
auto:run2_mc
-s
RAW2DIGI,L1Reco,RECO,RECOSIM,EI,PAT,VALIDATION:@standardValidation+@miniAODValidation,DQM:@standardDQM+@ExtraHLT+@miniAODDQM
--datatier
GEN-SIM-RECO,AODSIM,MINIAODSIM,DQMIO
-n
$nevents
--era
Run2_2016
--eventcontent
RECOSIM,AODSIM,MINIAODSIM,DQM
--filein
file:step2.root
--fileout
file:step3.root
#> step3_TTbar_13+TTbar_13+DIGIUP15+RECOUP15+HARVESTUP15+ALCATTUP15.log 2>&1
rm
-f
step2.root step3.root step3_inAODSIM.root step3_inDQM.root
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment