StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
StEventBranch.h
1 
5 /***************************************************************************
6  *
7  * $Id: StEventBranch.h,v 2.2 2002/02/22 22:56:47 jeromel Exp $
8  *
9  * Author: Victor Perev, May 2001
10  ***************************************************************************
11  *
12  * Description:
13  *
14  ***************************************************************************/
15 #ifndef StEventBranch_hh
16 #define StEventBranch_hh
17 #include "StObject.h"
18 
19 class StEvent;
20 
21 class StEventBranch : public StXRef {
22 public:
23  StEventBranch(const char *brName="", StEvent *evt=0, UInt_t tally=0);
24 virtual ~StEventBranch(){};
25 virtual StXRefMain *MakeMain();
26  void AddKlass(const char* className);
27 virtual void Synchro(int toMain);
28 
29 ClassDef(StEventBranch,1)
30 };
31 #endif
32 
33 
34 
35 
36 
37 
38