Skip to content
This repository was archived by the owner on Jun 26, 2023. It is now read-only.

HCALPFG/HcalNano

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Warning

This repository has been archived. HcalNanoAOD is now part of https://github.com/cms-sw/cmssw.

HcalNano

An EDM analyer for analyzing HCAL digis and RecHits. This supersedes https://github.com/HCALPFG/HcalTupleMaker, replacing the custom output module with CMSSW NanoAODOutputModule.

Setup instructions:

scram project -n "CMSSW_12_3_0_HcalNano" CMSSW_12_3_0
cd CMSSW_12_3_0_HcalNano/src
cmsenv
git cms-init

## If you want ZSTD or LZ4 compression
# git cms-rebase-topic DryRun:CMSSW_12_3_0-nanocompression

git clone git@github.com:HCALPFG/HcalNano.git HCALPFG/HcalNano
git clone git@github.com:HCALPFG/HcalNanoDF.git DataFormats/HcalNano

## Optional, if you want to study or modify NanoAOD in some way:
git cms-addpkg PhysicsTools/NanoAOD
git cms-addpkg DataFormats/NanoAOD

scram b -j8

Example:

cd $CMSSW_BASE/src/HCALPFG/HcalNano/test
cmsRun test_cfg.py inputFiles=root://eoscms.cern.ch//store/group/dpg_hcal/comm_hcal/Splashes2022/splashes_350968_FEVT.root outputFile=hcalnano_test.root nThreads=4 compressionAlgorithm=ZLIB compressionLevel=5

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published