ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PHHepMC_ioLinkDef.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file PHHepMC_ioLinkDef.h
1 #include <HepMC/Flow.h>
2 #include <HepMC/GenCrossSection.h>
3 #include <HepMC/GenEvent.h>
4 #include <HepMC/GenParticle.h>
5 #include <HepMC/GenVertex.h>
6 #include <HepMC/HeavyIon.h>
7 #include <HepMC/PdfInfo.h>
8 #include <HepMC/Polarization.h>
9 #include <HepMC/SimpleVector.h>
10 #include <HepMC/WeightContainer.h>
11 
12 #ifdef __CINT__
13 
14 #pragma link C++ class HepMC::Flow + ;
15 #pragma link C++ class HepMC::ThreeVector + ;
16 #pragma link C++ class HepMC::FourVector + ;
17 #pragma link C++ class HepMC::GenEvent + ;
18 #pragma link C++ class HepMC::GenParticle + ;
19 #pragma link C++ class HepMC::GenVertex + ;
20 #pragma link C++ class HepMC::GenCrossSection + ;
21 #pragma link C++ class HepMC::HeavyIon + ;
22 #pragma link C++ class HepMC::PdfInfo + ;
23 #pragma link C++ class HepMC::Polarization + ;
24 #pragma link C++ class HepMC::WeightContainer + ;
25 
26 #endif