Skip to content

ILDAnaSoft/ILDbench_gammaZ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

Releases

No releases published

Packages

No packages published

Languages