StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
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
Int_t Finish()