EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
Go to the source code of this file.
Namespaces | |
namespace | MATSCAN |
Macros | |
#define | MACRO_MATSCAN_C |
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 () |
void | set_thetascan () |
Variables | |
float | MATSCAN::phimin = 0. |
float | MATSCAN::phispan = 360. |
int | MATSCAN::phibins = 10 |
float | MATSCAN::thetamin = 0.1 |
float | MATSCAN::thetaspan = 360. |
int | MATSCAN::thetabins = 1 |
#define MACRO_MATSCAN_C |
void matscan | ( | ) |
Definition at line 31 of file matscan.C.
View newest version in sPHENIX GitHub at line 31 of file matscan.C
References PHG4Reco::ApplyCommand(), g4, Fun4AllServer::getSubsysReco(), PHG4Reco::InitRun(), Fun4AllServer::instance(), MATSCAN::phibins, MATSCAN::phimin, MATSCAN::phispan, MATSCAN::thetabins, MATSCAN::thetamin, MATSCAN::thetaspan, and Fun4AllServer::topNode().
void print | ( | ) |
Definition at line 81 of file matscan.C.
View newest version in sPHENIX GitHub at line 81 of file matscan.C
References MATSCAN::phibins, MATSCAN::phimin, MATSCAN::phispan, MATSCAN::thetabins, MATSCAN::thetamin, and MATSCAN::thetaspan.
Referenced by generate_particle_data_table::clang_format(), ctq4pdf(), ctq5pdf(), ctq6pdf(), EICAnalysisTools::DifferentialTaggingEfficiency(), charm_jet_cross_section::DifferentialTaggingEfficiency(), EICAnalysisTools::DifferentialTaggingYield(), charm_jet_strange_helicity::DifferentialTaggingYield(), charm_jet_cross_section::DifferentialTaggingYield(), charm_jet_cross_section::DifferentialXS(), dvnopt(), Acts::getDefaultLogger(), writeMapConfig::getVolumeMateral(), hijing(), hijset(), itafun(), run_study::LoadParamsPythia(), run_study::LoadParamsTcl(), main(), check_include_guards::main(), check_license::main(), mrs99(), mrseb(), release::notes(), partonx(), partonx5(), partonx6(), pepsimainerhic(), pyptfs(), pyptis(), pytbdy(), r1990(), setctq4(), setctq5(), setctq6(), release::tag(), EICAnalysisTools::TotalXSection(), EICAnalysisTools::UprootLoad(), run_study::WritePythiaFile(), and run_study::WriteTclFile().
void set_phibins | ( | const int | i | ) |
Definition at line 61 of file matscan.C.
View newest version in sPHENIX GitHub at line 61 of file matscan.C
References MATSCAN::phibins.
Referenced by set_thetascan(), and setmidrap().
void set_phimin | ( | const float | f | ) |
Definition at line 51 of file matscan.C.
View newest version in sPHENIX GitHub at line 51 of file matscan.C
References MATSCAN::phimin.
Referenced by set_thetascan(), and setmidrap().
void set_phispan | ( | const float | f | ) |
Definition at line 56 of file matscan.C.
View newest version in sPHENIX GitHub at line 56 of file matscan.C
References MATSCAN::phispan.
Referenced by set_thetascan(), and setmidrap().
void set_thetabins | ( | const int | i | ) |
Definition at line 76 of file matscan.C.
View newest version in sPHENIX GitHub at line 76 of file matscan.C
References MATSCAN::thetabins.
Referenced by set_thetascan(), and setmidrap().
void set_thetamin | ( | const float | f | ) |
Definition at line 66 of file matscan.C.
View newest version in sPHENIX GitHub at line 66 of file matscan.C
References MATSCAN::thetamin.
Referenced by set_thetascan(), and setmidrap().
void set_thetascan | ( | ) |
Definition at line 103 of file matscan.C.
View newest version in sPHENIX GitHub at line 103 of file matscan.C
References set_phibins(), set_phimin(), set_phispan(), set_thetabins(), set_thetamin(), and set_thetaspan().
void set_thetaspan | ( | const float | f | ) |
Definition at line 71 of file matscan.C.
View newest version in sPHENIX GitHub at line 71 of file matscan.C
References MATSCAN::thetaspan.
Referenced by set_thetascan(), and setmidrap().
void setmidrap | ( | ) |
Definition at line 93 of file matscan.C.
View newest version in sPHENIX GitHub at line 93 of file matscan.C
References set_phibins(), set_phimin(), set_phispan(), set_thetabins(), set_thetamin(), and set_thetaspan().