Skip to content

Latest commit

 

History

History
52 lines (34 loc) · 1.13 KB

Readme.md

File metadata and controls

52 lines (34 loc) · 1.13 KB

ILDbench_gammaZ

ee -> gamma Z analysis

Installation

Explain here:

  • what are the package dependencies (iLCSoft, others ?)
  • how to compile your package. Should normally be something like:
source /path/to/ilcsoft/init_ilcsoft.sh
mkdir build
cd build
cmake -C $ILCSOFT/ILCSoft.cmake ..
make install

How to run the analysis

Explain here:

  • where to find data needed for your analysis or how to produce them
  • how to run you analysis:
    • Marlin processors to run ?
    • ROOT macros to run ?
    • Shell scripts ?
    • Run the analysis on grid if you provide scripts for that

Example:

export MARLIN_DLL=./lib/libILDbench_gammaZ.so
Marlin ./scripts/ExampleProcessor.xml

If you want to provide a lot of details on your analysis, use the doc/Readme.md and point to it from this Readme.md file:

More documentation available here in doc/Readme.md !

Issues and contact

Explain here how can people reach you: