Fork me on GitHub

Changes in README.md [9fbcf38:69da136] in git


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • README.md

    r9fbcf38 r69da136  
    1 [![CI](https://github.com/delphes/delphes/actions/workflows/ci.yml/badge.svg)](https://github.com/delphes/delphes/actions/workflows/ci.yml) [![DOI](https://zenodo.org/badge/21390046.svg)](https://zenodo.org/badge/latestdoi/21390046)
     1[![CircleCI](https://circleci.com/gh/delphes/delphes.svg?style=shield)](https://circleci.com/gh/delphes/delphes)
    22
    33Delphes
     
    1414
    1515```
    16    wget http://cp3.irmp.ucl.ac.be/downloads/Delphes-3.5.0.tar.gz
     16   wget http://cp3.irmp.ucl.ac.be/downloads/Delphes-3.4.2.tar.gz
    1717
    18    tar -zxf Delphes-3.5.0.tar.gz
     18   tar -zxf Delphes-3.4.2.tar.gz
    1919```
    2020
     
    2222
    2323```
    24    cd Delphes-3.5.0
     24   cd Delphes-3.4.2
    2525
    2626   make
     
    3030
    3131```
    32    ./DelphesHepMC3
     32   ./DelphesHepMC
    3333```
    3434
     
    3636
    3737```
    38    ./DelphesHepMC3 config_file output_file [input_file(s)]
     38   ./DelphesHepMC config_file output_file [input_file(s)]
    3939     config_file - configuration file in Tcl format
    4040     output_file - output file in ROOT format,
     
    6767cd Delphes
    6868
    69 source /cvmfs/sft.cern.ch/lcg/views/LCG_99/x86_64-centos7-gcc10-opt/setup.sh
     69source  /afs/cern.ch/sw/lcg/external/gcc/4.9.3/x86_64-slc6/setup.sh
     70
     71source /afs/cern.ch/sw/lcg/app/releases/ROOT/6.06.00/x86_64-slc6-gcc49-opt/root/bin/thisroot.sh
    7072
    7173make
     
    8789
    8890```
    89    TFile *f = TFile::Open("delphes_output.root");
    90    f->Get("Delphes")->Draw("Electron.PT");
     91   TFile::Open("delphes_output.root");
     92   Delphes->Draw("Electron.PT");
    9193   TBrowser browser;
    9294```
Note: See TracChangeset for help on using the changeset viewer.