Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
EventplaneinfoMap.cc
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file EventplaneinfoMap.cc
1 #include "EventplaneinfoMap.h"
2 
3 std::map<unsigned int, Eventplaneinfo*> DummyEventplaneinfoMap;
4 
6 {
7  return DummyEventplaneinfoMap.end();
8 }
9 
11 {
12  return DummyEventplaneinfoMap.end();
13 }
14 
16 {
17  return DummyEventplaneinfoMap.end();
18 }
19 
21 {
22  return DummyEventplaneinfoMap.end();
23 }
24 
26 {
27  return DummyEventplaneinfoMap.end();
28 }
29 
31 {
32  return DummyEventplaneinfoMap.end();
33 }