Back to home page

sPhenix code displayed by LXR

 
 

    


File indexing completed on 2025-08-06 08:17:37

0001 #include "EventplaneinfoMap.h"
0002 
0003 std::map<unsigned int, Eventplaneinfo*> DummyEventplaneinfoMap;
0004 
0005 EventplaneinfoMap::ConstIter EventplaneinfoMap::begin() const
0006 {
0007   return DummyEventplaneinfoMap.end();
0008 }
0009 
0010 EventplaneinfoMap::ConstIter EventplaneinfoMap::find(unsigned int /*idkey*/) const
0011 {
0012   return DummyEventplaneinfoMap.end();
0013 }
0014 
0015 EventplaneinfoMap::ConstIter EventplaneinfoMap::end() const
0016 {
0017   return DummyEventplaneinfoMap.end();
0018 }
0019 
0020 EventplaneinfoMap::Iter EventplaneinfoMap::begin()
0021 {
0022   return DummyEventplaneinfoMap.end();
0023 }
0024 
0025 EventplaneinfoMap::Iter EventplaneinfoMap::find(unsigned int /*idkey*/)
0026 {
0027   return DummyEventplaneinfoMap.end();
0028 }
0029 
0030 EventplaneinfoMap::Iter EventplaneinfoMap::end()
0031 {
0032   return DummyEventplaneinfoMap.end();
0033 }