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.

BaseAnalysis

  • basic configuration [DONE]
  • Init() [DONE]
  • AddAnalyzer() [DONE]
  • PrintInfo() [CREATED] -- prints information about registered analyzers, counters, etc. for debugging

Analysis (user methods wrappers)

  • 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]

WrapperObject

Classes Wrapped in WrapperObject

  • Event (from Event.hh) [DONE]
  • TVector3 (from ROOT) [DONE]
  • TDetectorVEvent [DONE]

Methods for classes in WrapperObject

  • Event.GetPosition() [IN PROGRESS]
  • TDetectorEEvent.getNCandidates()[IN PROGRESS]
⚠️ **GitHub.com Fallback** ⚠️