00001 // -*- C++ -*- 00002 // 00003 // This is the forward declaration of the PartonBin class. 00004 // 00005 #ifndef ThePEG_PartonBin_FH 00006 #define ThePEG_PartonBin_FH 00007 00008 #include "ThePEG/Config/Pointers.h" 00009 00010 namespace ThePEG { 00011 00012 class PartonBin; 00013 ThePEG_DECLARE_POINTERS(PartonBin,PBPtr); 00014 00016 typedef vector<PBPtr> PartonVector; 00017 00019 typedef pair<PBPtr, PBPtr> PBPair; 00020 00022 typedef pair<tcPBPtr, tcPBPtr> tcPBPair; 00023 00025 typedef vector<PBPair> PartonPairVec; 00026 00027 } 00028 00029 #endif