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

Forward port of #5113 #5721 #5609 #5638 to 72x #5860

Merged
merged 23 commits into from Oct 22, 2014

Commits on Oct 16, 2014

  1. placeholder for Online DQM source for DAQ2

    (cherry picked from commit d8b3f4e)
    cerminar authored and Dmitrijus Bugelskis committed Oct 16, 2014
    Configuration menu
    Copy the full SHA
    96f78d4 View commit details
    Browse the repository at this point in the history
  2. add a prototype for visualization processing stripping down express one

    (cherry picked from commit 533065f)
    cerminar authored and Dmitrijus Bugelskis committed Oct 16, 2014
    Configuration menu
    Copy the full SHA
    9d0f18a View commit details
    Browse the repository at this point in the history
  3. test utility for visualization config out of DP

    (cherry picked from commit 43b1a53)
    cerminar authored and Dmitrijus Bugelskis committed Oct 16, 2014
    Configuration menu
    Copy the full SHA
    734ae86 View commit details
    Browse the repository at this point in the history
  4. rename the DQM source for online to DQMDAQ and add an option to have …

    …TimeoutOutputModule
    
    (cherry picked from commit 313a99f)
    cerminar authored and Dmitrijus Bugelskis committed Oct 16, 2014
    Configuration menu
    Copy the full SHA
    95959d5 View commit details
    Browse the repository at this point in the history
  5. add visualizationProcessing to the baseclass for all scenarios

    (cherry picked from commit f6d5ba6)
    cerminar authored and Dmitrijus Bugelskis committed Oct 16, 2014
    Configuration menu
    Copy the full SHA
    48d2b6a View commit details
    Browse the repository at this point in the history
  6. add logic to switch from EDM to DQMDAQ source on the fly depending on…

    … the input file requirements
    
    (cherry picked from commit ba30508)
    cerminar authored and Dmitrijus Bugelskis committed Oct 16, 2014
    Configuration menu
    Copy the full SHA
    2a0eaa0 View commit details
    Browse the repository at this point in the history
  7. add filtering step as optional and handl input and output modules

    (cherry picked from commit f4e0030)
    cerminar authored and Dmitrijus Bugelskis committed Oct 16, 2014
    Configuration menu
    Copy the full SHA
    c89f1ef View commit details
    Browse the repository at this point in the history
  8. add the visualization call to the actual implementation fo the scenarios

    (cherry picked from commit 4be560b)
    cerminar authored and Dmitrijus Bugelskis committed Oct 16, 2014
    Configuration menu
    Copy the full SHA
    6155197 View commit details
    Browse the repository at this point in the history
  9. cleanup parameters names and output

    (cherry picked from commit c5908ab)
    cerminar authored and Dmitrijus Bugelskis committed Oct 16, 2014
    Configuration menu
    Copy the full SHA
    bfed822 View commit details
    Browse the repository at this point in the history
  10. add visualization call to the test

    (cherry picked from commit 0de3e11)
    cerminar authored and Dmitrijus Bugelskis committed Oct 16, 2014
    Configuration menu
    Copy the full SHA
    3456550 View commit details
    Browse the repository at this point in the history
  11. Add cfi to setup DQM application running out of Express GT in the .cm…

    …s network. The GT name can be retrieved automatically from the Tier0DAS API
    
    (cherry picked from commit 5784b71)
    cerminar authored and Dmitrijus Bugelskis committed Oct 16, 2014
    Configuration menu
    Copy the full SHA
    11a5e1b View commit details
    Browse the repository at this point in the history
  12. switch the visualization config for online DQM to use the express GT …

    …automatically fetched from tier0das
    
    (cherry picked from commit 4a0fe87)
    cerminar authored and Dmitrijus Bugelskis committed Oct 16, 2014
    Configuration menu
    Copy the full SHA
    ff6bdbe View commit details
    Browse the repository at this point in the history
  13. remove the lumiProducer from the cosmics reconstruction sequence used…

    … for visualization
    
    (cherry picked from commit b78a889)
    cerminar authored and Dmitrijus Bugelskis committed Oct 16, 2014
    Configuration menu
    Copy the full SHA
    7aa7d44 View commit details
    Browse the repository at this point in the history
  14. Redesign monitoring for the online DQM monitoring.

    (cherry picked from commit f38ef1e)
    
    Conflicts:
    	DQMServices/StreamerIO/plugins/DQMProtobufReader.cc
    Dmitrijus Bugelskis committed Oct 16, 2014
    Configuration menu
    Copy the full SHA
    6b32211 View commit details
    Browse the repository at this point in the history
  15. Move for iterative monitoring for Online DQM Monitoring.

    (cherry picked from commit 3d0d003)
    Dmitrijus Bugelskis committed Oct 16, 2014
    Configuration menu
    Copy the full SHA
    bd80127 View commit details
    Browse the repository at this point in the history
  16. A small hack in case we receive non-atomic file moves from the DAQ.

    (cherry picked from commit 3512fd3)
    Dmitrijus Bugelskis committed Oct 16, 2014
    Configuration menu
    Copy the full SHA
    5c0283c View commit details
    Browse the repository at this point in the history
  17. Move for iterative monitoring for Online DQM Monitoring (try 2).

    (cherry picked from commit 2e14b6c)
    Dmitrijus Bugelskis committed Oct 16, 2014
    Configuration menu
    Copy the full SHA
    41b7e1e View commit details
    Browse the repository at this point in the history
  18. Online DQM input files now parse the stream component.

    (cherry picked from commit 9d38356)
    
    Conflicts:
    	DQM/Integration/python/test/inputsource_cfi.py
    Dmitrijus Bugelskis committed Oct 16, 2014
    Configuration menu
    Copy the full SHA
    1b1d6c2 View commit details
    Browse the repository at this point in the history
  19. Invalid regex was used for file name matching (Online DQM InputSource).

    (cherry picked from commit 45ecc80)
    Dmitrijus Bugelskis committed Oct 16, 2014
    Configuration menu
    Copy the full SHA
    c8af25a View commit details
    Browse the repository at this point in the history
  20. Handle several 'exit' conditions (SIGINT, SIGKILL) in the monitoring …

    …script used by online DQM Monitoring.
    
    (cherry picked from commit e761b67)
    Dmitrijus Bugelskis committed Oct 16, 2014
    Configuration menu
    Copy the full SHA
    b0bdaf5 View commit details
    Browse the repository at this point in the history
  21. Close an unused file descriptor.

    (cherry picked from commit 86dabaa)
    Dmitrijus Bugelskis committed Oct 16, 2014
    Configuration menu
    Copy the full SHA
    cbb4468 View commit details
    Browse the repository at this point in the history
  22. Minor change in the monitoring script.

    (cherry picked from commit a0cea0d)
    Dmitrijus Bugelskis committed Oct 16, 2014
    Configuration menu
    Copy the full SHA
    445c9be View commit details
    Browse the repository at this point in the history
  23. Fix a regex error, used online DQM Input Sources.

    End-of-runs were not detected.
    
    (cherry picked from commit c4fa9dc)
    Dmitrijus Bugelskis committed Oct 16, 2014
    Configuration menu
    Copy the full SHA
    fcee5a5 View commit details
    Browse the repository at this point in the history