Skip to content

CMS-ECAL-Trigger-Group/ETTAnalyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ETT Analyzer

The purpose of the ETT (ECAL Trigger Team) Analyzer is to process RAW CMS data files for ETT studies and re-emulation. Possible studies include:

  • Evaluation of double weights configurations with 2018 data and 2021 CMS commissioning data
  • Studies of ECAL TP pre-firing
  • Studies of 5BX L1 TP readout
  • <Your creative idea here>

Current CMSSW version compatibility: CMSSW_12_3_0

Setup

To setup the repository in CMSSW_12_3_0:

export SCRAM_ARCH=slc7_amd64_gcc900 
cmsrel CMSSW_12_3_0
cd CMSSW_12_3_0/src
cmsenv
git cms-init

Then one should clone the repository either via HTTPS protocol:

git clone https://github.com/CMS-ECAL-Trigger-Group/ETTAnalyzer.git

or SSH protocol:

git clone git@github.com:CMS-ECAL-Trigger-Group/ETTAnalyzer.git

And proceed to build:

cd ETTAnalyzer/ETTAnalyzer
scram b -j  

Examples and functionalities