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

Static Public Attributes

static const float left_margin = (float)0.06
 
static const float right_margin = (float)0.006
 
static const float top_margin = (float)0.01
 
static const float bot_margin = (float)0.04
 
static const int doFit = 1
 
static const int doCTE = 0
 
static const int Nsrch = 3
 
static const int Nxtail = 0
 
static const int Nytail = 0
 
static const int NXpix = Co::Nsrch + Co::Nxtail
 
static const int NYpix = Co::Nsrch + Co::Nytail
 
static const int NBtot = Co::NXpix*Co::NYpix
 
static const int Nsumh = Co::NBtot + 1
 
static const double KcutL = 1500.
 
static const double KcutR = 1700.
 
static const double Ea = 5897.
 
static const double Eb = 6490.
 
static const double w_pair = 3.68
 
static const double Fano = 0.12
 
static const double NeKa = Co::Ea/Co::w_pair
 
static const double NeKb = Co::Eb/Co::w_pair
 
static const double Depth = 100.
 
static const double Dchan = 1.
 
static const double DelD = Co::Dchan/Co::Depth
 
static const double Tau_a = 28.8/Co::Depth
 
static const double Tau_b = 37.9/Co::Depth
 
static const double Iqmu =4.6296
 
static const double Qtke =0.7717e-3
 
static const double Ro =3.
 
static const double Na =Co::Iqmu/Co::Ro
 
static const double Nd =1.6e+3
 
static const double Cpn =1.-Co::DelD*Co::DelD-Co::DelD*Co::DelD*Co::Nd/Co::Na
 
static const double Vde =Co::Qtke*Co::Na*Co::Depth*Co::Depth*Co::Cpn
 
static const double mobil_e = 900.
 
static const double v_sat_e = 118.
 
static const double NTlow = -3.0
 
static const double NTcnt = 5.0
 
static const double Gain = 3.0
 
static const double ConvGain [16]
 

Detailed Description

Definition at line 26 of file Fe55_main.dev20190528.cpp.

View newest version in sPHENIX GitHub at line 26 of file Fe55_main.dev20190528.cpp

Member Data Documentation

const float Co::bot_margin = (float)0.04
static

Definition at line 32 of file Fe55_main.dev20190528.cpp.

View newest version in sPHENIX GitHub at line 32 of file Fe55_main.dev20190528.cpp

const double Co::ConvGain
static
Initial value:
={
1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0,
1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 }

Definition at line 75 of file Fe55_main.dev20190528.cpp.

View newest version in sPHENIX GitHub at line 75 of file Fe55_main.dev20190528.cpp

Referenced by Fe55::Fe55().

Definition at line 66 of file Fe55_main.dev20190528.cpp.

View newest version in sPHENIX GitHub at line 66 of file Fe55_main.dev20190528.cpp

Referenced by SimX::SimX().

const double Co::Dchan = 1.
static

Definition at line 56 of file Fe55_main.dev20190528.cpp.

View newest version in sPHENIX GitHub at line 56 of file Fe55_main.dev20190528.cpp

const double Co::DelD = Co::Dchan/Co::Depth
static

Definition at line 57 of file Fe55_main.dev20190528.cpp.

View newest version in sPHENIX GitHub at line 57 of file Fe55_main.dev20190528.cpp

Referenced by SimX::SimX().

const double Co::Depth = 100.
static

Definition at line 55 of file Fe55_main.dev20190528.cpp.

View newest version in sPHENIX GitHub at line 55 of file Fe55_main.dev20190528.cpp

const int Co::doCTE = 0
static

Definition at line 36 of file Fe55_main.dev20190528.cpp.

View newest version in sPHENIX GitHub at line 36 of file Fe55_main.dev20190528.cpp

Referenced by Fe55::Fe55(), Fe55_main(), and Fe55::PlotXlines().

const int Co::doFit = 1
static

Definition at line 35 of file Fe55_main.dev20190528.cpp.

View newest version in sPHENIX GitHub at line 35 of file Fe55_main.dev20190528.cpp

Referenced by Fe55::Fe55(), and Fe55_main().

const double Co::Ea = 5897.
static

Definition at line 48 of file Fe55_main.dev20190528.cpp.

View newest version in sPHENIX GitHub at line 48 of file Fe55_main.dev20190528.cpp

Referenced by Fe55::GGF(), Fe55::PlotXfit(), and Fe55::PlotXlines().

const double Co::Eb = 6490.
static

Definition at line 49 of file Fe55_main.dev20190528.cpp.

View newest version in sPHENIX GitHub at line 49 of file Fe55_main.dev20190528.cpp

Referenced by Fe55::GGF(), Fe55::PlotXfit(), and Fe55::PlotXlines().

const double Co::Fano = 0.12
static

Definition at line 51 of file Fe55_main.dev20190528.cpp.

View newest version in sPHENIX GitHub at line 51 of file Fe55_main.dev20190528.cpp

Referenced by Ohit::FitX(), Fe55::GGF(), and SimX::Simulator().

const double Co::Gain = 3.0
static

Definition at line 74 of file Fe55_main.dev20190528.cpp.

View newest version in sPHENIX GitHub at line 74 of file Fe55_main.dev20190528.cpp

Referenced by Ohit::FitX(), SimX::Simulator(), and SimX::SimX().

const double Co::Iqmu =4.6296
static

Definition at line 61 of file Fe55_main.dev20190528.cpp.

View newest version in sPHENIX GitHub at line 61 of file Fe55_main.dev20190528.cpp

const double Co::KcutL = 1500.
static

Definition at line 46 of file Fe55_main.dev20190528.cpp.

View newest version in sPHENIX GitHub at line 46 of file Fe55_main.dev20190528.cpp

const double Co::KcutR = 1700.
static

Definition at line 47 of file Fe55_main.dev20190528.cpp.

View newest version in sPHENIX GitHub at line 47 of file Fe55_main.dev20190528.cpp

const float Co::left_margin = (float)0.06
static

Definition at line 29 of file Fe55_main.dev20190528.cpp.

View newest version in sPHENIX GitHub at line 29 of file Fe55_main.dev20190528.cpp

const double Co::mobil_e = 900.
static

Definition at line 68 of file Fe55_main.dev20190528.cpp.

View newest version in sPHENIX GitHub at line 68 of file Fe55_main.dev20190528.cpp

const double Co::Na =Co::Iqmu/Co::Ro
static

Definition at line 64 of file Fe55_main.dev20190528.cpp.

View newest version in sPHENIX GitHub at line 64 of file Fe55_main.dev20190528.cpp

const int Co::NBtot = Co::NXpix*Co::NYpix
static

Definition at line 44 of file Fe55_main.dev20190528.cpp.

View newest version in sPHENIX GitHub at line 44 of file Fe55_main.dev20190528.cpp

const double Co::Nd =1.6e+3
static

Definition at line 65 of file Fe55_main.dev20190528.cpp.

View newest version in sPHENIX GitHub at line 65 of file Fe55_main.dev20190528.cpp

const double Co::NeKa = Co::Ea/Co::w_pair
static

Definition at line 52 of file Fe55_main.dev20190528.cpp.

View newest version in sPHENIX GitHub at line 52 of file Fe55_main.dev20190528.cpp

Referenced by Fe55::PlotXfit(), Fe55::PlotXlines(), SimX::Simulator(), and SimX::SimX().

const double Co::NeKb = Co::Eb/Co::w_pair
static

Definition at line 53 of file Fe55_main.dev20190528.cpp.

View newest version in sPHENIX GitHub at line 53 of file Fe55_main.dev20190528.cpp

Referenced by SimX::Simulator(), and SimX::SimX().

const int Co::Nsrch = 3
static

Definition at line 39 of file Fe55_main.dev20190528.cpp.

