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
Half
HFTrackEfficiency
intt
CylinderGeomIntt.cc
CylinderGeomIntt.h
CylinderGeomInttLinkDef.h
InttClusterizer.cc
InttClusterizer.h
InttCombinedRawDataConverter.cc
InttCombinedRawDataConverter.h
InttCombinedRawDataDecoder.cc
InttCombinedRawDataDecoder.h
InttFelixMap.cc
InttFelixMap.h
InttMap.cc
InttMap.h
InttMapLinkDef.h
InttMapping.cc
InttMapping.h
InttMaskedChannelSet.cc
InttMaskedChannelSet.h
InttMaskedChannelSetLinkDef.h
InttMaskedChannelSetv1.cc
InttMaskedChannelSetv1.h
InttMaskedChannelSetv1LinkDef.h
InttRawDataConverter.cc
InttRawDataConverter.h
InttRawDataDecoder.cc
InttRawDataDecoder.h
InttSurveyMap.cc
InttSurveyMap.h
InttSurveyMapLinkDef.h
InttSurveyMapv1.cc
InttSurveyMapv1.h
InttSurveyMapv1LinkDef.h
InttVertex.h
InttVertexFinder.cc
InttVertexFinder.h
InttVertexLinkDef.h
InttVertexMap.cc
InttVertexMap.h
InttVertexMapLinkDef.h
InttVertexMapv1.cc
InttVertexMapv1.h
InttVertexMapv1LinkDef.h
InttVertexv1.cc
InttVertexv1.h
InttVertexv1LinkDef.h
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
InttMaskedChannelSet.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file InttMaskedChannelSet.h
1
#ifndef INTT_MASKED_CHANNEL_SET_H
2
#define INTT_MASKED_CHANNEL_SET_H
3
4
#include "
InttMap.h
"
5
6
#include <
phool/PHObject.h
>
7
8
#include <iostream>
9
#include <string>
10
11
class
CDBTTree
;
12
13
class
InttMaskedChannelSet
:
public
PHObject
14
{
15
public
:
16
InttMaskedChannelSet
() =
default
;
17
~InttMaskedChannelSet
()
override
=
default
;
18
19
virtual
void
identify
(std::ostream& = std::cout)
const override
;
20
virtual
std::size_t
size
()
const
;
21
22
int
LoadFromFile
(
std::string
const
& =
"InttMaskedChannelSet.root"
);
23
int
LoadFromCDB
(
std::string
const
& =
"InttMaskedChannelSet"
);
24
25
bool
IsDeadChannel
(
int
const
&,
int
const
&,
int
const
&,
int
const
&,
int
const
&)
const
;
26
virtual
bool
IsDeadChannel
(
InttMap::Offline_s
const
&)
const
;
27
28
protected
:
29
virtual
int
v_LoadFromCDBTTree
(
CDBTTree
&);
30
31
private
:
32
ClassDefOverride(
InttMaskedChannelSet
, 1)
33
};
34
35
#endif // INTT_MASKED_CHANNEL_SET_H
coresoftware
blob
master
offline
packages
intt
InttMaskedChannelSet.h
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:18:06
using
1.8.2 with
sPHENIX GitHub integration