Public Member Functions | |
def | __init__ (self, config_dict, release="development", local=False, verbose=False, user=False) |
def | run (self) |
def | get_dataset (self) |
def | setup_sam_view (self) |
def | get_sam_status (self, sam) |
def | get_expected_sam_output_files (self, sam) |
def | get_sam_merge_status (self) |
def | run_sam_merge (self) |
Definition at line 9 of file Component.py.
def Component.Component.__init__ | ( | self, | |
config_dict, | |||
release = "development" , |
|||
local = False , |
|||
verbose = False , |
|||
user = False |
|||
) |
Definition at line 11 of file Component.py.
def Component.Component.get_dataset | ( | self | ) |
Definition at line 76 of file Component.py.
def Component.Component.get_expected_sam_output_files | ( | self, | |
sam | |||
) |
Definition at line 94 of file Component.py.
def Component.Component.get_sam_merge_status | ( | self | ) |
Definition at line 109 of file Component.py.
References ControllerView.ControllerView.sam, and Component.Component.sam_merge_status.
def Component.Component.get_sam_status | ( | self, | |
sam | |||
) |
Definition at line 87 of file Component.py.
References Component.Component.setup_sam_view().
def Component.Component.run | ( | self | ) |
Definition at line 55 of file Component.py.
References caf::SRNuGenParticle.status, Component.Component.status, evgen::hepevtpart.status, flat::Flat< caf::SRNuGenParticle >.status, caf::Proxy< caf::SRNuGenParticle >.status, and fabricate.StraceRunner.status.
def Component.Component.run_sam_merge | ( | self | ) |
Definition at line 116 of file Component.py.
References SAMView.SamView.output_dir, PageMaker.PageMaker.output_dir, Controller.Controller.output_dir, generic.controllers.MakePages.PageMaker.output_dir, and Component.Component.sam_merge_status.
def Component.Component.setup_sam_view | ( | self | ) |
Definition at line 82 of file Component.py.
References Component.Component.lines, Component.Component.verbose, samweb_client.http_client_requests.RequestsHTTPClient.verbose, samweb_client.http_client.SAMWebHTTPClient.verbose, evg::MCTruthToDk2NuHackItr.verbose, and samweb_client.client.SAMWebClient.verbose.
Referenced by Component.Component.get_sam_status().
Component.Component.command |
Definition at line 58 of file Component.py.
Component.Component.dataset |
Definition at line 19 of file Component.py.
Component.Component.files_per_job |
Definition at line 96 of file Component.py.
Component.Component.good_submission |
Definition at line 65 of file Component.py.
Component.Component.jobsub_command |
Definition at line 49 of file Component.py.
Component.Component.label |
Definition at line 29 of file Component.py.
Component.Component.lines |
Definition at line 64 of file Component.py.
Referenced by Component.Component.setup_sam_view().
Component.Component.local |
Definition at line 12 of file Component.py.
Component.Component.n_files |
Definition at line 91 of file Component.py.
Component.Component.n_jobs |
Definition at line 98 of file Component.py.
Component.Component.name |
Definition at line 16 of file Component.py.
Referenced by mcscore.MCParticle.__init__(), Definition.Definition.__repr__(), Chain.Chain.__repr__(), Chain.Chain.AddTier(), python.g4viscp.G4Scene.create_scene(), python3.g4viscp.G4Scene.create_scene(), DefinitionData.DefinitionData.fetchData(), std_candles.StdCandlesPlotter.IsMC(), mcscore.MCParticle.printout(), run_unfold_ppfx_multiprocess.Consumer.run(), run_unfold_systs_multiprocess.Consumer.run(), run_unfold_genie_multiprocess.Consumer.run(), PageMaker.PageMaker.setNavBarActive(), python3.g4viscp.G4Scene.update_scene(), python.g4viscp.G4Scene.update_scene(), and PageMaker.PageMaker.write().
Component.Component.release |
Definition at line 34 of file Component.py.
Referenced by MetadataUtils.metaDataMgr.getOutputFileName().
Component.Component.root_file |
Definition at line 127 of file Component.py.
Component.Component.run_time |
Definition at line 74 of file Component.py.
Component.Component.sam_merge_status |
Definition at line 46 of file Component.py.
Referenced by Component.Component.get_sam_merge_status(), and Component.Component.run_sam_merge().
Component.Component.sam_view |
Definition at line 85 of file Component.py.
Component.Component.script |
Definition at line 18 of file Component.py.
Component.Component.script_dataset |
Definition at line 77 of file Component.py.
Component.Component.status |
Definition at line 45 of file Component.py.
Referenced by Component.Component.run().
Component.Component.user |
Definition at line 14 of file Component.py.
Referenced by ProjMan.Consumer.establish().
Component.Component.verbose |
Definition at line 13 of file Component.py.
Referenced by PageMaker.PageMaker.__init__(), ControllerView.ControllerView.check_sam_status(), ControllerView.ControllerView.component_status(), View.ControllerView.component_view(), ControllerView.ControllerView.component_view(), Canvas.Canvas.draw(), generic.tools.ImageMaker.ImageMaker.draw(), ControllerView.ControllerView.draw_component_plots(), Controller.Controller.make_output_directory(), Component.Component.setup_sam_view(), PageMaker.PageMaker.write(), and ViewTimingDB.ViewTimingDB.write_csv().
Component.Component.version |
Definition at line 17 of file Component.py.