test
Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
GeneratorInterface
ExhumeInterface
interface
DiPhoton.h
Go to the documentation of this file.
1
//-*-c++-*-
2
//-*-DiPhoton.h-*-
3
// Written by James Monk and Andrew Pilkington
5
#ifndef DI_PHOTON_HH
6
#define DI_PHOTON_HH
7
8
#include "
GeneratorInterface/ExhumeInterface/interface/TwoSpace.h
"
9
10
namespace
Exhume{
11
class
DiPhoton
:
public
TwoSpace
{
12
13
public
:
14
DiPhoton
(
const
edm::ParameterSet
&);
15
16
//declare inherited functions
17
double
SubProcess
();
18
void
LIPS2Amp
();
19
void
Amp2LIPS
();
20
21
private
:
22
double
MatrixElement
();
23
//internal functions
24
25
//internal Parameters
26
double
t_
;
//internal
27
28
double
PI2
,
Inv64PI2
;
29
int
Nc
;
30
double
MatFact
;
31
int
Nup
;
32
int
Ndown
;
33
};
34
}
35
#endif
Exhume::DiPhoton::Nc
int Nc
Definition:
DiPhoton.h:29
Exhume::DiPhoton::Amp2LIPS
void Amp2LIPS()
Exhume::DiPhoton::t_
double t_
Definition:
DiPhoton.h:26
Exhume::DiPhoton::PI2
double PI2
Definition:
DiPhoton.h:28
TwoSpace.h
Exhume::DiPhoton::MatFact
double MatFact
Definition:
DiPhoton.h:30
Exhume::DiPhoton::Nup
int Nup
Definition:
DiPhoton.h:31
Exhume::DiPhoton::Inv64PI2
double Inv64PI2
Definition:
DiPhoton.h:28
Exhume::TwoSpace
Definition:
TwoSpace.h:13
Exhume::DiPhoton::MatrixElement
double MatrixElement()
Exhume::DiPhoton
Definition:
DiPhoton.h:11
Exhume::DiPhoton::SubProcess
double SubProcess()
Exhume::DiPhoton::Ndown
int Ndown
Definition:
DiPhoton.h:32
Exhume::DiPhoton::DiPhoton
DiPhoton(const edm::ParameterSet &)
edm::ParameterSet
Definition:
ParameterSet.h:36
Exhume::DiPhoton::LIPS2Amp
void LIPS2Amp()
Generated for CMSSW Reference Manual by
1.8.5