Class Reference for E1039 Core & Analysis Software
HepMCFlowAfterBurner.cc
Go to the documentation of this file.
1 //
2 // Inspired by code from ATLAS. Thanks!
3 //
4 #include "HepMCFlowAfterBurner.h"
5 #include "PHHepMCGenEvent.h"
6 
7 #include <flowAfterburner/flowAfterburner.h>
8 
10 #include <phool/getClass.h>
11 #include <phool/phool.h>
12 
13 #include <iostream>
14 #include <cstdlib>
15 #include <string>
16 #include <memory>
17 
18 #include <HepMC/GenEvent.h>
19 
20 #include <CLHEP/Random/RandomEngine.h>
21 #include <CLHEP/Random/MTwistEngine.h>
22 #include <CLHEP/Random/RandFlat.h>
23 #include <CLHEP/Vector/LorentzVector.h>
24 #include <CLHEP/Geometry/Point3D.h>
25 
26 #include <boost/property_tree/ptree.hpp>
27 #include <boost/property_tree/xml_parser.hpp>
28 #include <boost/foreach.hpp>
29 #include <boost/lexical_cast.hpp>
30 
31 
32 using namespace std;
33 
34 CLHEP::HepRandomEngine * engine = NULL;
35 
CLHEP::HepRandomEngine * engine
#define NULL
Definition: Pdb.h:9