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
InttMaskedChannelSetv1.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file InttMaskedChannelSetv1.h
1
#ifndef INTT_MASKED_CHANNEL_SETv1_H
2
#define INTT_MASKED_CHANNEL_SETv1_H
3
4
#include "
InttMap.h
"
5
#include "
InttMaskedChannelSet.h
"
6
7
#include <cstddef>
// for size_t
8
#include <iostream>
9
#include <set>
10
11
class
CDBTTree
;
12
13
class
InttMaskedChannelSetv1
:
public
InttMaskedChannelSet
14
{
15
public
:
16
InttMaskedChannelSetv1
() =
default
;
17
~InttMaskedChannelSetv1
()
override
;
18
19
void
identify
(std::ostream& = std::cout)
const override
;
20
std::size_t
size
()
const override
;
21
22
bool
IsDeadChannel
(
InttMap::Offline_s
const
&)
const override
;
23
24
protected
:
25
int
v_LoadFromCDBTTree
(
CDBTTree
&)
override
;
26
27
private
:
28
typedef
std::set<InttMap::Offline_s, InttMap::OfflineWildcardComparator>
Set_t
;
29
Set_t
*
m_HotChannelSet
{
nullptr
};
30
31
ClassDefOverride(
InttMaskedChannelSetv1
, 1)
32
};
33
34
#endif // INTT_MASKED_CHANNEL_SETv1_H
coresoftware
blob
master
offline
packages
intt
InttMaskedChannelSetv1.h
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:18:06
using
1.8.2 with
sPHENIX GitHub integration