source: trunk/WuerzburgSoft/Thomas/mphys/MPairProduction.h@ 1371

Last change on this file since 1371 was 1357, checked in by tbretz, 22 years ago
*** empty log message ***
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
8class TF1;
9class MParticle;
10class TList;
11
12class MPairProduction
13{
14private:
15 TF1 *fAngle;
16
17public:
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.