CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Variables
mps_monitormerge Namespace Reference

Variables

string action = 'store'
 
tuple args = parser.parse_args()
 
string command = 'hadd '
 
int counter = 0
 
 eosDir = args.eosDir
 
string help = 'path of the eos directory'
 
list items = []
 
tuple lib = mpslib.jobdatabase()
 
list occurences = []
 
tuple parser
 

Variable Documentation

string mps_monitormerge.action = 'store'

Definition at line 15 of file mps_monitormerge.py.

tuple mps_monitormerge.args = parser.parse_args()

Definition at line 18 of file mps_monitormerge.py.

string mps_monitormerge.command = 'hadd '

Definition at line 40 of file mps_monitormerge.py.

int mps_monitormerge.counter = 0

Definition at line 38 of file mps_monitormerge.py.

mps_monitormerge.eosDir = args.eosDir

Definition at line 19 of file mps_monitormerge.py.

string mps_monitormerge.help = 'path of the eos directory'

Definition at line 16 of file mps_monitormerge.py.

list mps_monitormerge.items = []

Definition at line 29 of file mps_monitormerge.py.

Referenced by mps_alisetup.SetupAlignment._fetch_datasets(), upload_popcon.ConditionsUploader._uploadFile(), FWSelectionManager.clearItemSelection(), EcalTrigTowerConstituentsMap.constituentsOf(), CaloTowerConstituentsMap.constituentsOf(), Utilities.convertToSingleModuleEndPaths(), ECALHCAL.customise(), customiseCheckEventSetup.customise(), customiseEarlyDeleteForCandIsoDeposits.customiseEarlyDeleteForCandIsoDeposits(), customiseEarlyDeleteForSeeding.customiseEarlyDeleteForSeeding(), EcalElectronicsMapping.dccConstituents(), EcalElectronicsMapping.dccTowerConstituents(), Config.Process.dumpConfig(), edm::EDLooperBase.edPrefetchAsync(), edm::Worker.edPrefetchAsync(), edm::EDLooperBase.esPrefetchAsync(), edm::Worker.esPrefetchAsync(), edm::RootOutputFile.fillBranches(), DBSApi_cff.FillSource(), directories2html.get_aggr_pairs_info(), dqm_interfaces.DQMcommunicator.get_root_objects(), dqm_interfaces.DQMcommunicator.get_root_objects_list(), dqm_interfaces.DQMcommunicator.get_root_objects_list_recursive(), dqm_interfaces.DQMcommunicator.get_root_objects_names_list_recursive(), dqm_interfaces.DQMcommunicator.get_root_objects_recursive(), CaloTowersCreationAlgo.hadShwrPos(), edm::EventProcessor.init(), CustomConfigs.L1REPACK(), helpers.listDependencyChain(), relval_machine.load_steps_and_workflows(), InitialGrouping.mixChannels(), HcalPatternXMLParser.parse(), ConfigBuilder.ConfigBuilder.prepare(), edm::Worker.prePrefetchSelectionAsync(), EcalElectronicsMapping.pseudoStripConstituents(), MEtoEDMConverter.putData(), helperFunctions.replaceByMap(), retrieveGBRForests(), ValidationOptions_cff.returnOptionsString(), production_tasks.WriteJobReport.run(), RecoTauValidation_cfi.setTrigger(), cmsHarvester.singlify_datasets(), EcalElectronicsMapping.stripConstituents(), TauDiscriminatorTools.subParameterSets(), edm::SubProcess.SubProcess(), EcalElectronicsMapping.tccConstituents(), edmIntegrityCheck.IntegrityCheck.test(), edm::test::TestProcessor.TestProcessor(), EcalElectronicsMapping.ttConstituents(), edm::EDConsumerBase.updateLookup(), uploadConditions.ConditionsUploader.uploadFile(), DQMRootOutputModule.writeLuminosityBlock(), and DQMRootOutputModule.writeRun().

tuple mps_monitormerge.lib = mpslib.jobdatabase()

Definition at line 22 of file mps_monitormerge.py.

list mps_monitormerge.occurences = []

Definition at line 28 of file mps_monitormerge.py.

tuple mps_monitormerge.parser
Initial value:
1 = argparse.ArgumentParser(description='Merge millePedeMonitor-root-files from eos, that are from the same dataset.',
2  formatter_class=argparse.RawDescriptionHelpFormatter)

Definition at line 11 of file mps_monitormerge.py.