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
StFgtPool
StFgtSanityMaker
StFgtSanityMaker.h
1
11
#ifndef StFgtSanityMaker_HH
12
#define StFgtSanityMaker_HH
13
14
#include <string>
15
#include <TF1.h>
16
#include <TH1F.h>
17
#include <TH2F.h>
18
#include <TFile.h>
19
#include <TTree.h>
20
#include <TCanvas.h>
21
#include "StMaker.h"
22
23
class
StFgtDbMaker
;
24
class
StFgtDb
;
25
class
StFgtCollection
;
26
27
//========================================================
28
29
class
StFgtSanityMaker
:
public
StMaker
{
30
public
:
31
// constructors
32
StFgtSanityMaker
(
const
Char_t* name =
"FgtSanity"
,
const
Char_t* dbMkrName =
""
);
33
34
35
// deconstructor
36
virtual
~
StFgtSanityMaker
(){};
37
38
Int_t Init();
39
Int_t
Make
();
40
Int_t
Finish
();
41
42
43
#if 0
44
TString fname;
45
Int_t fitThresh;
46
Int_t plotThresh;
47
Bool_t fixTau;
48
Int_t Ntimebin;
49
#endif
50
51
protected
:
52
// since this isn't saved anywhere else
53
static
const
Int_t mMaxNumTimeBins;
54
55
56
private
:
57
// friend class StFgtStatusMaker;
58
59
std::string mDbMkrName;
60
StFgtDbMaker
* mFgtDbMkr;;
61
StFgtCollection
* mFgtCollectionPtr;
62
63
Int_t iEvt;
64
TH1F *hh;
65
66
ClassDef(
StFgtSanityMaker
,1);
67
68
};
69
70
71
#endif
72
/**************************************************************************
73
*
74
* $Log: StFgtSanityMaker.h,v $
75
* Revision 1.1 2012/02/04 22:03:41 balewski
76
* start
77
*
78
*
79
**************************************************************************/
StFgtDb
Definition:
StFgtDb.h:22
StFgtSanityMaker::Finish
Int_t Finish()
Definition:
StFgtSanityMaker.cxx:196
StMaker
Definition:
StMaker.h:57
StFgtCollection
Definition:
StFgtCollection.h:31
StFgtSanityMaker
Definition:
StFgtSanityMaker.h:29
StFgtSanityMaker::Make
Int_t Make()
Definition:
StFgtSanityMaker.cxx:78
StFgtDbMaker
Definition:
StFgtDbMaker.h:18
Generated by
1.8.5