Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

transferSystem PSet support and other DAQ updates (74X) #7991

Merged
merged 15 commits into from Mar 2, 2015

Commits on Feb 26, 2015

  1. fake BU support for copying existing directory with HLT menu and othe…

    …r parameters propagated through BU
    smorovic committed Feb 26, 2015
    Configuration menu
    Copy the full SHA
    953ca50 View commit details
    Browse the repository at this point in the history
  2. creation of BoLS file

    smorovic committed Feb 26, 2015
    Configuration menu
    Copy the full SHA
    39486ca View commit details
    Browse the repository at this point in the history
  3. ini file checksum: output module reads back and verifies checksum of the

    ini file. then file is moved from open subdirectory to the local run
    directory
    smorovic committed Feb 26, 2015
    Configuration menu
    Copy the full SHA
    7272709 View commit details
    Browse the repository at this point in the history
  4. sleep and repeat check for EoL two times in case EoR appears without …

    …EoL for current lumisection
    smorovic committed Feb 26, 2015
    Configuration menu
    Copy the full SHA
    e18409a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1f31f39 View commit details
    Browse the repository at this point in the history
  6. *moving new fffparameters.jsn file

    *updating to latest json metafile definitions as in BU
    smorovic committed Feb 26, 2015
    Configuration menu
    Copy the full SHA
    023beeb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6920cf7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b253304 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    33aeda2 View commit details
    Browse the repository at this point in the history
  10. transfer destination added to output json for all streams (except str…

    …eamError which is external)
    smorovic committed Feb 26, 2015
    Configuration menu
    Copy the full SHA
    800e1c0 View commit details
    Browse the repository at this point in the history
  11. *passing selected transfer mode as untracked parameter

    *updated cfi definition of EvFDaqDirector
    *fixed stream destinations call in DQMFileSaver
    smorovic committed Feb 26, 2015
    Configuration menu
    Copy the full SHA
    bce6dc9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    775e22d View commit details
    Browse the repository at this point in the history
  13. *DQMFileSaver fixes:

     - beginRun is const, so we must read transfer system string in beginJob
       (also could be done from constructor)
     - fillJson is static, so we pass transfer system string as parameter. Also adapted TimeoutPoolOutputModule to this.
    smorovic committed Feb 26, 2015
    Configuration menu
    Copy the full SHA
    7bdbd2c View commit details
    Browse the repository at this point in the history
  14. *can not get process Pset in constructor of the service. Subsequently…

    … also can
    
    not get anything from constructor of the output module. beginJob is
    at the moment safe to override because StreamerOutputModuleBase does not do anything
    at that time, so moving the call there.
    smorovic committed Feb 26, 2015
    Configuration menu
    Copy the full SHA
    e158a09 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2015

  1. *removed unused functions constructing the transfer file path

    *fake BU writing EoLS file after interrupted by signal
    *supervisor thread makes a check for additional files when run is ended, delayed by 0.1 seconds.
      This makes sure that new raw data is not present. Also this slightly postpones a check
      for EoLS file in ramdisk in case it does not become visible before EoR file (when their timestamps are very close)
    smorovic committed Feb 27, 2015
    Configuration menu
    Copy the full SHA
    79118e8 View commit details
    Browse the repository at this point in the history