Skip to content

Home of the Ntuplizer for the HGCAL reconstruction software studies

Notifications You must be signed in to change notification settings

gvonsem/reco-ntuples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

reco-ntuples

Home of the Ntuplizer for the HGCAL reconstruction software studies

Ntuple content definitions can be found at Definitions.md.

This version is based on >= CMSSW_10_6_0_pre3, instructions below should provide you with the version for the TDR sample production. Please check if there are later CMSSW_10_6_X versions available to profit from bugfixes.

cmsrel CMSSW_10_6_0_pre3
cd CMSSW_10_6_0_pre3/src
cmsenv
git clone git@github.com:CMS-HGCAL/reco-ntuples.git RecoNtuples
cd RecoNtuples
git checkout -b topic_${USER}
cd ../
scram b -j4

The input file needs to be step3 (i.e. RECO). Example configs are provided in HGCalAnalysis/test.

Mind that depending on your RECO input file, you need to set inputTag_HGCalMultiCluster in the config part for the EDAnalyzer of HGCalAnalysis (i.e. the ntupliser) to either hgcalMultiClusters (newer releases) or hgcalLayerClusters (older releases).

For older versions, please check the releases tab.

About

Home of the Ntuplizer for the HGCAL reconstruction software studies

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 95.8%
  • Python 4.2%