star-travex
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
StiHifyEvent.h
Go to the documentation of this file.
1 #ifndef StiHifyEvent_h
2 #define StiHifyEvent_h
3 
4 #include "StEvent/StEnumerations.h"
5 #include "StiRootIO/TStiEvent.h"
6 
7 class StiVolumeFilter;
8 
9 
10 class StiHifyEvent : public TStiEvent
11 {
12 public:
13 
14  StiHifyEvent();
15  StiHifyEvent(const StiVolumeFilter& stiVolumeFilter);
16 
17  virtual EReturnCodes Fill(const StiTrackContainer &stiTrackContainer);
19 
20  ClassDef(StiHifyEvent, 1)
21 };
22 
23 #endif
virtual EReturnCodes Fill(const StiTrackContainer &stiTrackContainer)
Fills internal event container with track states/nodes provided by Sti tracking (some requirements on...
void AssignClosestCandidateHit()
Loops over the internal container of tracks and calls the track method to override the accepted hits ...
A singleton to manage constraints on save Sti objects such as tracks and track nodes.