Skip to content

python-based analysis scripts for HGCal clustering studies based on ntuple

Notifications You must be signed in to change notification settings

CMS-HGCAL/ntuple-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

32f8a93 · Mar 6, 2019
Mar 6, 2019
Feb 13, 2019
Feb 27, 2019
May 14, 2018
Jun 13, 2018
May 4, 2018
Aug 9, 2017
Aug 21, 2017
Nov 2, 2017
Nov 17, 2017
Nov 17, 2017
Mar 26, 2018
May 4, 2018
Feb 11, 2019
Oct 11, 2017
Nov 2, 2017
Dec 11, 2017
May 14, 2018
May 14, 2018
May 14, 2018
Sep 26, 2017
Dec 11, 2017
Nov 14, 2017
Nov 1, 2017
Nov 1, 2017
Nov 2, 2017
Nov 2, 2017
Dec 11, 2017
Nov 15, 2017

Repository files navigation

ntuple-tools

The python scripts in this repository should help you get started analysing the HGCal ntuple.

General usage

NtupleDataFormat.py provides a wrapper to the ntuple such that it can be used as if it contained classes. An example implementation can be found in hgcalNtupleExample.py. You need to provide an ntuple ROOT file to it:

python hgcalNtupleExample.py inputFile.root

In case your input file resides on EOS, you need to prepend root://eoscms.cern.ch/ to the path, e.g. python hgcalNtupleExample.py "root://eoscms.cern.ch//eos/cms/store/cmst3/group/hgcal/CMG_studies/Production/FlatRandomPtGunProducer_SinglePion_Pt20To100GeV_Eta2p3To2p5_20170605/NTUP/partGun_PDGid211_x100_Pt20.0To100.0_NTUP_1.root"

HGCal imaging algorithm

HGCalImagingAlgo.py provides the HGCAl clustering code ported from CMSSW/C++ into a stand-alone python version that can run on the HGCAL ntuples. Parameterisation of the stand-alone clustering is identical to the CMSSW/C++ version. E.g. if parameter dependSensor is set to true, setting of E_c will be interpreted in terms of the local noise, and distance metric for both 2D clustering and multi-clustering is provided in terms of cm.

An example script for running different scenarios of stand-alone clustering, and comparison of sim-clusters and multi-clusters, is implemented in hgcalReClusteringExample.py, while rechit calibration is implemented in RecHitCalibration.py. In order to run thre example:

python hgcalReClusteringExample.py

About

python-based analysis scripts for HGCal clustering studies based on ntuple

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published