-
Notifications
You must be signed in to change notification settings - Fork 0
Our Progress
Dane Cross edited this page Aug 12, 2019
·
20 revisions
remember to git pull before working and commit and push all of your work at the end of the day.
- basic configuration [DONE]
- Init() [DONE]
- AddAnalyzer() [DONE]
- PrintInfo() [CREATED] -- prints information about registered analyzers, counters, etc. for debugging
- MC addParticle() [DONE]
- MC GetEvent() [DONE]
- MCstatus() [DONE]
- GetOutput(..) [DONE]
- BookHisto(new TH1I..) [DONE]
- RequestTree(..) [DONE]
- RegisterOutput(..) [DONE]
- GetEvent
- bookHistoArray(..) [DONE]
- BookCounter(..) [DONE]
- IncrementCounter(..) [DONE]
- FillHisto(..) [IN PROGRESS]
- Event (from Event.hh) [DONE]
- TVector3 (from ROOT) [DONE]
- TDetectorVEvent [DONE]
- Event.GetPosition() [IN PROGRESS]
- TDetectorEEvent.getNCandidates()[IN PROGRESS]