Fork me on GitHub

source: svn/trunk/INSTALL@ 599

Last change on this file since 599 was 549, checked in by severine ovyn, 14 years ago

add configure

File size: 1.8 KB
RevLine 
[533]1To install Delphes:
2________________________
3
41) untar the sources:
5 tar -xvf Delphes_V_1.8.tar.gz
6
72) go to the directory:
8 cd Delphes_V_1.8
9
103) generate the Makefile corresponding to your environment:
[549]11 ./configure
[533]12
134) compile the sources
14 make
15
16If the compilation succeeds, one reads:
17 Delphes has been compiled
18 Ready to run
19
[546]20In case of troubles with the compilation of FROG, it is probable that
21you miss the libGL packages. Here are some hints to install these on Linux:
22On Fedora:
23 sudo yum install mesa-libGL*
24On Ubuntu:
25 sudo apg-get install libgl1-mesa
[533]26
[546]27
[533]28To run Delphes:
29______________________
30
311) create a list of input files that you want to process,
32 - with one file name (or path/name) per line
33 - all files should be of the same type in a given list-file.
34 name your list-file as you prefer, for instance "inputlist.list"
35
362) run the command line
37 ./Delphes inputlist.list outputfile.root
38
393) this will run Delphes. Once completed, you should have the file "outputfile.root" ready for analyses.
40
41
42To run particular setup files:
43_______________________________
44
45Usage: ./Delphes input_file output_file [detector_card] [trigger_card]
46 input_list - list of files in Ntpl, StdHep, HepMC or LHEF format,
47 output_file - output file.
48 detector_card - Datacard containing resolution variables for the detector simulation (optional)
49 trigger_card - Datacard containing the trigger algorithms (optional)
50
51The default detector and trigger cards for the ATLAS and CMS detectors are located in the "data/" subdirectory
52 data/DetectorCard_ATLAS.dat & data/TriggerCard_ATLAS.dat
53 data/DetectorCard_CMS.dat & data/TriggerCard_CMS.dat
54 data/DetectorCard.dat & data/TriggerCard.dat
55
56
57For more details, have a look at the User Manual at the end of this document
58http://arxiv.org/abs/0903.2225
59arXiv:0903.2225v1 [hep-ph]
60
61
62-- last change 05/11/2009 --
Note: See TracBrowser for help on using the repository browser.