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

New framework ids #17

Merged
merged 9 commits into from Jul 6, 2013
Merged

New framework ids #17

merged 9 commits into from Jul 6, 2013

Commits on Jun 27, 2013

  1. Configuration menu
    Copy the full SHA
    80e282e View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2013

  1. Fixed doxygen comments

    Dr15Jones committed Jun 28, 2013
    Configuration menu
    Copy the full SHA
    02b2cf7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    87dd493 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2013

  1. First working interface

    Dr15Jones committed Jul 1, 2013
    Configuration menu
    Copy the full SHA
    f0fde37 View commit details
    Browse the repository at this point in the history
  2. Added appropriate index (RunIndex, LuminosityBlockIndex or StreamID) …

    …needed from the threaded framework.
    Dr15Jones committed Jul 1, 2013
    Configuration menu
    Copy the full SHA
    d363541 View commit details
    Browse the repository at this point in the history
  3. Conform to new Principal types constructors which require passing in …

    …the appropriate index instance (RunIndex, LuminosityBlockIndex or StreamID). The index is needed for the threaded framework.
    Dr15Jones committed Jul 1, 2013
    Configuration menu
    Copy the full SHA
    2d9ce32 View commit details
    Browse the repository at this point in the history
  4. Allowed default value for StreamID in constructor in order to match t…

    …he signature of the previous API.
    
    This avoids having to deal with porting changes to the EventPrincipal constructor calls outside of the framework (there are 2 such cases). When we move to the threaded processing those cases will have to be modified anyway to account for multiple Events running simultaneously.
    Dr15Jones committed Jul 1, 2013
    Configuration menu
    Copy the full SHA
    e9ec117 View commit details
    Browse the repository at this point in the history
  5. Provide access to the indexes (RunIndex, LuminosityBlockIndex or Stre…

    …amID).
    
    These indexes are needed to access per transition data in the threaded framework.
    Dr15Jones committed Jul 1, 2013
    Configuration menu
    Copy the full SHA
    c954d1e View commit details
    Browse the repository at this point in the history
  6. Fixed spacing issue

    Dr15Jones committed Jul 1, 2013
    Configuration menu
    Copy the full SHA
    a407908 View commit details
    Browse the repository at this point in the history