Skip to content

non particle-specific DST info #26

Discussion options

You must be logged in to vote

This is held in the EventInfo so you should access it with
GetEventInfo()->_BeamHel

Other EventInfo are set in HipoData,

_eventInfo._TrigBit=_c12->runconfig()->getTrigger();
 _eventInfo._StartTime=_c12->event()->getStartTime();
 _eventInfo._FTBStartTime=_c12->event()->getFTBStartTime();
 _eventInfo._RFTime=_c12->event()->getRFTime();
 _eventInfo._BeamHel=_c12->event()->getHelicity();
 _eventInfo._NEvent=_c12->runconfig()->getEvent(); 

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@naidoo88
Comment options

Answer selected by naidoo88
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants