Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
QPileUp Class Reference

#include <analysis/blob/master/TPC/SCDCorrections/QPileUp.h>

+ Inheritance diagram for QPileUp:
+ Collaboration diagram for QPileUp:

Public Member Functions

 QPileUp ()
 
 ~QPileUp ()
 
void SetDebugLevel (int n)
 
virtual void Make ()
 
void TPCDimensions (float irad, float orad, float hzet)
 
void TPCGridSize (int nr, int np, int nz)
 
void OutputFileName (std::string a)
 

Protected Member Functions

void InitMaps ()
 
void SaveMaps ()
 

Protected Attributes

int fDebug
 
TH3F * fRho
 
float fInnerRadius
 
float fOutterRadius
 
float fHalfLength
 
int fNRadialSteps
 
int fNAzimuthalSteps
 
int fNLongitudinalSteps
 
std::string fFileNameRoot
 

Detailed Description

Definition at line 13 of file QPileUp.h.

View newest version in sPHENIX GitHub at line 13 of file QPileUp.h

Constructor & Destructor Documentation

QPileUp::QPileUp ( )

Definition at line 9 of file QPileUp.cxx.

View newest version in sPHENIX GitHub at line 9 of file QPileUp.cxx

References fDebug, fFileNameRoot, fHalfLength, fInnerRadius, fNAzimuthalSteps, fNLongitudinalSteps, fNRadialSteps, fOutterRadius, and fRho.

QPileUp::~QPileUp ( )

Definition at line 21 of file QPileUp.cxx.

View newest version in sPHENIX GitHub at line 21 of file QPileUp.cxx

Member Function Documentation

void QPileUp::InitMaps ( )
protected

Definition at line 29 of file QPileUp.cxx.

View newest version in sPHENIX GitHub at line 29 of file QPileUp.cxx

References fDebug, fHalfLength, fInnerRadius, fNAzimuthalSteps, fNLongitudinalSteps, fNRadialSteps, fOutterRadius, fRho, printf(), and TwoPi.

Referenced by QPileUpToy::Make(), and Make().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void QPileUp::Make ( )
virtual

Reimplemented in QPileUpToy.

Definition at line 24 of file QPileUp.cxx.

View newest version in sPHENIX GitHub at line 24 of file QPileUp.cxx

References InitMaps(), and SaveMaps().

Referenced by main().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void QPileUp::OutputFileName ( std::string  a)
inline

Definition at line 21 of file QPileUp.h.

View newest version in sPHENIX GitHub at line 21 of file QPileUp.h

References KFPMath::a, and fFileNameRoot.

Referenced by main().

+ Here is the caller graph for this function:

void QPileUp::SaveMaps ( )
protected

Definition at line 43 of file QPileUp.cxx.

View newest version in sPHENIX GitHub at line 43 of file QPileUp.cxx

References fDebug, fFileNameRoot, fRho, ofile, and printf().

Referenced by QPileUpToy::Make(), and Make().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void QPileUp::SetDebugLevel ( int  n)
inline

Definition at line 17 of file QPileUp.h.

View newest version in sPHENIX GitHub at line 17 of file QPileUp.h

References fDebug, and n.

Referenced by main().

+ Here is the caller graph for this function:

void QPileUp::TPCDimensions ( float  irad,
float  orad,
float  hzet 
)
inline

Definition at line 19 of file QPileUp.h.

View newest version in sPHENIX GitHub at line 19 of file QPileUp.h

References fHalfLength, fInnerRadius, and fOutterRadius.

Referenced by main().

+ Here is the caller graph for this function:

void QPileUp::TPCGridSize ( int  nr,
int  np,
int  nz 
)
inline

Definition at line 20 of file QPileUp.h.

View newest version in sPHENIX GitHub at line 20 of file QPileUp.h

References fNAzimuthalSteps, fNLongitudinalSteps, fNRadialSteps, and nz.

Referenced by main().

+ Here is the caller graph for this function:

Member Data Documentation

int QPileUp::fDebug
protected

Definition at line 26 of file QPileUp.h.

View newest version in sPHENIX GitHub at line 26 of file QPileUp.h

Referenced by InitMaps(), QPileUpToy::Make(), QPileUp(), SaveMaps(), and SetDebugLevel().

std::string QPileUp::fFileNameRoot
protected

Definition at line 36 of file QPileUp.h.

View newest version in sPHENIX GitHub at line 36 of file QPileUp.h

Referenced by OutputFileName(), QPileUp(), and SaveMaps().

float QPileUp::fHalfLength
protected

Definition at line 32 of file QPileUp.h.

View newest version in sPHENIX GitHub at line 32 of file QPileUp.h

Referenced by InitMaps(), QPileUpToy::Make(), QPileUp(), and TPCDimensions().

float QPileUp::fInnerRadius
protected

Definition at line 30 of file QPileUp.h.

View newest version in sPHENIX GitHub at line 30 of file QPileUp.h

Referenced by InitMaps(), QPileUpToy::Make(), QPileUp(), and TPCDimensions().

int QPileUp::fNAzimuthalSteps
protected

Definition at line 34 of file QPileUp.h.

View newest version in sPHENIX GitHub at line 34 of file QPileUp.h

Referenced by InitMaps(), QPileUpToy::Make(), QPileUp(), and TPCGridSize().

int QPileUp::fNLongitudinalSteps
protected

Definition at line 35 of file QPileUp.h.

View newest version in sPHENIX GitHub at line 35 of file QPileUp.h

Referenced by InitMaps(), QPileUpToy::Make(), QPileUp(), and TPCGridSize().

int QPileUp::fNRadialSteps
protected

Definition at line 33 of file QPileUp.h.

View newest version in sPHENIX GitHub at line 33 of file QPileUp.h

Referenced by InitMaps(), QPileUpToy::Make(), QPileUp(), and TPCGridSize().

float QPileUp::fOutterRadius
protected

Definition at line 31 of file QPileUp.h.

View newest version in sPHENIX GitHub at line 31 of file QPileUp.h

Referenced by InitMaps(), QPileUpToy::Make(), QPileUp(), and TPCDimensions().

TH3F* QPileUp::fRho
protected

Definition at line 28 of file QPileUp.h.

View newest version in sPHENIX GitHub at line 28 of file QPileUp.h

Referenced by InitMaps(), QPileUpToy::Make(), QPileUp(), and SaveMaps().


The documentation for this class was generated from the following files: