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
jetbackground
jetbase
KFParticle_sPHENIX
mbd
BbcDefs.h
BbcGeom.h
BbcGeomLinkDef.h
BbcGeomV1.cc
BbcGeomV1.h
BbcGeomV1LinkDef.h
BbcOut.cc
BbcOut.h
BbcOutLinkDef.h
BbcOutV1.cc
BbcOutV1.h
BbcOutV1LinkDef.h
BbcOutV2.cc
BbcOutV2.h
BbcOutV2LinkDef.h
BbcPmtContainer.cc
BbcPmtContainer.h
BbcPmtContainerLinkDef.h
BbcPmtContainerV1.cc
BbcPmtContainerV1.h
BbcPmtContainerV1LinkDef.h
BbcPmtHit.cc
BbcPmtHit.h
BbcPmtHitLinkDef.h
BbcPmtHitV1.cc
BbcPmtHitV1.h
BbcPmtHitV1LinkDef.h
BbcPmtInfoContainerV1.cc
BbcPmtInfoContainerV1.h
BbcPmtInfoContainerV1LinkDef.h
BbcPmtInfoV1.cc
BbcPmtInfoV1.h
BbcPmtInfoV1LinkDef.h
BbcReturnCodes.h
BbcVertex.h
BbcVertexLinkDef.h
BbcVertexMap.cc
BbcVertexMap.h
BbcVertexMapLinkDef.h
BbcVertexMapv1.cc
BbcVertexMapv1.h
BbcVertexMapv1LinkDef.h
BbcVertexv1.cc
BbcVertexv1.h
BbcVertexv1LinkDef.h
BbcVertexv2.cc
BbcVertexv2.h
BbcVertexv2LinkDef.h
MbdCalib.cc
MbdCalib.h
MbdDefs.h
MbdEvent.cc
MbdEvent.h
MbdGeom.h
MbdGeomLinkDef.h
MbdGeomV1.cc
MbdGeomV1.h
MbdGeomV1LinkDef.h
MbdOut.cc
MbdOut.h
MbdOutLinkDef.h
MbdOutV1.cc
MbdOutV1.h
MbdOutV1LinkDef.h
MbdOutV2.cc
MbdOutV2.h
MbdOutV2LinkDef.h
MbdPmtContainer.cc
MbdPmtContainer.h
MbdPmtContainerLinkDef.h
MbdPmtContainerV1.cc
MbdPmtContainerV1.h
MbdPmtContainerV1LinkDef.h
MbdPmtHit.cc
MbdPmtHit.h
MbdPmtHitLinkDef.h
MbdPmtHitV1.cc
MbdPmtHitV1.h
MbdPmtHitV1LinkDef.h
MbdReco.cc
MbdReco.h
MbdReturnCodes.h
MbdSig.cc
MbdSig.h
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
BbcOut.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file BbcOut.h
1
// Tell emacs that this is a C++ source
2
// -*- C++ -*-.
3
#ifndef BBC_BBCOUT_H
4
#define BBC_BBCOUT_H
5
6
#include <
phool/PHObject.h
>
7
8
#include <string>
9
11
class
BbcOut
:
public
PHObject
12
{
13
public
:
15
~BbcOut
()
override
{}
16
20
void
identify
(std::ostream&
os
= std::cout)
const override
;
21
23
virtual
void
Reset
()
override
;
24
26
int
isValid
()
const override
;
27
29
virtual
Float_t
get_zvtx
()
const
;
30
32
virtual
Float_t
get_zvtxerr
()
const
;
33
35
virtual
Float_t
get_t0
()
const
;
36
38
virtual
Float_t
get_t0err
()
const
;
39
46
virtual
void
set_t0zvtx
(
const
Float_t t0,
const
Float_t t0err,
const
Float_t vtx,
const
Float_t vtxerr)
47
{
48
set_t0
(t0, t0err);
49
set_zvtx
(vtx, vtxerr);
50
}
51
56
virtual
void
set_t0
(
const
Float_t t0,
const
Float_t t0err = 0);
57
59
virtual
void
set_zvtx
(
const
Float_t vtx,
const
Float_t vtxerr);
60
64
virtual
void
set_zvtxerr
(
const
Float_t vtxerr);
65
72
virtual
void
set_arm
(
const
int
iarm,
const
Short_t npmt,
const
Float_t ncharge,
const
Float_t timing);
73
79
virtual
void
set_clocks
(
const
Int_t ievt,
const
UShort_t iclk,
const
UShort_t ifemclk);
80
84
virtual
Short_t
get_npmt
(
const
int
iarm)
const
;
85
89
virtual
Float_t
get_q
(
const
int
iarm)
const
;
90
94
virtual
Float_t
get_time
(
const
int
iarm)
const
;
95
98
virtual
Int_t
get_evt
()
const
;
99
102
virtual
UShort_t
get_clock
()
const
;
103
106
virtual
UShort_t
get_femclock
()
const
;
107
108
virtual
void
FillFromClass
(
const
BbcOut
& old);
109
110
private
:
111
void
virtual_warning
(
const
std::string
& funcname)
const
;
112
113
ClassDefOverride(
BbcOut
, 1)
114
};
115
116
#endif
coresoftware
blob
master
offline
packages
mbd
BbcOut.h
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:18:07
using
1.8.2 with
sPHENIX GitHub integration