StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
StPicoDstVtxSeedMaker.h
1 
14 #ifndef STAR_StPicoDstVtxSeedMaker
15 #define STAR_StPicoDstVtxSeedMaker
16 
17 #ifndef STAR_StVertexSeedMaker
18 #include "StVertexSeedMaker.h"
19 #endif
20 
21 class StPicoDst;
22 class StPicoEvent;
23 
24 
26  public:
27  StPicoDstVtxSeedMaker(const char *name="EvtVtxSeedMkr");
28  virtual ~StPicoDstVtxSeedMaker() {}
29  virtual Int_t Make();
30  virtual void PrintInfo();
31 
32  virtual const char *GetCVS() const {
33  static const char cvs[]="Tag $Name: $ $Id: StPicoDstVtxSeedMaker.h,v 1.1 2017/08/08 03:58:20 genevb Exp $ built " __DATE__ " " __TIME__ ;
34  return cvs;
35  }
36 
37  protected:
38  virtual bool CheckTriggers();
39  virtual int GetEventData();
40 
41  StPicoDst* picodst;
42  StPicoEvent* event;
43 
44  ClassDef(StPicoDstVtxSeedMaker,0)
45 };
46 
47 
48 
49 #endif
50 
51 // $Id: StPicoDstVtxSeedMaker.h,v 1.1 2017/08/08 03:58:20 genevb Exp $
52 // $Log: StPicoDstVtxSeedMaker.h,v $
53 // Revision 1.1 2017/08/08 03:58:20 genevb
54 // Add vertex-seed-finding with picoDsts
55 //
56 //
57 //
58 
59 
Main class that keeps TClonesArrays with main classes.
Definition: StPicoDst.h:40
Stores global information about the event.
Definition: StPicoEvent.h:24
BeamLine Constraint calibration base class.