ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include "Fun4AllHepMCInputManager.h"
#include "PHHepMCGenEvent.h"
#include "PHHepMCGenEventMap.h"
#include <frog/FROG.h>
#include <fun4all/Fun4AllInputManager.h>
#include <fun4all/Fun4AllReturnCodes.h>
#include <fun4all/Fun4AllServer.h>
#include <fun4all/Fun4AllSyncManager.h>
#include <phool/PHCompositeNode.h>
#include <phool/PHIODataNode.h>
#include <phool/PHNodeIterator.h>
#include <phool/PHObject.h>
#include <phool/getClass.h>
#include <phool/phool.h>
#include <phool/recoConsts.h>
#include <HepMC/GenEvent.h>
#include <HepMC/GenParticle.h>
#include <HepMC/GenVertex.h>
#include <HepMC/IO_GenEvent.h>
#include <HepMC/SimpleVector.h>
#include <HepMC/Units.h>
#include <TDirectory.h>
#include <TPRegexp.h>
#include <TROOT.h>
#include <TString.h>
#include <TSystem.h>
#include <boost/iostreams/filter/bzip2.hpp>
#include <boost/iostreams/filter/gzip.hpp>
#include <cmath>
#include <cstdlib>
#include <fstream>
#include <iostream>
#include <map>
#include <sstream>
#include <vector>
Go to the source code of this file.
Variables | |
static const double | toMM = 1.e-12 |
|
static |
Definition at line 45 of file Fun4AllHepMCInputManager.cc.
View newest version in sPHENIX GitHub at line 45 of file Fun4AllHepMCInputManager.cc
Referenced by Fun4AllHepMCInputManager::ConvertFromOscar().