Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 10:06:09

0001 #ifndef PODIO_ROOTFRAMEREADER_H
0002 #define PODIO_ROOTFRAMEREADER_H
0003 
0004 #include "podio/ROOTReader.h"
0005 
0006 namespace podio {
0007 using ROOTFrameReader [[deprecated("Will be removed in v1.0, switch to podio::ROOTReader")]] = podio::ROOTReader;
0008 }
0009 
0010 #endif // PODIO_ROOTFRAMEREADER_H