Fork me on GitHub

Changeset 334 in svn


Ignore:
Timestamp:
Mar 12, 2009, 12:58:45 PM (16 years ago)
Author:
Xavier Rouby
Message:

update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FAQ

    r211 r334  
    11Frequently Asked Questions
    2 -- Latest revision : 12/01/2009 --
    32
    4 (Q) (fixed) there are many lines printed at the end of the run of Delphes. Is it an error?
    5 55555 D0
    6  - 20000 D0
    7  -  - 3000 (detId=900000000 Name=Delphes)
    8  -  -  - 3000 (detId=910000000 Name=Tracker)
    9  -  -  -  - 41040 (detId=9100010)
    10  -  -  -  - 41040 (detId=9100020)
    11  -  -  -  - 41040 (detId=9100030)
    12  -  -  -  - 41040 (detId=9100040)
    13 ...
    14 (A) no, this is normal, this is just the output of FROG, showing that everything is ok.
    15 You should find your *vis and *geom files when it has ended.
     3-- Latest revision : 12/03/2009 --
     4-- See also Delphes website:
     5--  http://www.fynu.ucl.ac.be/users/s.ovyn/Delphes/faq.html
    166
     7
     8(Q) Delphes complains that data/DataCardDet.dat is not found.
     9(A) In more recent version of the code (>1.4beta) the default names have been changed to DetectorCard.dat.
     10 Similarly, trigger cards are now called TriggerCard.dat
     11
     12
     13(Q) May I run the convertor stage independently before running Delphes?
     14(A) Yes, you can convert your generator-level input files, by running the 'Convertors_Only' executable:
     15        me@mylaptop:~$ ./Convertors_Only
     16        Usage: ./Convertors_Only input_file output_file
     17        input_list - list of files in Ntpl, StdHep of LHEF format,
     18        output_file - output file.
     19        me@mylaptop:~$ ./Convertors_Only TEST.list converted.root       
     20
     21
     22(Q) I did not create a LHCO output file when I ran Delphes (FLAG_lhco=0). Can I do this on my ROOT output file?
     23(A) The LHCO output file can be easily created out-of your Delphes ROOT output file, by running the 'LHCO_Only' executable:
     24        me@mylaptop:~$ ./LHCO_Only
     25        Usage: ./LHCO_Only input_file [runlog_file]
     26        input_file - file in Delphes root format,
     27        [runlog_file] - the corresponding log file (optional)
     28        me@mylaptop:~$ ./LHCO_Only test.root
     29
     30(Q) I did not run the triggers when I ran Delphes (FLAG_trigger=0). Can I reprocess this on my output file?
     31(A) There is no problem to re-run the trigger on a Delphes output-file. Just run the 'Trigger_Only' executable:
     32        me@mylaptop:~$ ./Trigger_Only
     33        Usage: ./Trigger_Only input_file output_file [detector_card] [trigger_card]
     34        input_file - file in Delphe root format,
     35        trigger_card - Datacard containing the trigger algorithms (optional)
     36        me@mylaptop:~$ ./Trigger_Only test_without_trigger.root test_with_trigger.root data/mydetector.dat data/mytrigger.dat
    1737
    1838(Q) I do not remember how to run FROG
     
    5171  - now it should work properly
    5272
     73(Q) (fixed) there are many lines printed at the end of the run of Delphes. Is it an error?
     7455555 D0
     75 - 20000 D0
     76 -  - 3000 (detId=900000000 Name=Delphes)
     77 -  -  - 3000 (detId=910000000 Name=Tracker)
     78 -  -  -  - 41040 (detId=9100010)
     79 -  -  -  - 41040 (detId=9100020)
     80 -  -  -  - 41040 (detId=9100030)
     81 -  -  -  - 41040 (detId=9100040)
     82...
     83(A) no, this is normal, this is just the output of FROG, showing that everything is ok.
     84You should find your *vis and *geom files when it has ended.
    5385
Note: See TracChangeset for help on using the changeset viewer.