StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
StEvtVtxSeedMaker.h
1 
14 #ifndef STAR_StEvtVtxSeedMaker
15 #define STAR_StEvtVtxSeedMaker
16 
17 #ifndef STAR_StVertexSeedMaker
18 #include "StVertexSeedMaker.h"
19 #endif
20 
21 class StEvent;
22 
23 
25  public:
26  StEvtVtxSeedMaker(const char *name="EvtVtxSeedMkr");
27  virtual ~StEvtVtxSeedMaker() {}
28  virtual Int_t Make();
29  virtual void PrintInfo();
30 
31  virtual const char *GetCVS() const {
32  static const char cvs[]="Tag $Name: $ $Id: StEvtVtxSeedMaker.h,v 1.5 2016/08/02 21:17:17 genevb Exp $ built " __DATE__ " " __TIME__ ;
33  return cvs;
34  }
35 
36  protected:
37  virtual bool CheckTriggers();
38  virtual int GetEventData();
39 
40  StEvent* event;
41 
42  ClassDef(StEvtVtxSeedMaker,0)
43 };
44 
45 
46 
47 #endif
48 
49 // $Id: StEvtVtxSeedMaker.h,v 1.5 2016/08/02 21:17:17 genevb Exp $
50 // $Log: StEvtVtxSeedMaker.h,v $
51 // Revision 1.5 2016/08/02 21:17:17 genevb
52 // Added tDay,tFill to resNtuple, and improved C++11 compliance
53 //
54 // Revision 1.4 2014/08/06 11:43:32 jeromel
55 // Suffix on literals need to be space (later gcc compiler makes it an error) - first wave of fixes
56 //
57 // Revision 1.3 2012/08/17 22:57:33 genevb
58 // Add index of vertex within event to ntuple
59 //
60 // Revision 1.2 2006/09/01 22:27:16 genevb
61 // More detailed info in ntuple
62 //
63 // Revision 1.1 2005/06/14 18:52:04 genevb
64 // Introduction of code to use StEvent for beamline constraint
65 //
66 //
virtual Int_t Make()
BeamLine Constraint calibration base class.