Go to the documentation of this file.00001
00002
00003
00005 #ifndef GG_HH
00006 #define GG_HH
00007
00008 #include "GeneratorInterface/ExhumeInterface/interface/TwoSpace.h"
00009
00010 namespace Exhume{
00011 class GG : public TwoSpace{
00012
00013 public:
00014 GG(const edm::ParameterSet&);
00015
00016
00017 double SubProcess();
00018 void LIPS2Amp();
00019 void Amp2LIPS();
00020
00021 private:
00022 double EighteenPI;
00023 double InvSinTheta;
00024
00025
00026
00027
00028
00029
00030
00031
00032
00033
00034
00035
00036
00037
00038
00039
00040
00041
00042
00043
00044
00045
00046 };
00047 }
00048 #endif