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
St_tcl_Maker
StTpcFastSimMaker.h
1
#ifndef STAR_StTpcFastSimMaker
2
#define STAR_StTpcFastSimMaker
3
5
// $Id: StTpcFastSimMaker.h,v 1.2 2014/07/27 13:28:06 fisyak Exp $
6
// $Log: StTpcFastSimMaker.h,v $
7
// Revision 1.2 2014/07/27 13:28:06 fisyak
8
// Add cast for c++11 option
9
//
10
// Revision 1.1 2009/11/10 21:15:33 fisyak
11
// pams clean up
12
//
13
// //
14
// StTpcFastSimMaker virtual base class for Maker //
15
// //
17
#ifndef StMaker_H
18
#include "StMaker.h"
19
#endif
20
class
StMagUtilities
;
21
22
class
StTpcFastSimMaker
:
public
StMaker
{
23
public
:
24
StTpcFastSimMaker
(
const
char
*name=
"tpc_hits"
) :
StMaker
(name){}
25
virtual
~
StTpcFastSimMaker
() {}
26
virtual
Int_t
Make
();
27
private
:
28
StMagUtilities
* mExB;
29
public
:
30
virtual
const
char
*GetCVS()
const
31
{
static
const
char
cvs[]=
"Tag $Name: $ $Id: StTpcFastSimMaker.h,v 1.2 2014/07/27 13:28:06 fisyak Exp $ built "
__DATE__
" "
__TIME__ ;
return
cvs;}
32
ClassDef(
StTpcFastSimMaker
,0)
// chain virtual base class for Makers
33
};
34
35
#endif
36
37
StTpcFastSimMaker
Definition:
StTpcFastSimMaker.h:22
StMaker
Definition:
StMaker.h:57
StMaker::StMaker
StMaker(const char *name="", const char *dummy=0)
Constructor & Destructor.
Definition:
StMaker.cxx:188
StTpcFastSimMaker::Make
virtual Int_t Make()
Definition:
StTpcFastSimMaker.cxx:60
StMagUtilities
Definition:
StMagUtilities.h:272
Generated by
1.8.5