View newest version in sPHENIX GitHub at line 39 of file Fe55_main.dev20190528.cpp

const int Co::Nsumh = Co::NBtot + 1
static

Definition at line 45 of file Fe55_main.dev20190528.cpp.

View newest version in sPHENIX GitHub at line 45 of file Fe55_main.dev20190528.cpp

const double Co::NTcnt = 5.0
static

Definition at line 73 of file Fe55_main.dev20190528.cpp.

View newest version in sPHENIX GitHub at line 73 of file Fe55_main.dev20190528.cpp

const double Co::NTlow = -3.0
static

Definition at line 72 of file Fe55_main.dev20190528.cpp.

View newest version in sPHENIX GitHub at line 72 of file Fe55_main.dev20190528.cpp

const int Co::NXpix = Co::Nsrch + Co::Nxtail
static

Definition at line 42 of file Fe55_main.dev20190528.cpp.

View newest version in sPHENIX GitHub at line 42 of file Fe55_main.dev20190528.cpp

Referenced by Fe55::Fe55(), Fe55::PlotAvHit(), and Fe55::PlotProfiles().

const int Co::Nxtail = 0
static

Definition at line 40 of file Fe55_main.dev20190528.cpp.

View newest version in sPHENIX GitHub at line 40 of file Fe55_main.dev20190528.cpp

const int Co::NYpix = Co::Nsrch + Co::Nytail
static

Definition at line 43 of file Fe55_main.dev20190528.cpp.

View newest version in sPHENIX GitHub at line 43 of file Fe55_main.dev20190528.cpp

Referenced by Fe55::Fe55(), Fe55::PlotAvHit(), and Fe55::PlotProfiles().

const int Co::Nytail = 0
static

Definition at line 41 of file Fe55_main.dev20190528.cpp.

View newest version in sPHENIX GitHub at line 41 of file Fe55_main.dev20190528.cpp

const double Co::Qtke =0.7717e-3
static

Definition at line 62 of file Fe55_main.dev20190528.cpp.

View newest version in sPHENIX GitHub at line 62 of file Fe55_main.dev20190528.cpp

const float Co::right_margin = (float)0.006
static

Definition at line 30 of file Fe55_main.dev20190528.cpp.

View newest version in sPHENIX GitHub at line 30 of file Fe55_main.dev20190528.cpp

const double Co::Ro =3.
static

Definition at line 63 of file Fe55_main.dev20190528.cpp.

View newest version in sPHENIX GitHub at line 63 of file Fe55_main.dev20190528.cpp

const double Co::Tau_a = 28.8/Co::Depth
static

Definition at line 58 of file Fe55_main.dev20190528.cpp.

View newest version in sPHENIX GitHub at line 58 of file Fe55_main.dev20190528.cpp

Referenced by SimX::Simulator().

const double Co::Tau_b = 37.9/Co::Depth
static

Definition at line 59 of file Fe55_main.dev20190528.cpp.

View newest version in sPHENIX GitHub at line 59 of file Fe55_main.dev20190528.cpp

Referenced by SimX::Simulator().

const float Co::top_margin = (float)0.01
static

Definition at line 31 of file Fe55_main.dev20190528.cpp.

View newest version in sPHENIX GitHub at line 31 of file Fe55_main.dev20190528.cpp

const double Co::v_sat_e = 118.
static

Definition at line 69 of file Fe55_main.dev20190528.cpp.

View newest version in sPHENIX GitHub at line 69 of file Fe55_main.dev20190528.cpp

Definition at line 67 of file Fe55_main.dev20190528.cpp.

View newest version in sPHENIX GitHub at line 67 of file Fe55_main.dev20190528.cpp

const double Co::w_pair = 3.68
static

Definition at line 50 of file Fe55_main.dev20190528.cpp.

View newest version in sPHENIX GitHub at line 50 of file Fe55_main.dev20190528.cpp

Referenced by Fe55::GGF(), and Fe55::PlotXlines().


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