StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
StMuEpdUtil.h
1 /****************************************************************
2  *
3  * Author: Mike Lisa
4  *
5  *****************************************************************
6  *
7  * Description:
8  * Convert StEpdHitCollection in StEvent to
9  * StMuEpditCollection in MuDst
10  *
11  *****************************************************************
12  *
13  *
14  ****************************************************************/
15 #ifndef StMuEpdUtil_h
16 #define StMuEpdUtil_h
17 #include "TObject.h"
18 
20 class StEvent;
21 class StEpdCollection;
22 
23 class StMuEpdUtil : public TObject
24 {
25  protected:
26 
27  public:
28  StMuEpdUtil();
29  ~StMuEpdUtil();
30  StMuEpdHitCollection* getMuEpdHit(StEpdCollection *);
31  void fillMuEpdHit(StMuEpdHitCollection*, StEpdCollection*);
32 
33  ClassDef(StMuEpdUtil,1)
34 };
35 
36 #endif