Skip to content

runxuanmaxwang/TriggerStudies

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TriggerStudies

Quick Start in SLC7

cmsrel CMSSW_11_1_0_pre6
cd CMSSW_11_1_0_pre6/src/
cmsenv 
git cms-init
git cms-merge-topic patrickbryant:MakePyBind11ParameterSetsIncludingCommandLineArguments
git clone git@github.com:patrickbryant/nTupleAnalysis.git
git clone git@github.com:johnalison/TriggerStudies.git

Edit: nTupleAnalysis/baseClasses/src/myParameterSetReader.cc and nTupleAnalysis/baseClasses/src/myMakeParameterSets.cc to make sure that line

#define NTUPLEANALYSIS_SLC6 1

is commented OUT

Edit TriggerStudies/NtupleAna/bin/BTagAnalyzer.cc to make sure that line

#define BTagAnalysis_SLC6 1

is commented OUT

scram b -j 5

Quick Start in SLC6

cd CMSSW_10_2_0/src
cmsenv
git clone git@github.com:patrickbryant/nTupleAnalysis.git
git clone git@github.com:patrickbryant/ZZ4b.git

Edit: nTupleAnalysis/baseClasses/src/myParameterSetReader.cc nTupleAnalysis/baseClasses/src/myMakeParameterSets.cc to make sure that line

#define NTUPLEANALYSIS_SLC6 1

is UNCOMMENTED

Edit TriggerStudies/NtupleAna/bin/BTagAnalyzer.cc to make sure that line

#define BTagAnalysis_SLC6 1

is commented OUT

Assuming that goes well and example that runs on data is (From LPC)

source TriggerStudies/NtupleAna/run/runData18B.sh

Neural Net input files

wget https://raw.githubusercontent.com/cms-data/RecoBTag-Combined/master/DeepCSV_PhaseII.json -P RecoBTag/Combined/data/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 63.9%
  • C++ 30.7%
  • Shell 5.4%