thepeg is hosted by Hepforge, IPPP Durham
ThePEG  2.2.1
Strategy.fh
1 // -*- C++ -*-
2 #ifndef ThePEG_Strategy_FH
3 #define ThePEG_Strategy_FH
4 //
5 // This is the forward declaration of the Strategy class.
6 //
7 
8 #include "ThePEG/Config/ThePEG.h"
9 
10 namespace ThePEG {
11 
12 class Strategy;
13 
14 /** Declare a pointer to a Strategy object. */
15 typedef Ptr<Strategy>::pointer StrategyPtr;
16 /** Declare a pointer to a const Strategy object. */
17 typedef Ptr<Strategy>::const_pointer cStrategyPtr;
18 
19 }
20 
21 #endif /* ThePEG_Strategy_FH */