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
StJetMaker
mudst
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
14
class
StjTPCRandomMuDst
:
public
StjTPCMuDst
{
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
StMuDstMaker
Definition:
StMuDstMaker.h:131
StjTPCMuDst
Definition:
StjTPCMuDst.h:10
StjTPCRandomMuDst
Definition:
StjTPCRandomMuDst.h:14
StMuTrack
Definition:
StMuTrack.h:55
StRandomSelector
Definition:
StRandomSelector.h:54
Generated by
1.8.5