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
InttSurveyMapv1.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file InttSurveyMapv1.h
1
#ifndef INTT_SURVEY_MAPv1_H
2
#define INTT_SURVEY_MAPv1_H
3
4
#include "
InttSurveyMap.h
"
5
6
#include <
phool/PHObject.h
>
7
8
#include <iostream>
9
#include <map>
// for map<>::const_iterator
10
11
class
InttSurveyMapv1
:
public
InttSurveyMap
12
{
13
public
:
14
using
InttSurveyMap::key_t
;
15
using
InttSurveyMap::map_t
;
16
using
InttSurveyMap::val_t
;
17
18
InttSurveyMapv1
() =
default
;
19
~InttSurveyMapv1
()
override
;
20
21
void
identify
(std::ostream& = std::cout)
const override
;
22
std::size_t
size
()
const override
;
23
24
protected
:
25
int
v_LoadFromCDBTTree
(
CDBTTree
&)
override
;
26
27
int
v_LookupAbsoluteTransform
(
key_t
const
&, map_t::const_iterator&)
const override
;
28
int
v_LookupRelativeTransform
(
key_t
const
&, map_t::const_iterator&)
const override
;
29
30
private
:
31
map_t
*
m_absolute_transforms
=
nullptr
;
32
map_t
*
m_relative_transforms
=
nullptr
;
33
34
ClassDefOverride(
InttSurveyMapv1
, 1)
35
};
36
37
#endif // INTT_SURVEY_MAPv1_H
coresoftware
blob
master
offline
packages
intt
InttSurveyMapv1.h
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:18:06
using
1.8.2 with
sPHENIX GitHub integration