Parent Directory
|
Revision Log
setting of random seed; new distribution for primary generation
1 | pamelats | 1.1 | #ifndef PAMVMC_S4_DIG_H |
2 | #define PAMVMC_S4_DIG_H | ||
3 | |||
4 | #include "PamVMCDigitizer.h" | ||
5 | |||
6 | |||
7 | |||
8 | using std::cout; | ||
9 | using std::endl; | ||
10 | |||
11 | class PamVMCS4Dig : public PamVMCDigitizer { | ||
12 | |||
13 | |||
14 | public: | ||
15 | |||
16 | pizzolot | 1.2 | PamVMCS4Dig(UInt_t seed):PamVMCDigitizer("S4") |
17 | { | ||
18 | rnd = new TRandom3(seed); | ||
19 | } | ||
20 | pamelats | 1.1 | |
21 | |||
22 | virtual ~PamVMCS4Dig(){;} | ||
23 | |||
24 | |||
25 | void Digitize(); | ||
26 | |||
27 | |||
28 | pizzolot | 1.2 | ClassDef(PamVMCS4Dig,2) |
29 | pamelats | 1.1 | }; |
30 | |||
31 | |||
32 | #endif //PAMVMC_S4_DIG_H |
ViewVC Help | |
Powered by ViewVC 1.1.23 |