https://github.com/atrisovic/lhcb-masterclass

A guide on how to run the LHCb masterclass exercise and a paper where the implementation is described.

https://github.com/atrisovic/lhcb-masterclass

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.0%) to scientific vocabulary
Last synced: 9 months ago · JSON representation

Repository

A guide on how to run the LHCb masterclass exercise and a paper where the implementation is described.

Basic Info
Statistics
  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created about 9 years ago · Last pushed about 9 years ago
Metadata Files
Readme

README.md

LHCb masterclass exercise

Official homepage: http://lhcb-public.web.cern.ch/lhcb-public/en/LHCb-outreach/masterclasses/en/index.html

Video tutorial: https://www.youtube.com/watch?v=x2qJUbF2qUQ

Instructions: How to run the LHCb masterclass exercise

Download the program:

wget https://gitlab.cern.ch/LHCbOutreach/LHCbMasterclass/repository/archive.zip unzip archive.zip cd LHCbMasterclass-master-9d4462db97b87afedd752277de8608d68ed3813a/

Build on Lxplus (AFS/EOS) without ROOT:

One way to run it on Lxplus:

LbLogin -c x86_64-slc5-gcc43-opt SetupProject DaVinci v30r3 cmake . make ./LHCb_launcher

Another way:

. /cvmfs/lhcb.cern.ch/lib/lcg/external/gcc/4.3.2/x86_64-slc5-gcc43-opt/setup.sh . /cvmfs/lhcb.cern.ch/lib/lcg/app/releases/ROOT/5.32.02/x86_64-slc5-gcc43-opt/root/bin/thisroot.sh cmake . make ./LHCb_launcher

Expected output:

[ 11%] Generating LaunchDict.h, LaunchDict.C Scanning dependencies of target LHCb_launcher [ 22%] Building CXX object src/D0_Lifetime/CMakeFiles/LHCb_launcher.dir/LHCb_launcher.C.o [ 33%] Building CXX object src/D0_Lifetime/CMakeFiles/LHCb_launcher.dir/launcher.cpp.o [ 44%] Building CXX object src/D0_Lifetime/CMakeFiles/LHCb_launcher.dir/LaunchDict.C.o [ 55%] Building CXX object src/D0_Lifetime/CMakeFiles/LHCb_launcher.dir/LHCb_D0_Exercise.C.o [ 66%] Building CXX object src/D0_Lifetime/CMakeFiles/LHCb_launcher.dir/Frame.cpp.o [ 77%] Building CXX object src/D0_Lifetime/CMakeFiles/LHCb_launcher.dir/LbMclassTrack.cpp.o [ 88%] Linking CXX executable ../../bin/LHCb_launcher [ 88%] Built target LHCb_launcher Scanning dependencies of target symlinks [100%] Create symlink to LHCb_launcher [100%] Built target symlinks

Once the build is complete you can run the exercise with ./LHCb_launcher even without setting up the environment.

Run with Docker

Install Docker: sudo curl -fsSL https://get.docker.com/ | sh sudo service docker start

Modify the Dockerfile to replace gid=1000 with your group ID. Find your group ID with id -g <your-username>.

Build and run the image: ``` sudo docker build -t lbmasterclass . sudo docker run -ti --rm -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix lbmasterclass

```

Inside the container type ./LHCb_launcher to start the exercise. To exit the exercise and the container run: Ctrl + C and then type exit.

Owner

  • Name: Ana Trisovic
  • Login: atrisovic
  • Kind: user
  • Location: Cambridge, USA
  • Company: Harvard University

Computer Scientist and #Reproducibility Researcher at @HarvardBiostats & @IQSS | previously with @UChicago, @Cambridge_Uni and @LHCbExperiment @CERN

GitHub Events

Total
Last Year

Committers

Last synced: 11 months ago

All Time
  • Total Commits: 5
  • Total Committers: 1
  • Avg Commits per committer: 5.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Ana Trisovic a****c@g****m 5

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Dependencies

Dockerfile docker
  • lhcbdev/slc5-build latest build