source:
trunk/WuerzburgSoft/Thomas/mphys/MPairProduction.h@
2647
Last change on this file since 2647 was 1357, checked in by , 22 years ago | |
---|---|
File size: 404 bytes |
Line | |
---|---|
1 | #ifndef MARS_MPairProduction |
2 | #define MARS_MPairProduction |
3 | |
4 | #ifndef ROOT_TObject |
5 | #include <TObject.h> |
6 | #endif |
7 | |
8 | class TF1; |
9 | class MParticle; |
10 | class TList; |
11 | |
12 | class MPairProduction |
13 | { |
14 | private: |
15 | TF1 *fAngle; |
16 | |
17 | public: |
18 | MPairProduction(); |
19 | virtual ~MPairProduction(); |
20 | |
21 | Bool_t Process(MParticle *g, const Double_t Ep, const Double_t theta, TList *l); |
22 | |
23 | ClassDef(MPairProduction, 0) // |
24 | }; |
25 | |
26 | #endif |
27 |
Note:
See TracBrowser
for help on using the repository browser.