Analysis Software
Documentation for
sPHENIX
simulation software
Home page
Related Pages
Modules
Namespaces
Classes
Files
Examples
External Links
File List
File Members
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
5
EventplaneinfoMap::ConstIter
EventplaneinfoMap::begin
()
const
6
{
7
return
DummyEventplaneinfoMap.end();
8
}
9
10
EventplaneinfoMap::ConstIter
EventplaneinfoMap::find
(
unsigned
int
/*idkey*/
)
const
11
{
12
return
DummyEventplaneinfoMap.end();
13
}
14
15
EventplaneinfoMap::ConstIter
EventplaneinfoMap::end
()
const
16
{
17
return
DummyEventplaneinfoMap.end();
18
}
19
20
EventplaneinfoMap::Iter
EventplaneinfoMap::begin
()
21
{
22
return
DummyEventplaneinfoMap.end();
23
}
24
25
EventplaneinfoMap::Iter
EventplaneinfoMap::find
(
unsigned
int
/*idkey*/
)
26
{
27
return
DummyEventplaneinfoMap.end();
28
}
29
30
EventplaneinfoMap::Iter
EventplaneinfoMap::end
()
31
{
32
return
DummyEventplaneinfoMap.end();
33
}
coresoftware
blob
master
offline
packages
eventplaneinfo
EventplaneinfoMap.cc
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:18:05
using
1.8.2 with
sPHENIX GitHub integration