Skip to content

Test Beam 2023 repository | DQM ana analysis

License

Notifications You must be signed in to change notification settings

SeoYJang/TB2023_Analysis

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dual-readout_TB

FWcore for TB data analysis

Dependencies

  • ROOT
  • python3
  • boost::python

Compile

source buildNinstall.sh
cd test
source compile.sh <analysis code in cpp>

e.g.) source compile.sh TBanalysis

Run

./TBanalysis <run number>

e.g.) ./TBanalysis 682  #if you want to analyze Run682 (20GeV positron in the center of M2T5 (SiPM tower))

If don't want to use script

Compile

source /cvmfs/sft.cern.ch/lcg/views/LCG_102/x86_64-centos7-gcc11-opt/setup.sh # on lxplus for dependencies
mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=../install
make -j4 install

Environment setup

export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:<path_to_install>/lib64 # or lib based on your architecture
export PYTHONPATH=$PYTHONPATH:<path_to_install>/lib64 # or lib based on your architecture

About

Test Beam 2023 repository | DQM ana analysis

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 97.3%
  • Python 1.7%
  • Other 1.0%