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
globalvertex
GlobalVertex.cc
GlobalVertex.h
GlobalVertexLinkDef.h
GlobalVertexMap.cc
GlobalVertexMap.h
GlobalVertexMapLinkDef.h
GlobalVertexMapv1.cc
GlobalVertexMapv1.h
GlobalVertexMapv1LinkDef.h
GlobalVertexReco.cc
GlobalVertexReco.h
GlobalVertexv1.cc
GlobalVertexv1.h
GlobalVertexv1LinkDef.h
GlobalVertexv2.cc
GlobalVertexv2.h
GlobalVertexv2LinkDef.h
MbdVertex.h
MbdVertexLinkDef.h
MbdVertexMap.cc
MbdVertexMap.h
MbdVertexMapLinkDef.h
MbdVertexMapv1.cc
MbdVertexMapv1.h
MbdVertexMapv1LinkDef.h
MbdVertexv1.cc
MbdVertexv1.h
MbdVertexv1LinkDef.h
MbdVertexv2.cc
MbdVertexv2.h
MbdVertexv2LinkDef.h
SvtxVertex.cc
SvtxVertex.h
SvtxVertex_v1.cc
SvtxVertex_v1.h
SvtxVertex_v1LinkDef.h
SvtxVertex_v2.cc
SvtxVertex_v2.h
SvtxVertex_v2LinkDef.h
SvtxVertexLinkDef.h
SvtxVertexMap.cc
SvtxVertexMap.h
SvtxVertexMap_v1.cc
SvtxVertexMap_v1.h
SvtxVertexMap_v1LinkDef.h
SvtxVertexMapLinkDef.h
Vertex.cc
Vertex.h
VertexLinkDef.h
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
MbdVertexMap.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file MbdVertexMap.h
1
#ifndef G4MBD_MBDVERTEXMAP_H
2
#define G4MBD_MBDVERTEXMAP_H
3
4
#include <
phool/PHObject.h
>
5
6
#include <cstddef>
// for size_t
7
#include <iostream>
8
#include <map>
9
10
class
MbdVertex
;
11
12
class
MbdVertexMap
:
public
PHObject
13
{
14
public
:
15
typedef
std::map<unsigned int, MbdVertex*>::const_iterator
ConstIter
;
16
typedef
std::map<unsigned int, MbdVertex*>::iterator
Iter
;
17
18
~MbdVertexMap
()
override
{}
19
20
void
identify
(std::ostream&
os
= std::cout)
const override
{
os
<<
"MbdVertexMap base class"
<< std::endl; }
21
int
isValid
()
const override
{
return
0; }
22
23
virtual
bool
empty
()
const
{
return
true
; }
24
virtual
size_t
size
()
const
{
return
0; }
25
virtual
size_t
count
(
unsigned
int
/*idkey*/
)
const
{
return
0; }
26
virtual
void
clear
() {}
27
28
virtual
const
MbdVertex
*
get
(
unsigned
int
/*idkey*/
)
const
{
return
nullptr
; }
29
virtual
MbdVertex
*
get
(
unsigned
int
/*idkey*/
) {
return
nullptr
; }
30
virtual
MbdVertex
*
insert
(
MbdVertex
*
/*vertex*/
) {
return
nullptr
; }
31
virtual
size_t
erase
(
unsigned
int
/*idkey*/
) {
return
0; }
32
33
virtual
ConstIter
begin
()
const
;
34
virtual
ConstIter
find
(
unsigned
int
idkey)
const
;
35
virtual
ConstIter
end
()
const
;
36
37
virtual
Iter
begin
();
38
virtual
Iter
find
(
unsigned
int
idkey);
39
virtual
Iter
end
();
40
41
protected
:
42
MbdVertexMap
() {}
43
44
private
:
45
ClassDefOverride
(
MbdVertexMap
, 1);
46
};
47
48
#endif // G4MBD_MBDVERTEXMAP_H
coresoftware
blob
master
offline
packages
globalvertex
MbdVertexMap.h
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:18:06
using
1.8.2 with
sPHENIX GitHub integration