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
QPileUp.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file QPileUp.h
1
#ifndef __QPILEUP_H__
2
#define __QPILEUP_H__
3
4
//===========================================================
8
//===========================================================
9
10
#include <string>
11
#include "TH3F.h"
12
13
class
QPileUp
{
14
public
:
15
QPileUp
();
16
~QPileUp
();
17
void
SetDebugLevel
(
int
n
) {
fDebug
=
n
;}
18
virtual
void
Make
();
19
void
TPCDimensions
(
float
irad,
float
orad,
float
hzet) {
fInnerRadius
=irad;
fOutterRadius
=orad;
fHalfLength
=hzet;}
20
void
TPCGridSize
(
int
nr,
int
np,
int
nz
) {
fNRadialSteps
=nr;
fNAzimuthalSteps
=np;
fNLongitudinalSteps
=
nz
;}
21
void
OutputFileName
(
std::string
a
) {
fFileNameRoot
=
a
;}
22
23
protected
:
24
void
InitMaps
();
25
void
SaveMaps
();
26
int
fDebug
;
27
28
TH3F *
fRho
;
29
30
float
fInnerRadius
;
31
float
fOutterRadius
;
32
float
fHalfLength
;
33
int
fNRadialSteps
;
34
int
fNAzimuthalSteps
;
35
int
fNLongitudinalSteps
;
36
std::string
fFileNameRoot
;
37
};
38
39
#endif
/* __QPILEUP_H__ */
analysis
blob
master
TPC
SCDCorrections
QPileUp.h
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:17:58
using
1.8.2 with
sPHENIX GitHub integration