Cagra corrections - #5
Open
JohannIsaak wants to merge 33 commits into
Open
Conversation
…cagragr/GRUTinizer into RCNPUnified
which is needed in 4.9.3
…cagragr/GRUTinizer into RCNPUnified
…tions will be necessary.
…o hold user information other than what is in the TSmartBuffer, which the user is responsible for cleaning up in one of their TDetector systems.
No copies are done, since the copy constructor of RCNPEvent performs a swap on it's underlying data map. Updated histograms loop to include GR histosgrams as discussed with Guillaume on 6/19. Since the RCNPEvent is saved with each hit, the output root tree can be sorted without rerunning the analyzer, which is useful for calibration steps.
… makefile. Also added runtime checkt that the hist.def file has not changed from when it was first compiled
…imestamps back, added histo cut on gr_x.
…::EventSource to start RCNP ana in online mode
… test with detector and calibration.
…us time too for time difference between events.
… the end of online raw input files. (enabled with -F) This functionality is nice when you are in online mode (-g) and you want to skip to the end of a file to view only the newest data as it comes.
…hes to them as they appears.
… it was preventing the sorting of multiple CAGRA data files. This option should have a flag, so that it can be used when each file represents a unique source, but not used when each source produces multiple files and they all need to be sorted.
- Reinstated stalled source. In the future there needs to be a distinction for online analysis between sources which produce multiple files and (per run), and those which produce only a single file per run. The problem was that with the stalled_source paradigm in TMultiRawFile, if a detector system produced a set of files sequentially (after reaching 2Gb, for example), each of those data files are only from a single physical source, but the TMultiRawFile would interpret them as independent physical sources, and would stall when it finished sorting the first 2Gb file (e.g.). - I have implemented trace analysis into TCagraHit for use with the LaBr detector in the Test Experiment. Seems to be functioning well. - I have added a CFD zero finder (rudimentary) for use with the 3 CFD trace pts provided per data header.
…ieve they are working. Need to test against data with good peaks. Before that, I will add the flags data from the TANLEvent to TCagraHit.
…orking. Be sure to add at least a PZ correction to the calibration file for every channel.
added 3 commits
July 11, 2016 17:55
… loop CAGRA.cxx. When doing polezero analysis, one should look at PreRiseSum/M vs (Post - Pre)/M to determine the polezero correction.
…e rootfile. Added styling to mainwindow.py since it overwrites SetPadTickX/Y options applied in the logon file. Added functions in TGrandRaiden to make it easier to plot from within the interpreter. Added new analysis / histo file: RCNPAna.cxx.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi,
I am Johann from RCNP.
Cheers