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
StFttSimMaker
StFttFastSimMaker.h
1
2
#ifndef ST_FTT_FASTER_SIM_MAKER_H
3
#define ST_FTT_FASTER_SIM_MAKER_H
4
5
#include "StChain/StMaker.h"
6
#include <vector>
7
8
#include "TFile.h"
9
#include "TH1F.h"
10
#include "TH2F.h"
11
#include "TNtuple.h"
12
13
14
class
StFttFastSimMaker
:
public
StMaker
{
15
public
:
16
StFttFastSimMaker
(
const
Char_t *name =
"fttSim"
);
17
~
StFttFastSimMaker
() {}
18
Int_t
Make
();
19
int
Init();
20
int
Finish
() {
21
return
kStOk
;
22
}
23
24
ClassDef(
StFttFastSimMaker
, 0);
25
};
26
27
28
#endif
StFttFastSimMaker::Make
Int_t Make()
Definition:
StFttFastSimMaker.cxx:23
StFttFastSimMaker::Finish
int Finish()
Definition:
StFttFastSimMaker.h:20
StMaker
Definition:
StMaker.h:57
StFttFastSimMaker
Definition:
StFttFastSimMaker.h:14
kStOk
Definition:
Stypes.h:41
Generated by
1.8.5