Fork me on GitHub

source: svn/trunk/INSTALL@ 533

Last change on this file since 533 was 533, checked in by Xavier Rouby, 15 years ago

small addition in the Makefile; INSTALL file

File size: 1.6 KB
Line 
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:
11 ./genMakefile.tcl > Makefile
12
134) compile the sources
14 make
15
16If the compilation succeeds, one reads:
17 Delphes has been compiled
18 Ready to run
19
20
21To run Delphes:
22______________________
23
241) create a list of input files that you want to process,
25 - with one file name (or path/name) per line
26 - all files should be of the same type in a given list-file.
27 name your list-file as you prefer, for instance "inputlist.list"
28
292) run the command line
30 ./Delphes inputlist.list outputfile.root
31
323) this will run Delphes. Once completed, you should have the file "outputfile.root" ready for analyses.
33
34
35To run particular setup files:
36_______________________________
37
38Usage: ./Delphes input_file output_file [detector_card] [trigger_card]
39 input_list - list of files in Ntpl, StdHep, HepMC or LHEF format,
40 output_file - output file.
41 detector_card - Datacard containing resolution variables for the detector simulation (optional)
42 trigger_card - Datacard containing the trigger algorithms (optional)
43
44The default detector and trigger cards for the ATLAS and CMS detectors are located in the "data/" subdirectory
45 data/DetectorCard_ATLAS.dat & data/TriggerCard_ATLAS.dat
46 data/DetectorCard_CMS.dat & data/TriggerCard_CMS.dat
47 data/DetectorCard.dat & data/TriggerCard.dat
48
49
50For more details, have a look at the User Manual at the end of this document
51http://arxiv.org/abs/0903.2225
52arXiv:0903.2225v1 [hep-ph]
53
54
55-- last change 05/11/2009 --
Note: See TracBrowser for help on using the repository browser.