/[PAMELA software]/trieste/pamVMC/s4/include/PamVMCS4Dig.h
ViewVC logotype

Annotation of /trieste/pamVMC/s4/include/PamVMCS4Dig.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (hide annotations) (download)
Tue Mar 24 14:04:04 2009 UTC (15 years, 11 months ago) by pizzolot
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +5 -2 lines
File MIME type: text/plain
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