Fork me on GitHub

Changeset a8782e8 in git


Ignore:
Timestamp:
Dec 11, 2014, 4:34:30 PM (10 years ago)
Author:
Michele Selvaggi <michele.selvaggi@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
14ae668
Parents:
8e602e5
Message:

replace examples by cards

Files:
7 edited

Legend:

Unmodified
Added
Removed
  • README

    r8e602e5 ra8782e8  
    3030   wget http://cp3.irmp.ucl.ac.be/downloads/z_ee.hep.gz
    3131   gunzip z_ee.hep.gz
    32    ./DelphesSTDHEP examples/delphes_card_CMS.tcl delphes_output.root z_ee.hep
     32   ./DelphesSTDHEP cards/delphes_card_CMS.tcl delphes_output.root z_ee.hep
    3333
    3434or
    3535
    36    curl -s http://cp3.irmp.ucl.ac.be/downloads/z_ee.hep.gz | gunzip | ./DelphesSTDHEP examples/delphes_card_CMS.tcl delphes_output.root
     36   curl -s http://cp3.irmp.ucl.ac.be/downloads/z_ee.hep.gz | gunzip | ./DelphesSTDHEP cards/delphes_card_CMS.tcl delphes_output.root
    3737
    3838For more detailed documentation, please visit
  • README.md

    r8e602e5 ra8782e8  
    3939wget http://cp3.irmp.ucl.ac.be/downloads/z_ee.hep.gz
    4040gunzip z_ee.hep.gz
    41 ./DelphesSTDHEP examples/delphes_card_CMS.tcl delphes_output.root z_ee.hep
     41./DelphesSTDHEP cards/delphes_card_CMS.tcl delphes_output.root z_ee.hep
    4242```
    4343
     
    4545
    4646```
    47 curl -s http://cp3.irmp.ucl.ac.be/downloads/z_ee.hep.gz | gunzip | ./DelphesSTDHEP examples/delphes_card_CMS.tcl delphes_output.root
     47curl -s http://cp3.irmp.ucl.ac.be/downloads/z_ee.hep.gz | gunzip | ./DelphesSTDHEP cards/delphes_card_CMS.tcl delphes_output.root
    4848```
    4949
  • README_4LHCb

    r8e602e5 ra8782e8  
    5353  wget http://cp3.irmp.ucl.ac.be/downloads/pp2bb.hep.tgz
    5454  tar -xzvf pp2bb.hep.tgz
    55   ./DelphesSTDHEP examples/delphes_card_prelLHCb.tcl delphes_output.root pp2bb.hep
     55  ./DelphesSTDHEP cards/delphes_card_prelLHCb.tcl delphes_output.root pp2bb.hep
    5656
    5757
  • examples/DelphesBrowser.C

    r8e602e5 ra8782e8  
    1818  TObjArray *partonOutputArray = modularDelphes->ExportArray("partons");
    1919
    20   confReader->ReadFile("examples/delphes_card_CMS.tcl");
     20  confReader->ReadFile("cards/delphes_card_CMS.tcl");
    2121
    2222  modularDelphes->SetConfReader(confReader);
  • examples/ExternalFastJetBasic.cpp

    r8e602e5 ra8782e8  
    1717 */
    1818
     19/*
     20
     21First, you need to set DELPHES_DIR, FASTJET_DIR and ROOT_DIR:
     22
     23DELPHES_DIR=<path to Delphes installation>
     24FASTJET_DIR=<path to FastJet installation>
     25ROOT_DIR=<path to ROOT installation>
     26
     27Then run the following commands to build ExternalFastJetBasic:
     28
     29DELPHES_LIB="-L$DELPHES_DIR -lDelphesNoFastJet"
     30
     31FASTJET_INC=`$FASTJET_DIR/bin/fastjet-config --cxxflags`
     32FASTJET_LIB=`$FASTJET_DIR/bin/fastjet-config --libs`
     33
     34ROOT_INC=`$ROOT_DIR/bin/root-config --incdir`
     35ROOT_LIB=`$ROOT_DIR/bin/root-config --libs`
     36
     37CXXFLAGS="$FASTJET_INC -I$ROOT_INC -I$DELPHES_DIR -I$DELPHES_DIR/external"
     38LDFLAGS="$FASTJET_LIB $ROOT_LIB $DELPHES_LIB"
     39
     40g++ $CXXFLAGS $LDFLAGS ExternalFastJetBasic.cpp -o ExternalFastJetBasic
     41
     42*/
     43
    1944#include <stdexcept>
    2045#include <iostream>
  • examples/ExternalFastJetHepMC.cpp

    r8e602e5 ra8782e8  
    1717 */
    1818
     19/*
     20
     21First, you need to set DELPHES_DIR, FASTJET_DIR and ROOT_DIR:
     22
     23DELPHES_DIR=<path to Delphes installation>
     24FASTJET_DIR=<path to FastJet installation>
     25ROOT_DIR=<path to ROOT installation>
     26
     27Then run the following commands to build ExternalFastJetHepMC:
     28
     29DELPHES_LIB="-L$DELPHES_DIR -lDelphesNoFastJet"
     30
     31FASTJET_INC=`$FASTJET_DIR/bin/fastjet-config --cxxflags`
     32FASTJET_LIB=`$FASTJET_DIR/bin/fastjet-config --libs`
     33
     34ROOT_INC=`$ROOT_DIR/bin/root-config --incdir`
     35ROOT_LIB=`$ROOT_DIR/bin/root-config --libs`
     36
     37CXXFLAGS="$FASTJET_INC -I$ROOT_INC -I$DELPHES_DIR -I$DELPHES_DIR/external"
     38LDFLAGS="$FASTJET_LIB $ROOT_LIB $DELPHES_LIB"
     39
     40g++ $CXXFLAGS $LDFLAGS ExternalFastJetHepMC.cpp -o ExternalFastJetHepMC
     41
     42*/
     43
    1944#include <stdexcept>
    2045#include <iostream>
  • modules/Hector.cc

    r8e602e5 ra8782e8  
    9090
    9191  fBeamLine = new H_BeamLine(fDirection, fBeamLineLength + 0.1);
    92   fBeamLine->fill(GetString("BeamLineFile", "examples/LHCB1IR5_5TeV.tfs"), fDirection, GetString("IPName", "IP5"));
     92  fBeamLine->fill(GetString("BeamLineFile", "cards/LHCB1IR5_5TeV.tfs"), fDirection, GetString("IPName", "IP5"));
    9393  fBeamLine->offsetElements(fOffsetS, fOffsetX);
    9494  fBeamLine->calcMatrix();
Note: See TracChangeset for help on using the changeset viewer.