Fork me on GitHub

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


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • README.md

    r69da136 r9fbcf38  
    1 [![CircleCI](https://circleci.com/gh/delphes/delphes.svg?style=shield)](https://circleci.com/gh/delphes/delphes)
     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)
    22
    33Delphes
     
    1414
    1515```
    16    wget http://cp3.irmp.ucl.ac.be/downloads/Delphes-3.4.2.tar.gz
     16   wget http://cp3.irmp.ucl.ac.be/downloads/Delphes-3.5.0.tar.gz
    1717
    18    tar -zxf Delphes-3.4.2.tar.gz
     18   tar -zxf Delphes-3.5.0.tar.gz
    1919```
    2020
     
    2222
    2323```
    24    cd Delphes-3.4.2
     24   cd Delphes-3.5.0
    2525
    2626   make
     
    3030
    3131```
    32    ./DelphesHepMC
     32   ./DelphesHepMC3
    3333```
    3434
     
    3636
    3737```
    38    ./DelphesHepMC config_file output_file [input_file(s)]
     38   ./DelphesHepMC3 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  /afs/cern.ch/sw/lcg/external/gcc/4.9.3/x86_64-slc6/setup.sh
    70 
    71 source /afs/cern.ch/sw/lcg/app/releases/ROOT/6.06.00/x86_64-slc6-gcc49-opt/root/bin/thisroot.sh
     69source /cvmfs/sft.cern.ch/lcg/views/LCG_99/x86_64-centos7-gcc10-opt/setup.sh
    7270
    7371make
     
    8987
    9088```
    91    TFile::Open("delphes_output.root");
    92    Delphes->Draw("Electron.PT");
     89   TFile *f = TFile::Open("delphes_output.root");
     90   f->Get("Delphes")->Draw("Electron.PT");
    9391   TBrowser browser;
    9492```
Note: See TracChangeset for help on using the changeset viewer.