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