thepeg is hosted by Hepforge, IPPP Durham
ThePEG  2.2.1
Switch.fh
1 // -*- C++ -*-
2 #ifndef ThePEG_Switch_FH
3 #define ThePEG_Switch_FH
4 //
5 // This is the forward declaration of the Switch, SwitchBase and
6 // SwitchOption classes.
7 //
8 
9 namespace ThePEG {
10 
11 class SwitchOption;
12 
13 class SwitchBase;
14 
15 template <typename T, typename Int = long>
16 class Switch;
17 
18 }
19 
20 #endif /* ThePEG_Switch_FH */