thepeg is hosted by Hepforge, IPPP Durham
ThePEG 2.3.0
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
10namespace ThePEG {
11
12class Strategy;
13
14/** Declare a pointer to a Strategy object. */
15typedef Ptr<Strategy>::pointer StrategyPtr;
16/** Declare a pointer to a const Strategy object. */
17typedef Ptr<Strategy>::const_pointer cStrategyPtr;
18
19}
20
21#endif /* ThePEG_Strategy_FH */