Analysis Software
Documentation for
sPHENIX
simulation software
Home page
Related Pages
Modules
Namespaces
Classes
Files
Examples
External Links
File List
File Members
Analysis Software
Deprecated List
Modules
Namespaces
Classes
Files
File List
acts
acts-fatras
analysis
analysis_tpc_prototype
coresoftware
blob
master
calibrations
generators
offline
database
framework
packages
CaloBase
CaloEmbedding
CaloReco
centrality
ClusterIso
compressor
decayfinder
epd
eventplaneinfo
Eventplaneinfo.cc
Eventplaneinfo.h
EventplaneinfoLinkDef.h
EventplaneinfoMap.cc
EventplaneinfoMap.h
EventplaneinfoMapLinkDef.h
EventplaneinfoMapv1.cc
EventplaneinfoMapv1.h
EventplaneinfoMapv1LinkDef.h
Eventplaneinfov1.cc
Eventplaneinfov1.h
Eventplaneinfov1LinkDef.h
EventPlaneReco.cc
EventPlaneReco.h
globalvertex
Half
HFTrackEfficiency
intt
jetbackground
jetbase
KFParticle_sPHENIX
mbd
micromegas
mvtx
NodeDump
particleflow
PHField
PHGenFitPkg
PHGeometry
QAUtils
rawtodst
ResonanceJetTagging
tpc
tpccalib
tpcdaq
TPCHitTrackDisplay
trackbase
trackbase_historic
TrackerMillepedeAlignment
TrackingDiagnostics
trackreco
trigger
vararray
QA
simulation
validation
Doxygen_Assist
g4exampledetector
GenFit
JETSCAPE
KFParticle
macros
online_distribution
OnlMon
prototype
pythia6
rcdaq
RDBC
tutorials
doxygen_mainpage.h
File Members
Examples
External Links
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
EventplaneinfoMap.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file EventplaneinfoMap.h
1
// Tell emacs that this is a C++ source
2
// -*- C++ -*-.
3
#ifndef EVENTPLANEINFOMAP_H
4
#define EVENTPLANEINFOMAP_H
5
6
#include <
phool/PHObject.h
>
7
#include <iostream>
8
#include <map>
9
10
class
Eventplaneinfo
;
11
12
class
EventplaneinfoMap
:
public
PHObject
13
{
14
public
:
15
enum
EPTYPE
16
{
17
UNDEFINED
= 999,
18
sEPDS
= 0,
19
sEPDN
= 1,
20
MBDS
= 2,
21
MBDN
= 3
22
};
23
24
typedef
std::map<unsigned int, Eventplaneinfo*>::const_iterator
ConstIter
;
25
typedef
std::map<unsigned int, Eventplaneinfo*>::iterator
Iter
;
26
27
~EventplaneinfoMap
()
override
{}
28
29
void
identify
(std::ostream&
os
= std::cout)
const override
{
os
<<
"EventplaneinfoMap base class"
<< std::endl; }
30
virtual
void
clear
() {}
31
32
virtual
const
Eventplaneinfo
*
get
(
unsigned
int
/*idkey*/
)
const
{
return
nullptr
; }
33
virtual
Eventplaneinfo
*
get
(
unsigned
int
/*idkey*/
) {
return
nullptr
; }
34
virtual
Eventplaneinfo
*
insert
(
Eventplaneinfo
*
/*ep*/
,
EPTYPE
/*type*/
) {
return
nullptr
; }
35
36
virtual
ConstIter
begin
()
const
;
37
virtual
ConstIter
find
(
unsigned
int
idkey)
const
;
38
virtual
ConstIter
end
()
const
;
39
40
virtual
Iter
begin
();
41
virtual
Iter
find
(
unsigned
int
idkey);
42
virtual
Iter
end
();
43
44
protected
:
45
EventplaneinfoMap
() {}
46
47
private
:
48
ClassDefOverride
(
EventplaneinfoMap
, 1);
49
};
50
51
#endif // EVENTPLANEINFOMAP_H
coresoftware
blob
master
offline
packages
eventplaneinfo
EventplaneinfoMap.h
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:18:05
using
1.8.2 with
sPHENIX GitHub integration