Skip to content

Latest commit

 

History

History
31 lines (14 loc) · 490 Bytes

README.md

File metadata and controls

31 lines (14 loc) · 490 Bytes

A collection of codes and materials for the HLT studies for the High Eta calibration.

  • In folder testpath/

cp /afs/cern.ch/user/f/fxia/work/public/RelVal_DigiL1Raw_GRun_MC.root .

cmsRun testpathv4.py

Install:

git clone https://github.com/VirginiaCMS/HighEtaCalibHLTStudy.git

Some other useful commands:

  • add a new file:

git add newfile

git commit -m "add a newfile" -a

git push origin

  • change something

git commit -m "changed a file" -a

git push origin