Skip to content

gibsjose/MyAnalysis

master
Switch branches/tags

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
This branch is 5 commits ahead, 1 commit behind CSEmbree:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
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

No packages published

Languages

  • C++ 82.8%
  • C 14.9%
  • Shell 2.0%
  • Fortran 0.3%