Class Reference for E1039 Core & Analysis Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
matscan.C File Reference

Go to the source code of this file.

Functions

void matscan ()
 
void set_phimin (const float f)
 
void set_phispan (const float f)
 
void set_phibins (const int i)
 
void set_thetamin (const float f)
 
void set_thetaspan (const float f)
 
void set_thetabins (const int i)
 
void print ()
 
void setmidrap ()
 

Variables

float phimin = 0.
 
float phispan = 360.
 
int phibins = 20
 
float thetamin = 40
 
float thetaspan = 50
 
int thetabins = 6
 
float pos_x = 0
 
float pos_y = 0
 
float pos_z = -300
 

Function Documentation

void matscan ( )

Definition at line 19 of file matscan.C.

References PHG4Reco::ApplyCommand(), submit_bnl::cmd, Fun4AllServer::getSubsysReco(), PHG4Reco::InitRun(), Fun4AllServer::instance(), phibins, phimin, phispan, pos_x, pos_y, pos_z, se, thetabins, thetamin, thetaspan, and Fun4AllServer::topNode().

+ Here is the call graph for this function:

void print ( )

Definition at line 72 of file matscan.C.

References phibins, phimin, phispan, pos_x, pos_y, pos_z, thetabins, thetamin, and thetaspan.

void set_phibins ( const int  i)

Definition at line 52 of file matscan.C.

References phibins.

Referenced by setmidrap().

+ Here is the caller graph for this function:

void set_phimin ( const float  f)

Definition at line 42 of file matscan.C.

References phimin.

void set_phispan ( const float  f)

Definition at line 47 of file matscan.C.

References phispan.

Referenced by setmidrap().

+ Here is the caller graph for this function:

void set_thetabins ( const int  i)

Definition at line 67 of file matscan.C.

References thetabins.

Referenced by setmidrap().

+ Here is the caller graph for this function:

void set_thetamin ( const float  f)

Definition at line 57 of file matscan.C.

References thetamin.

void set_thetaspan ( const float  f)

Definition at line 62 of file matscan.C.

References thetaspan.

Referenced by setmidrap().

+ Here is the caller graph for this function:

void setmidrap ( )

Definition at line 85 of file matscan.C.

References set_phibins(), set_phispan(), set_thetabins(), and set_thetaspan().

+ Here is the call graph for this function:

Variable Documentation

int phibins = 20

Definition at line 10 of file matscan.C.

Referenced by PHG4CylinderCellReco::InitRun(), matscan(), print(), and set_phibins().

float phispan = 360.

Definition at line 9 of file matscan.C.

Referenced by matscan(), print(), and set_phispan().

float pos_x = 0

Definition at line 15 of file matscan.C.

Referenced by matscan(), and print().

float pos_y = 0

Definition at line 16 of file matscan.C.

Referenced by matscan(), and print().

float pos_z = -300

Definition at line 17 of file matscan.C.

Referenced by matscan(), and print().

int thetabins = 6

Definition at line 13 of file matscan.C.

Referenced by matscan(), print(), and set_thetabins().

float thetamin = 40

Definition at line 11 of file matscan.C.

Referenced by matscan(), print(), and set_thetamin().

float thetaspan = 50

Definition at line 12 of file matscan.C.

Referenced by matscan(), print(), and set_thetaspan().