Skip to content
  • Peter Sherwood's avatar
    Added missing signals to TRP_TPData. Then mostly code clean up. · d442acdf
    Peter Sherwood authored
    ChangeLog
    
    cmt/requirements
    add build for code to run progress bars
    
    plot/trp_trend.cpp
    plot/trp_trend.h
    add operators to output TRP Trend objects to ostream
    
    shift/trp_base_model.cpp
    shift/trp_base_model.h
    add operators to output TRP_BaseModel objects to ostream
    
    shift/trp_chain_model.cpp
    shift/trp_chain_model.h
    code reformating. Rename attributes names that refered to threads
    to ones that refer to tpDataContainer
    
    shift/trp_config.cpp
    shift/trp_config.h
    add operators to output TRP_Config::Trend objects to ostream
    
    shift/trp_isthread.cpp
    shift/trp_isthread.h
    removed commented out code. Moved some implmentation code from the header
    to the cpp files. Temporarily added debug print statements.
    
    shift/trp_mainwindow.cpp
    shift/trp_mainwindow.h
    prefixed some attribute names with "m_" to facilitate reading the code.
    Added a second progress bar when reading root files. Added comments
    Added temporary print statements.
    
    shift/trp_model.cpp
    shift/trp_model.h
    Added 'm_' to attribute names to improve code readability.
    Changed attribute names that refer to "thread" to ones that refer
    to tpData (time point data)
    
    shift/trp_rootfilereader.cpp
    shift/trp_rootfilereader.h
    Change signal handler to allow ^C to kill the process. Added comments.
    Added a second progress bar the first is for branches, the second is
    for items (looking at the code, it would seem a more correct
    terminology would be trees and branches). Reading in the HLT branches(?)
    takes a very long time and gives the impression the program has hung.
    Added temporary print statements.
    
    shift/trp_table.cpp
    shift/trp_table.h
    Add "m_" to some of the attribute names to improve code readability.
    Add output operators for TRP_Table.
    Made some methods noexcept.
    Made copy constructor, assignment operators public and delete.
    Added code comments. Added temporary debug statements.Removed
    commented out code. Reformatted some code.
    
    shift/trp_tablepage.cpp
    shift/trp_tablepage.h
    As for trp_table.
    
    shift/trp_tpdata.cpp
    shift/trp_tpdata.h
    Code formatting. Pass bool flag "historyEnabled" to the construtor.
    Added output operators for TRP_TPData, and other debug toString
    functions. Added signals to inform Model classes are informed that
    data has arrived, and gui table formatting can be done.
    
    shift/trp_unique_timepoints.cpp
    added code comments.
    d442acdf
To find the state of this project's repository at the time of any of these versions, check out the tags.