This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
brilcalc lumi -b "STABLE BEAMS" --normtag /afs/cern.ch/user/l/lumipro/public/Normtags/normtag_PHYSICS.json -i processedLumis.json -u /fb |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
################################################### | |
how to print out the #events in the given dataset | |
################################################### | |
./dasgoclient_linux --query="summary dataset=/WWJJToLNuQQ_LL_13TeV-madgraph-pythia8/RunIISpring16MiniAODv2-premix_withHLT_80X_mcRun2_asymptotic_v14-v1/MINIAODSIM" | |
cbf: https://hypernews.cern.ch/HyperNews/CMS/get/crabFeedback/8361.html | |
dasgoclient --query 'site dataset=/BsToMuMu_BMuonFilter_SoftQCDnonD_TuneCUEP8M1_13TeV-pythia8-evtgen/RunIISpring16DR80-premix_withHLT_80X_mcRun2_asymptotic_v14-v1/AODSIM' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
=> IT WAS A TEMPORARY ERROR BECAUSE OF SITE ISSUE TO ACCESS NEUTRINO GUN SAMPLE | |
[nsahoo@lxplus018 src]$ cmsRun BPH-RunIISummer16DR80Premix-00001_1_cfg.py | |
################################################################### | |
# WARNING: this module is deprecated. # | |
# Please use CondCore.CondDB.CondDB_cfi.py # | |
################################################################### | |
L1TCalorimeter Sequence configured for Stage-2 (2016) trigger. | |
L1TMuon Sequence configured for Stage-2 (2016) trigger. | |
L1TGlobal Sequence configured for Stage-2 (2016) trigger. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
perl -pi -e "s/5000000/5000/g" *.py | |
and back again | |
perl -pi -e "s/5000/5000000/g" *.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gs -q -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sOutputFile=merged.pdf \ | |
source1.pdf source2.pdf source3.pdf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ git cms-addpkg GeneratorInterface/ExternalDecays | |
$ git cms-addpkg GeneratorInterface/EvtGenInterface <--- OLD | |
$ git clone https://github.com/cms-data/GeneratorInterface-EvtGenInterface GeneratorInterface/EvtGenInterface <--- NEW | |
$ mkdir -p Configuration/GenProduction/ | |
$ git clone [email protected]:cms-sw/genproductions.git Configuration/GenProduction/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://cms-pdmv.cern.ch/mcm/public/restapi/requests/get_setup/BPH-RunIISummer15GS-00001 | |
cmsDriver.py Configuration/GenProduction/python/BPH-RunIISummer15GS-00001-fragment.py --fileout file:BPH-RunIISummer15GS-00001.root --mc --eventcontent RAWSIM --customise SLHCUpgradeSimulations/Configuration/postLS1Customs.customisePostLS1,Configuration/DataProcessing/Utils.addMonitoring --datatier GEN-SIM --conditions MCRUN2_71_V1::All --beamspot Realistic50ns13TeVCollision --step GEN,SIM --magField 38T_PostLS1 --python_filename BPH-RunIISummer15GS-00001_1_cfg.py --no_exec -n 6066 || exit $? ; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/LambdaBToPsiMuMu_2MuPtEtaFilter_8TeV-pythia6-evtgen/Summer12_DR53X-PU_S10_START53_V7A-v2/AODSIM | |
/BdToMuMuK0_EtaPtFilter_8TeV-pythia6-evtgen/Summer12_DR53X-PU_S10_START53_V7C-v1/AODSIM | |
/B0ToPsiMuMu_2MuPtEtaFilter_8TeV-pythia6-evtgen/Summer12_DR53X-PU_S10_START53_V7A-v1/AODSIM | |
/BdToKstarMuMu_EtaPtFilter_8TeV-pythia6-evtgen/Summer12_DR53X-PU_RD2_START53_V19F-v1/AODSIM | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
############# | |
# Run 2015 # | |
############# | |
/Charmonium/Run2015B-PromptReco-v1/AOD | |
/Charmonium/Run2015C-PromptReco-v1/AOD | |
/Charmonium/Run2015D-PromptReco-v3/AOD | |
/Charmonium/Run2015D-PromptReco-v4/AOD | |
/MuOnia/Run2015B-PromptReco-v1/AOD | |
/DoubleMuon/Run2015B-PromptReco-v1/AOD |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### on lxplus machine, do the following ### | |
svn co -N svn+ssh://svn.cern.ch/reps/tdr2 myDir | |
cd myDir | |
svn update utils | |
svn update -N [papers|notes] | |
svn update [papers|notes]/XXX-YY-NNN | |
eval `[papers|notes]/tdr runtime -csh` # for tcsh. use -sh for bash. | |
cd [papers|notes]/XXX-YY-NNN/trunk |