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
StJetScratch.h
1
// -*- mode: c++;-*-
2
// $Id: StJetScratch.h,v 1.8 2014/08/06 11:43:22 jeromel Exp $
3
#ifndef STJETSCRATCH_H
4
#define STJETSCRATCH_H
5
6
#include "StMaker.h"
7
#include <Rtypes.h>
8
9
class
TDirectory;
10
class
TTree;
11
12
class
StjTrgWriter
;
13
14
class
StMuDstMaker
;
15
16
class
StJetScratch
:
public
StMaker
{
17
18
public
:
19
20
StJetScratch
(
const
Char_t *name, TDirectory* file,
StMuDstMaker
* uDstMaker);
21
virtual
~
StJetScratch
() { }
22
23
Int_t Init();
24
Int_t
Make
();
25
Int_t
Finish
();
26
27
const
char
* GetCVS()
const
28
{
static
const
char
cvs[]=
"Tag $Name: $ $Id: StJetScratch.h,v 1.8 2014/08/06 11:43:22 jeromel Exp $ built "
__DATE__
" "
__TIME__;
return
cvs;}
29
30
private
:
31
32
TDirectory* _file;
33
34
StMuDstMaker
* _uDstMaker;
35
36
37
ClassDef(
StJetScratch
, 0)
38
39
};
40
41
#endif // STJETSCRATCH_H
StJetScratch
Definition:
StJetScratch.h:16
StMuDstMaker
Definition:
StMuDstMaker.h:131
StJetScratch::Finish
Int_t Finish()
Definition:
StJetScratch.cxx:38
StjTrgWriter
Definition:
StjTrgWriter.h:19
StMaker
Definition:
StMaker.h:57
StJetScratch::Make
Int_t Make()
Definition:
StJetScratch.cxx:33
Generated by
1.8.5