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
StJetMaker
StjTreeEntryMaker.h
1
// -*- mode: c++;-*-
2
// $Id: StjTreeEntryMaker.h,v 1.4 2008/08/10 23:04:36 tai Exp $
3
// Copyright (C) 2008 Tai Sakuma <sakuma@bnl.gov>
4
#ifndef STJTREEENTRYMAKER_H
5
#define STJTREEENTRYMAKER_H
6
7
#include "StMaker.h"
8
9
class
TDirectory;
10
11
class
StjTreeEntryCoordinator
;
12
13
class
StjTreeEntryMaker
:
public
StMaker
{
14
15
public
:
16
StjTreeEntryMaker
(
const
Char_t *name,
StjTreeEntryCoordinator
* coord)
17
:
StMaker
(name), _coord(coord) { }
18
virtual
~
StjTreeEntryMaker
() { }
19
20
StjTreeEntryCoordinator
* coordinator() {
return
_coord; }
21
22
Int_t Init();
23
Int_t
Make
();
24
25
private
:
26
27
StjTreeEntryCoordinator
* _coord;
28
29
ClassDef(
StjTreeEntryMaker
, 0)
30
31
};
32
33
#endif // STJTREEENTRYMAKER_H
StjTreeEntryCoordinator
Definition:
StjTreeEntryCoordinator.h:15
StMaker
Definition:
StMaker.h:57
StMaker::StMaker
StMaker(const char *name="", const char *dummy=0)
Constructor & Destructor.
Definition:
StMaker.cxx:188
StjTreeEntryMaker
Definition:
StjTreeEntryMaker.h:13
StjTreeEntryMaker::Make
Int_t Make()
Definition:
StjTreeEntryMaker.cxx:18
Generated by
1.8.5