Skip to content

Repository with configurations for long exercise about HWW at CMS DAS 2023

Notifications You must be signed in to change notification settings

CERN-CMS-DAS-2023/long-ex-HWW

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PlotsConfigurationsCMSDAS2023CERN

Twiki: https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideCMSDataAnalysisSchoolCERN2023HWWLongExercise

Installation

Singularity image:

apptainer shell   -B /afs/ -B /cvmfs --bind /tmp  --bind /eos/ --env KRB5CCNAME=$KRB5CCNAME --bind /etc/sysconfig/ngbauth-submit   -B /etc/grid-security/certificates \
/cvmfs/unpacked.cern.ch/gitlab-registry.cern.ch/dvalsecc/latinoanalysis-cms-das-cern-2023:lxplus-cc7-latest

# You will be now inside the image
# Activate the CMSSW environment with LatinosAnalysis pre-installed under /opt/CMSSW_10_6_27
source /usr/bin/activate-latinos

# setup an environmental variable for the location of the jobs file
export LATINOS_BASEDIR=/afs/cern.ch/<your-preferred-location>/

# You are now ready to work on Latinos configurations

Manual install :

cmsrel CMSSW_10_6_4
cd CMSSW_10_6_4/src/
cmsenv
git clone --branch 13TeV [email protected]:latinos/setup.git LatinosSetup
source LatinosSetup/SetupShapeOnly.sh
git clone [email protected]:amassiro/PlotsConfigurationsCMSDAS2020CERN.git PlotsConfigurations
cd LatinoAnalysis/Tools/python/
cp userConfig_TEMPLATE.py userConfig.py (change the baseDir path to somewhere you have write permissions)     
cd -
scram b -j4

Content

First simple phase space:

Z>mumu
Z>ee

ControlRegions/DY/

Effect of scale factors:

Z>mumu
Z>ee

ControlRegions/DYscalefactors/

Non-prompt control region (a.k.a. same sign]

non-prompt

ControlRegions/NonPrompt/

Top control region

non-prompt

ControlRegions/Top/

Nuisances: theory nuisance

Nuisances/TheoryScale

Experimental nusances E.g. lepton scale

Nuisances/LeptonScale

Signal regions

SignalRegion/ggH
SignalRegion/VBF
SignalRegion/All

About

Repository with configurations for long exercise about HWW at CMS DAS 2023

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 77.3%
  • C++ 12.7%
  • C 9.4%
  • PHP 0.6%