ThePEG
1.8.0
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
PDF
PartonBin.fh
1
// -*- C++ -*-
2
//
3
// This is the forward declaration of the PartonBin class.
4
//
5
#ifndef ThePEG_PartonBin_FH
6
#define ThePEG_PartonBin_FH
7
8
#include "ThePEG/Config/Pointers.h"
9
10
namespace
ThePEG {
11
12
class
PartonBin
;
13
ThePEG_DECLARE_POINTERS
(
PartonBin
,
PBPtr
);
14
16
typedef
vector<PBPtr>
PartonVector
;
17
19
typedef
pair<PBPtr, PBPtr>
PBPair
;
20
22
typedef
pair<tcPBPtr, tcPBPtr>
tcPBPair
;
23
25
typedef
vector<PBPair>
PartonPairVec
;
26
27
}
28
29
#endif
Generated on Sat Jun 16 2012 16:51:04 for ThePEG by
1.8.1.1