Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SvtxPHG4ParticleMapLinkDef.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file SvtxPHG4ParticleMapLinkDef.h
1 #ifdef __CINT__
2 
3 #pragma link C++ class std::map<float, std::set<int>>+;
4 
5 #pragma link C++ class std::map<unsigned int, std::map<float, std::set<int>>>+;
6 
7 #pragma link C++ class SvtxPHG4ParticleMap + ;
8 
9 #endif /* __CINT__ */