forked from CSEmbree/MyAnalysis
gibsjose/MyAnalysis
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
This branch is 5 commits ahead, 1 commit behind CSEmbree:master.
Latest commit
Git stats
Files
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
INTRO: Please read through this document to understand what is needed to generate plots ################################################### # DEPENDANCIES # ################################################### FILES: Need access to newest of the following files: MyBand.{cxx,h} MyCrossSection.{cxx,h} MyData.{cxx,h} MyEvent.{cxx,h} MyFrame.{cxx,h} MyFrameData.{cxx,h} MyGrid.{cxx,h} MyGrids/ MyPDF/ MyPDF.{cxx,h} Link (ln -s) your LHAPDF v5.X.X PDFsets directory to the home project directory. ln -s `lhapdf-config --pdfsets-path` The most recently tested version for this code is LHAPDF 5.9.1 SOFTWARE: applgrid - Any version root - A version <= v5.34.05 STEERING: Also uses steering file to run, an example here can be found in the home project directory under the 'example' directory This MyCrossSection steering file also requires a MyGrid steering, MyPDF steering, and MyGrid steering. examples of steering files for these can be found in the 'docs' directory ################################################### # SETUP # ################################################### Please edit the setup script called 'setuplxplus.sh' to your liking, and then perform: source setuplxplus.sh make clean make ################################################### # RUNNING # ################################################### Executable 'plot' takes 1 parameter: 1 - MyCrossSection steering file Make your own steering files in the format that can be found in the 'docs' directory. An example is also found in the 'example' directory. Output from running will show in root, so you should enable X11 forwarding if you are sshing in, which for cern user's looks something like: ssh -X username@lxplus.cern.ch ################################################### # EXAMPLE RUNS # ################################################### EXAMPLE RUN(S): Consider the example in the example directory that can be ran wtih: ./plot example/atlastest.txt
About
CERN Advisor's MyAnalysis code
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C++ 82.8%
- C 14.9%
- Shell 2.0%
- Fortran 0.3%