ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
Home page
Related Pages
Modules
Namespaces
Classes
Files
External Links
File List
File Members
ECCE @ EIC Software
Deprecated List
Modules
Namespaces
Classes
Files
File List
acts
analysis
coresoftware
blob
master
calibrations
generators
offline
database
framework
packages
CaloBase
CaloReco
centrality
ClusterIso
compressor
Half
HelixHough
intt
jetbackground
KFParticle_sPHENIX
micromegas
mvtx
NodeDump
macro
DumpAssocInfoContainer.cc
DumpAssocInfoContainer.h
DumpBbcVertexMap.cc
DumpBbcVertexMap.h
DumpCaloTriggerInfo.cc
DumpCaloTriggerInfo.h
Dumper.cc
Dumper.h
DumpEventHeader.cc
DumpEventHeader.h
DumpGlobalVertexMap.cc
DumpGlobalVertexMap.h
DumpJetMap.cc
DumpJetMap.h
DumpObject.cc
DumpObject.h
DumpParticleFlowElementContainer.cc
DumpParticleFlowElementContainer.h
DumpPdbParameterMap.cc
DumpPdbParameterMap.h
DumpPdbParameterMapContainer.cc
DumpPdbParameterMapContainer.h
DumpPHG4BlockCellGeomContainer.cc
DumpPHG4BlockCellGeomContainer.h
DumpPHG4BlockGeomContainer.cc
DumpPHG4BlockGeomContainer.h
DumpPHG4CellContainer.cc
DumpPHG4CellContainer.h
DumpPHG4CylinderCellContainer.cc
DumpPHG4CylinderCellContainer.h
DumpPHG4CylinderCellGeomContainer.cc
DumpPHG4CylinderCellGeomContainer.h
DumpPHG4CylinderGeomContainer.cc
DumpPHG4CylinderGeomContainer.h
DumpPHG4HitContainer.cc
DumpPHG4HitContainer.h
DumpPHG4InEvent.cc
DumpPHG4InEvent.h
DumpPHG4ScintillatorSlatContainer.cc
DumpPHG4ScintillatorSlatContainer.h
DumpPHG4TruthInfoContainer.cc
DumpPHG4TruthInfoContainer.h
DumpPHHepMCGenEventMap.cc
DumpPHHepMCGenEventMap.h
DumpRawClusterContainer.cc
DumpRawClusterContainer.h
DumpRawTowerContainer.cc
DumpRawTowerContainer.h
DumpRawTowerGeom.cc
DumpRawTowerGeom.h
DumpRawTowerGeomContainer.cc
DumpRawTowerGeomContainer.h
DumpRunHeader.cc
DumpRunHeader.h
DumpSvtxTrackMap.cc
DumpSvtxTrackMap.h
DumpSvtxVertexMap.cc
DumpSvtxVertexMap.h
DumpSyncObject.cc
DumpSyncObject.h
DumpTowerBackground.cc
DumpTowerBackground.h
DumpTrkrClusterContainer.cc
DumpTrkrClusterContainer.h
DumpTrkrClusterHitAssoc.cc
DumpTrkrClusterHitAssoc.h
DumpTrkrHitSetContainer.cc
DumpTrkrHitSetContainer.h
DumpTrkrHitTruthAssoc.cc
DumpTrkrHitTruthAssoc.h
DumpVariableArray.cc
DumpVariableArray.h
DumpVariableArrayInt.cc
PHNodeDump.cc
PHNodeDump.h
particleflow
PHField
PHGenFitPkg
PHGeometry
PHTpcTracker
tpc
tpccalib
tpcdaq
trackbase
trackbase_historic
trackreco
trigger
vararray
QA
simulation
Doxygen_Assist
ecce-detectors
fun4all_eicdetectors
geant4
macros
online_distribution
tutorials
doxygen_mainpage.h
File Members
External Links
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
PHNodeDump.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file PHNodeDump.h
1
#ifndef NODEDUMP_PHNODEDUMP_H
2
#define NODEDUMP_PHNODEDUMP_H
3
4
#include <
phool/PHNodeOperation.h
>
5
6
#include <map>
7
#include <set>
8
#include <string>
9
10
class
PHNode
;
11
class
DumpObject
;
12
class
PHCompositeNode
;
13
14
class
PHNodeDump
:
public
PHNodeOperation
15
{
16
public
:
17
PHNodeDump
();
18
~PHNodeDump
()
override
;
19
int
CloseOutputFiles
();
20
int
GetGlobalVars
(
PHCompositeNode
*topNode);
21
22
int
RunNumber
() {
return
runnumber
; }
23
int
EvtSequence
() {
return
evtsequence
; }
24
25
int
AddIgnore
(
const
std::string &
name
);
26
int
Select
(
const
std::string &
name
);
27
int
SetOutDir
(
const
std::string &dirname);
28
void
SetPrecision
(
const
int
digits) {
fp_precision
= digits; }
29
30
protected
:
31
void
perform
(
PHNode
*)
override
;
32
int
AddDumpObject
(
const
std::string &NodeName,
PHNode
*node);
33
std::map<std::string, DumpObject *>
dumpthis
;
34
std::set<std::string>
ignore
;
35
std::set<std::string>
exclusive
;
36
int
runnumber
;
37
int
evtsequence
;
38
int
fp_precision
;
39
std::string
outdir
;
40
};
41
42
#endif
coresoftware
blob
master
offline
packages
NodeDump
PHNodeDump.h
Built by
Jin Huang
. updated:
Wed Jun 29 2022 17:24:36
using
1.8.2 with
ECCE GitHub integration