Our Progress - danecross/PyNA62Analysis GitHub Wiki
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]