Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2024-06-29 07:06:05

0001 // Copyright 2022, David Lawrence
0002 // Subject to the terms in the LICENSE file found in the top-level directory.
0003 //
0004 //
0005 // This is used when generating the ROOT dictionary file needed to define
0006 // the vector types like "vector<edm4hep::EventHeader>".
0007 //
0008 
0009 
0010 #include <vector>
0011 #ifdef __ROOTCLING__
0012 
0013 //#pragma link C++ class vector<edm4hep::*>+;
0014 
0015 #endif