StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
StjTPCRandomMuDst.h
1 // -*- mode: c++;-*-
2 // $Id: StjTPCRandomMuDst.h,v 1.1 2010/05/24 17:42:39 pibero Exp $
3 #ifndef STJTPCRANDOMMUDST_H
4 #define STJTPCRANDOMMUDST_H
5 
6 #include "StjTPCMuDst.h"
7 #include "StSpinPool/StRandomSelector/StRandomSelector.h"
8 
9 #include <vector>
10 
11 class StMuDstMaker;
12 class StMuTrack;
13 
15 
16 public:
17  StjTPCRandomMuDst(StMuDstMaker* uDstMaker, Double_t randomSelectorProb, bool randomSelectorAt, UInt_t randomSelectorSeed);
18  virtual ~StjTPCRandomMuDst() { }
19 
20  StjTrackList getTrackList();
21 
22 protected:
23 
24  StRandomSelector _randomSelector;
25 
26 };
27 
28 #endif // STJTPCRANDOMMUDST_H