StFms  0.0.0
FMS software in the STAR framework
StMuFmsUtil.h
Go to the documentation of this file.
1 /***************************************************************************
2  *
3  * $Id: StMuFmsUtil.h,v 1.1 2010/01/25 03:57:39 tone421 Exp $
4  *
5  * Author: Jingguo Ma, Jan 2010
6  ***************************************************************************
7  *
8  * Description: FMS Util to convert between StEvent and MuDst
9  *
10  ***************************************************************************
11  *
12  * $Log: StMuFmsUtil.h,v $
13  * Revision 1.1 2010/01/25 03:57:39 tone421
14  * Added FMS and Roman pot arrays
15  *
16  **************************************************************************/
17 #ifndef StMuFmsUtil_h
18 #define StMuFmsUtil_h
19 #include "TObject.h"
20 
21 class StMuFmsCollection;
22 class StFmsCollection;
23 
24 class StMuFmsUtil : public TObject
25 {
26  protected:
27 
28  public:
29  StMuFmsUtil();
30  ~StMuFmsUtil();
35 
36  protected:
53  ClassDef(StMuFmsUtil,1)
54 };
55 
56 #endif
void fillFmsPoints(StFmsCollection *, StMuFmsCollection *)
StFmsCollection * getFms(StMuFmsCollection *)
Definition: StMuFmsUtil.cxx:79
void setMuFmsPointParentClusters(StMuFmsCollection *, StFmsCollection *)
void fillFms(StFmsCollection *, StMuFmsCollection *)
void fillFmsClusters(StFmsCollection *, StMuFmsCollection *)
void fillMuFmsClusters(StMuFmsCollection *, StFmsCollection *)
void fillMuFmsHits(StMuFmsCollection *, StFmsCollection *)
StMuFmsCollection * getMuFms(StFmsCollection *)
Definition: StMuFmsUtil.cxx:71
void fillFmsHits(StFmsCollection *, StMuFmsCollection *)
void fillMuFmsPoints(StMuFmsCollection *, StFmsCollection *)
void setFmsPointParentClusters(StFmsCollection *, StMuFmsCollection *)
void fillMuFms(StMuFmsCollection *, StFmsCollection *)
Definition: StMuFmsUtil.cxx:88