StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
EvtPythia6CommandConverter.hh
1 //--------------------------------------------------------------------------
2 //
3 // Environment:
4 // This software is part of the EvtGen package. If you use all or part
5 // of it, please give an appropriate acknowledgement.
6 //
7 // Copyright Information: See EvtGen/COPYRIGHT
8 // Copyright (C) 2012 University of Warwick, UK
9 //
10 // Module: EvtPythia6CommandConverter
11 //
12 // Description: Function to replace Pythia 6 commands with the
13 // corresponding Pythia 8 commands.
14 //
15 // Modification history:
16 //
17 // Daniel Craik March 2012 Module created
18 //
19 //------------------------------------------------------------------------
20 
21 #include "EvtGenBase/EvtExtGeneratorCommandsTable.hh"
22 
23 #include <string>
24 #include <vector>
25 
26 #ifndef EVTPYTHIA6COMMANDCONVERTER_HH
27 #define EVTPYTHIA6COMMANDCONVERTER_HH
28 
29 std::vector<std::string> convertPythia6Command(Command command);
30 
31 #endif