Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 11:56:19

0001 #ifndef GENERS_LISTIO_HH_
0002 #define GENERS_LISTIO_HH_
0003 
0004 #include <list>
0005 #include "Alignment/Geners/interface/GenericIO.hh"
0006 
0007 gs_specialize_template_id_TT(std::list, 0, 1)
0008 
0009 #endif // GENERS_LISTIO_HH_
0010