|
Class Reference for E1039 Core & Analysis Software
|
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 |
| 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 | ( | ) |
| 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_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_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:| int phibins = 20 |
Definition at line 10 of file matscan.C.
Referenced by PHG4CylinderCellReco::InitRun(), matscan(), print(), and set_phibins().
| float phimin = 0. |
Definition at line 8 of file matscan.C.
Referenced by PHG4CylinderCellReco::InitRun(), PHG4CylinderCellTPCReco::InitRun(), matscan(), plot_matscan(), plot_matscan_worker(), print(), and set_phimin().
| float phispan = 360. |
Definition at line 9 of file matscan.C.
Referenced by matscan(), print(), and set_phispan().
| 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().