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
StPxlHitMaker
StPxlHitMaker.h
1
6
/***************************************************************************
7
*
8
* $Id: StPxlHitMaker.h,v 1.9 2015/05/14 18:53:50 smirnovd Exp $
9
*
10
* Author: Qiu Hao, Jan 2013
11
**************************************************************************/
12
13
#ifndef StPxlHitMaker_hh
14
#define StPxlHitMaker_hh
15
16
#include "StMaker.h"
17
18
class
StPxlDb
;
19
20
28
class
StPxlHitMaker
:
public
StMaker
29
{
30
public
:
31
StPxlHitMaker
(
const
char
*name =
"pxl_hit"
);
32
Int_t InitRun(Int_t runnumber);
33
Int_t
Make
();
34
virtual
const
char
*GetCVS()
const
{
35
static
const
char
cvs[] =
"Tag $Name: $ $Id: StPxlHitMaker.h,v 1.9 2015/05/14 18:53:50 smirnovd Exp $ built "
__DATE__
" "
__TIME__ ;
36
return
cvs;
37
}
38
39
private
:
40
StPxlDb
*mPxlDb;
41
42
ClassDef(
StPxlHitMaker
, 0)
43
};
44
45
#endif
46
47
48
/***************************************************************************
49
*
50
* $Log: StPxlHitMaker.h,v $
51
* Revision 1.9 2015/05/14 18:53:50 smirnovd
52
* StPxlHitMaker: Removed unused members and local variables
53
*
54
* These values are set now internaly in the new version of StEvent/StPxlHit
55
*
56
* Revision 1.8 2014/08/06 11:43:34 jeromel
57
* Suffix on literals need to be space (later gcc compiler makes it an error) - first wave of fixes
58
*
59
* Revision 1.7 2014/02/07 22:56:39 smirnovd
60
* Moved CVS log list to the bottom of file
61
*
62
* Revision 1.6 2014/02/07 22:38:12 smirnovd
63
* Doxygen comments reshuffled
64
*
65
* Revision 1.5 2014/02/07 22:18:06 smirnovd
66
* Set stricter access modifier for member variables
67
*
68
* Revision 1.4 2014/01/28 19:29:40 qiuh
69
* *** empty log message ***
70
*
71
*
72
**************************************************************************/
StPxlDb
Definition:
StPxlDb.h:96
StPxlHitMaker
Definition:
StPxlHitMaker.h:28
StMaker
Definition:
StMaker.h:57
StPxlHitMaker::Make
Int_t Make()
Definition:
StPxlHitMaker.cxx:59
Generated by
1.8.5