Back to home page

EIC code displayed by LXR

 
 

    


Warning, /include/ThePEG/PDF/PartonBin.fh is written in an unsupported language. File is not indexed.

0001 // -*- C++ -*-
0002 //
0003 // This is the forward declaration of the PartonBin class.
0004 //
0005 #ifndef ThePEG_PartonBin_FH
0006 #define ThePEG_PartonBin_FH
0007 
0008 #include "ThePEG/Config/Pointers.h"
0009 
0010 namespace ThePEG {
0011 
0012 class PartonBin;
0013 ThePEG_DECLARE_POINTERS(PartonBin,PBPtr);
0014 
0015 /** A vector of pointers to PartonBin objects. */
0016 typedef vector<PBPtr> PartonVector;
0017 
0018 /** A pair of pointers to ParicleBin objects. */
0019 typedef pair<PBPtr, PBPtr> PBPair;
0020 
0021 /** A pair of pointers to ParicleBin objects. */
0022 typedef pair<tcPBPtr, tcPBPtr> tcPBPair;
0023 
0024 /** A vector of pairs of pointers to PartonBins. */
0025 typedef vector<PBPair> PartonPairVec;
0026 
0027 }
0028 
0029 #endif