Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:22:30

0001 #ifndef MagneticField_GeomBuilder_printUniqueNames_h
0002 #define MagneticField_GeomBuilder_printUniqueNames_h
0003 
0004 #include "BaseVolumeHandle.h"
0005 
0006 namespace magneticfield {
0007 
0008   /// Just for debugging...
0009   void printUniqueNames(handles::const_iterator begin, handles::const_iterator end, bool uniq = true);
0010 }  // namespace magneticfield
0011 
0012 #endif