Functions | |
def | append_sample_mcrab |
def | check_dbs |
def | check_dset |
def | check_nevts_dset |
def | create_crab |
def | create_harvest |
def | create_mcrab |
def | find_dqmref |
def | get_cond_from_dsetpath |
def | get_name_from_dsetpath |
def | make_dbs_list |
def | make_dqmname |
def | make_harv_name |
def | print_def |
def | read_ds_file |
Variables | |
tuple | api = DbsApi(args) |
string | argin = '' |
dictionary | args = {} |
tuple | cmssw_ver = os.getenv('CMSSW_VERSION','NOTSET') |
string | crab_block |
do_reference = False | |
tuple | dsetpaths = list() |
string | dsfile = '' |
tuple | dslproc = open("dset_processed.txt", 'w') |
string | f_crab = 'crab.cfg' |
Create harvest.py template. More... | |
string | f_multi_crab = 'multicrab.cfg' |
Create harvest_n.py for individual datasets. More... | |
tuple | harvfilelist = list() |
Print what has been created. More... | |
string | input_type = '' |
tuple | is_dbs = check_dbs() |
tuple | optManager = DbsOptionParser() |
def harvestRelVal.append_sample_mcrab | ( | dsetp, | |
fout | |||
) |
Definition at line 215 of file harvestRelVal.py.
References find_dqmref(), get_name_from_dsetpath(), make_dqmname(), and make_harv_name().
Referenced by create_mcrab().
def harvestRelVal.check_dbs | ( | ) |
Definition at line 24 of file harvestRelVal.py.
def harvestRelVal.check_dset | ( | ) |
Definition at line 96 of file harvestRelVal.py.
References check_nevts_dset(), get_cond_from_dsetpath(), and list().
def harvestRelVal.check_nevts_dset | ( | dset | ) |
def harvestRelVal.create_crab | ( | ds | ) |
def harvestRelVal.create_harvest | ( | ds | ) |
Definition at line 155 of file harvestRelVal.py.
References find_dqmref(), get_cond_from_dsetpath(), and make_harv_name().
def harvestRelVal.create_mcrab | ( | set, | |
fcrab, | |||
fout | |||
) |
def harvestRelVal.find_dqmref | ( | ds | ) |
Definition at line 121 of file harvestRelVal.py.
References make_dqmname(), and python.rootplot.root2matplotlib.replace().
Referenced by append_sample_mcrab(), and create_harvest().
def harvestRelVal.get_cond_from_dsetpath | ( | ds | ) |
Definition at line 47 of file harvestRelVal.py.
References spr.find(), and python.rootplot.root2matplotlib.replace().
Referenced by check_dset(), and create_harvest().
def harvestRelVal.get_name_from_dsetpath | ( | ds | ) |
Definition at line 42 of file harvestRelVal.py.
References python.rootplot.root2matplotlib.replace().
Referenced by append_sample_mcrab(), and make_harv_name().
def harvestRelVal.make_dbs_list | ( | dbslf | ) |
Definition at line 65 of file harvestRelVal.py.
def harvestRelVal.make_dqmname | ( | s | ) |
Definition at line 39 of file harvestRelVal.py.
Referenced by append_sample_mcrab(), create_crab(), and find_dqmref().
def harvestRelVal.make_harv_name | ( | dset | ) |
Definition at line 212 of file harvestRelVal.py.
References get_name_from_dsetpath().
Referenced by append_sample_mcrab(), create_crab(), and create_harvest().
def harvestRelVal.print_def | ( | ) |
Definition at line 17 of file harvestRelVal.py.
def harvestRelVal.read_ds_file | ( | ) |
Definition at line 82 of file harvestRelVal.py.
tuple harvestRelVal.api = DbsApi(args) |
Definition at line 307 of file harvestRelVal.py.
list harvestRelVal.argin = '' |
Definition at line 269 of file harvestRelVal.py.
dictionary harvestRelVal.args = {} |
Definition at line 305 of file harvestRelVal.py.
Referenced by DQMStore::IBooker.book1D(), DQMStore::IBooker.book1DD(), DQMStore::IBooker.book1S(), DQMStore::IBooker.book2D(), DQMStore::IBooker.book2DD(), DQMStore::IBooker.book2S(), DQMStore::IBooker.book3D(), DQMStore::IBooker.bookFloat(), DQMStore::IBooker.bookInt(), DQMStore::IBooker.bookProfile(), DQMStore::IBooker.bookProfile2D(), DQMStore::IBooker.bookString(), Plane.build(), GCC11_FINAL< T, TOPO >.build(), FWTabularWidget.buttonPressed(), FWTabularWidget.buttonReleased(), FWTableWidget.cellClicked(), FWTableWidget.columnClicked(), DetLayer.compatibleLayers(), edmplugin::PluginFactory< R *(Args...)>::PMaker< TPlug >.create(), edmplugin::PluginFactory< R *(Args...)>.create(), DQMGenericClient.DQMGenericClient(), DQMRivetClient.DQMRivetClient(), edm::signalslot::Signal< void(StreamID)>.emit(), TempTrajectory.emplace(), edm::ProcessHistory.emplace_back(), cmsutils::bqueue< TrajectoryMeasurement >.emplace_back(), reco.findMethod(), main(), DetLayer.nextLayers(), reco::parser::MethodSetter.operator()(), edm::serviceregistry::BlockingWrapper< Func >.operator()(), edm::signalslot::Signal< void(StreamID)>.operator()(), raiseDQMError(), FWCollectionSummaryWidget.requestForModelContextMenu(), FWTableWidget.rowClicked(), TagProbeFitTreeAnalyzer.TagProbeFitTreeAnalyzer(), and edmplugin::PluginFactory< R *(Args...)>.tryToCreate().
tuple harvestRelVal.cmssw_ver = os.getenv('CMSSW_VERSION','NOTSET') |
Definition at line 310 of file harvestRelVal.py.
string harvestRelVal.crab_block |
Definition at line 241 of file harvestRelVal.py.
harvestRelVal.do_reference = False |
Definition at line 271 of file harvestRelVal.py.
tuple harvestRelVal.dsetpaths = list() |
Definition at line 326 of file harvestRelVal.py.
string harvestRelVal.dsfile = '' |
Definition at line 270 of file harvestRelVal.py.
tuple harvestRelVal.dslproc = open("dset_processed.txt", 'w') |
Definition at line 348 of file harvestRelVal.py.
string harvestRelVal.f_crab = 'crab.cfg' |
Create harvest.py template.
Create crab.cfg template
Definition at line 358 of file harvestRelVal.py.
string harvestRelVal.f_multi_crab = 'multicrab.cfg' |
Create harvest_n.py for individual datasets.
Create multicrab.cfg
Definition at line 366 of file harvestRelVal.py.
tuple harvestRelVal.harvfilelist = list() |
Print what has been created.
Definition at line 371 of file harvestRelVal.py.
string harvestRelVal.input_type = '' |
Definition at line 268 of file harvestRelVal.py.
tuple harvestRelVal.is_dbs = check_dbs() |
Definition at line 293 of file harvestRelVal.py.
tuple harvestRelVal.optManager = DbsOptionParser() |
Definition at line 302 of file harvestRelVal.py.