StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
St_spa_Maker.h
1 
16 #ifndef STAR_St_spa_Maker
17 #define STAR_St_spa_Maker
18 
19 #ifndef StMaker_H
20 #include "StMaker.h"
21 #endif
22 class St_ssdStripCalib;
23 class St_sdm_condition_db;
24 class St_slsCtrl;
25 class slsCtrl_st;
26 class St_spa_Maker : public StMaker {
27  private:
28  St_ssdStripCalib *m_noise;
29  St_sdm_condition_db *m_condition;
30  slsCtrl_st *m_ctrl;
31  public:
32  St_spa_Maker(const char *name="spa_strip");
33  virtual ~St_spa_Maker();
34  virtual Int_t Init();
35  virtual Int_t InitRun(Int_t runumber);
36  virtual Int_t Make();
37  virtual Int_t Finish();
38  virtual void PrintInfo();
39  virtual const char *GetCVS() const
40  {static const char cvs[]="Tag $Name: $ $Id: St_spa_Maker.h,v 1.15 2014/08/06 11:43:43 jeromel Exp $ built " __DATE__ " " __TIME__ ; return cvs;}
41 
42  ClassDef(St_spa_Maker, 1) //StAF chain virtual base class for Makers
43 };
44 #endif
45 
46  /**************************************************************************
47  * $Id: St_spa_Maker.h,v 1.15 2014/08/06 11:43:43 jeromel Exp $
48  *
49  * $Log: St_spa_Maker.h,v $
50  * Revision 1.15 2014/08/06 11:43:43 jeromel
51  * Suffix on literals need to be space (later gcc compiler makes it an error) - first wave of fixes
52  *
53  * Revision 1.14 2008/08/12 22:48:39 bouchet
54  * retrieve positions and dimensions tables using Get methods
55  *
56  * Revision 1.13 2008/05/29 03:07:28 bouchet
57  * remove inactive variables;fix a potential memory leak
58  *
59  * Revision 1.12 2008/04/15 21:04:43 bouchet
60  * remove latest change
61  *
62  * Revision 1.11 2008/04/12 14:21:29 bouchet
63  * Add a switch to use constant noise and pedestal
64  *
65  * Revision 1.10 2007/03/21 17:19:56 fisyak
66  * use new StSsdBarrel
67  *
68  * Revision 1.9 2006/10/16 16:36:08 bouchet
69  * Unify classes : Remove StSlsStrip, StSlsPoint, StSpaStrip, StSpaNoise by the same classes used in StSsdPointMaker (StSsdStrip,StSsdPoint) ; The methods for these classes are in StSsdUtil
70  *
71  * Revision 1.8 2006/09/15 21:09:52 bouchet
72  * read the noise and pedestal from ssdStripCalib
73  *
74  * Revision 1.7 2005/05/13 08:39:34 lmartin
75  * CVS tags added
76  *
77  * Revision 1.6 2003/10/08 03:46:34 suire
78  * *** empty log message ***
79  *
80  * Revision 1.3 2002/03/25 20:06:44 suire
81  * Doxygen documentation, cleaning
82  *
83  *
84  **************************************************************************/
85 
86 
87 
88 
89 
90 
91 
virtual Int_t Finish()
virtual Int_t Make()