• Main INDEX
  • Monthly INDEX
  • PREV
  • NEXT
    Make New Entry, Make Followup Entry

    User name dalton

    Log entry time 23:40:05 on August 31, 2009

    Entry number 287274

    keyword=Bug in pan?

    When prompt.pl (called with --forcepan) splits output files, the second
    and onward files are misnamed if previous output already exists. i.e.

    First running:
    ROOTfiles/parity09_11804_standard.root
    ROOTfiles/parity09_11804_standard_1.root

    Second running:
    ROOTfiles/parity09_11804_standard.root
    ROOTfiles/parity09_11804_standard__1.root

    Third running:
    ROOTfiles/parity09_11804_standard.root
    ROOTfiles/parity09_11804_standard___1.root

    Hopefully I can get around to solving this problem soon. Until then it
    will pay to delete the the old output before using --forcepan.