Classes | |
class | DataMCPlots |
class | PlotConfig |
class | StdCandlesPlotter |
Variables | |
bool | TESTING = False |
string | TREE_NAME = "stdcandles/MichelE" |
string | OUT_LOCATION = "/nova/ana/users/jwolcott/stdcandles" |
list | OUTPUT_TYPES = ["eps", "png", "root"] |
list | TRUE_ORIGIN_PDGS = [11, 13, 111, 211, 2112, 2212, 0] |
dictionary | TRUE_ORIGIN_COLORS |
dictionary | LEGEND_ENTRIES |
dictionary | NUCLEUS_LABELS |
dictionary | NUCLEUS_COLORS |
PARENTFRONTZ_RANGE = None | |
int | NEUTRON_REWEIGHT = 1 |
tuple | MICHELID_RANGE = (-9, float("inf")) |
list | ENERGY_BINS = [0.5*i for i in range(120)] |
list | ZCOORD_BINS = [0,]+range(10, 1160, 50) |
list | COMBINATION_PLOTS |
dictionary | NTUPLE_FILELISTS |
pl = DataMCPlots() | |
NTUPLE_FILELIST = NTUPLE_FILELISTS[sys.argv[1]] | |
std_candles.py: Plots for energy standard candles studies. Requires ntuple(s) created by the EnergyStandardCandles_module.cc in this package. Original author: J. Wolcott <jwolcott@fnal.gov> Date: December 2015
list std_candles.COMBINATION_PLOTS |
Definition at line 491 of file std_candles.py.
Definition at line 85 of file std_candles.py.
dictionary std_candles.LEGEND_ENTRIES |
Definition at line 50 of file std_candles.py.
tuple std_candles.MICHELID_RANGE = (-9, float("inf")) |
Definition at line 80 of file std_candles.py.
int std_candles.NEUTRON_REWEIGHT = 1 |
Definition at line 78 of file std_candles.py.
std_candles.NTUPLE_FILELIST = NTUPLE_FILELISTS[sys.argv[1]] |
Definition at line 679 of file std_candles.py.
dictionary std_candles.NTUPLE_FILELISTS |
Definition at line 663 of file std_candles.py.
dictionary std_candles.NUCLEUS_COLORS |
Definition at line 66 of file std_candles.py.
dictionary std_candles.NUCLEUS_LABELS |
Definition at line 60 of file std_candles.py.
string std_candles.OUT_LOCATION = "/nova/ana/users/jwolcott/stdcandles" |
Definition at line 36 of file std_candles.py.
list std_candles.OUTPUT_TYPES = ["eps", "png", "root"] |
Definition at line 37 of file std_candles.py.
std_candles.PARENTFRONTZ_RANGE = None |
Definition at line 76 of file std_candles.py.
std_candles.pl = DataMCPlots() |
Definition at line 675 of file std_candles.py.
Referenced by genie::PathLengthList.AddPathLength(), evdb::View2D.AddPolyLine(), evdb::View3D.AddPolyLine3D(), slid::LIDTraining.analyze(), genie::PathLengthList.AreAllZero(), noe.build_cell_lookup_table(), genie::SKKinematicsGenerator.CalculateKin_AtharSingleKaon(), g4n::G4Alg.CollectFLSHitsAndParticles(), genie::GMCJDriver.ComputeInteractionProbabilities(), genie::geometry::ROOTGeomAnalyzer.ComputePathLengthPDG(), genie::geometry::ROOTGeomAnalyzer.ComputePathLengths(), genie::PathLengthList.Copy(), trk::KalmanGeoHelper.CountMissedCellsOnLine(), ValidCalibPDF.DiblockTex(), extract_hadnucleus_xsec(), g4n::G4Alg.G4Alg(), genie::GMCJDriver.GeomAnalyzerPtr(), DrawUtils.GetBestYRange(), genie::geometry::ROOTGeomAnalyzer.GetMaxPathLengths(), genie::utils::mec.Getq0q3FromTlCostl(), genie::utils::mec.GetTlCostlFromq0q3(), kinematics(), KinematicsPlots(), lastUpdated(), genie::PathLengthList.LoadFromXml(), main(), DrawUtils.MakeRatio(), genie::geometry::ROOTGeomAnalyzer.MaxPathLengthsBoxMethod(), genie::geometry::ROOTGeomAnalyzer.MaxPathLengthsFluxMethod(), genie::PathLengthList.PathLengthList(), genie::PathLengthList.Print(), genie::geometry::PathSegmentList.Print(), genie::NuEPrimaryLeptonGenerator.ProcessEventRecord(), calib::TimingCalibration.produce(), caf::CAFMaker.produce(), art::MasterProductRegistry.productProduced(), genie::PathLengthList.SaveAsXml(), genie::PathLengthList.ScalePathLength(), SetGraphErrors(), genie::PathLengthList.SetPathLength(), cosrej::MakeNueCosRej.SparsenessAsymmetry(), validation(), and genie::NievesQELCCPXSec.XSec().
bool std_candles.TESTING = False |
Definition at line 32 of file std_candles.py.
string std_candles.TREE_NAME = "stdcandles/MichelE" |
Definition at line 34 of file std_candles.py.
dictionary std_candles.TRUE_ORIGIN_COLORS |
Definition at line 41 of file std_candles.py.
list std_candles.TRUE_ORIGIN_PDGS = [11, 13, 111, 211, 2112, 2212, 0] |
Definition at line 39 of file std_candles.py.
list std_candles.ZCOORD_BINS = [0,]+range(10, 1160, 50) |
Definition at line 86 of file std_candles.py.