StRoot
1
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Groups
Pages
StMuDSTMaker
COMMON
StMuBTofUtil.h
1
/****************************************************************
2
* $Id: StMuBTofUtil.h,v 1.1 2009/02/20 17:05:59 tone421 Exp $
3
*
4
* Author: Xin Dong, Feb 2009
5
*
6
*****************************************************************
7
*
8
* Description:
9
* Convert StBTofHitCollection in StEvent to
10
* StMuBTofHitCollection in MuDst
11
*
12
*****************************************************************
13
*
14
* $Log: StMuBTofUtil.h,v $
15
* Revision 1.1 2009/02/20 17:05:59 tone421
16
* *** empty log message ***
17
*
18
*
19
****************************************************************/
20
#ifndef StMuBTofUtil_h
21
#define StMuBTofUtil_h
22
#include "TObject.h"
23
24
class
StMuBTofHitCollection
;
25
class
StEvent
;
26
class
StBTofCollection
;
27
28
class
StMuBTofUtil
:
public
TObject
29
{
30
protected
:
31
32
public
:
33
StMuBTofUtil
();
34
~
StMuBTofUtil
();
35
StMuBTofHitCollection
* getMuBTofHit(
StBTofCollection
*);
36
void
fillMuBTofHit(
StMuBTofHitCollection
*,
StBTofCollection
*);
37
38
ClassDef(
StMuBTofUtil
,1)
39
};
40
41
#endif
StMuBTofHitCollection
Definition:
StMuBTofHitCollection.h:38
StEvent
Definition:
StEvent.h:232
StMuBTofUtil
Definition:
StMuBTofUtil.h:28
StBTofCollection
Definition:
StBTofCollection.h:36
Generated by
1.8.5