CMS 3D CMS Logo

List of all members | Static Public Attributes | Static Private Attributes
o2olib.O2OJob Class Reference
Inheritance diagram for o2olib.O2OJob:

Static Public Attributes

 enabled = sqlalchemy.Column(sqlalchemy.Integer, nullable=False)
 
 frequent = sqlalchemy.Column(sqlalchemy.Integer, nullable=False)
 
 interval = sqlalchemy.Column(sqlalchemy.Integer, nullable=False)
 
 name = sqlalchemy.Column(sqlalchemy.String(100), primary_key=True)
 
 tag_name = sqlalchemy.Column(sqlalchemy.String(100), nullable=False)
 

Static Private Attributes

dictionary __table_args__ = {'schema' : schema_name}
 
string __tablename__ = 'O2O_JOB'
 

Detailed Description

Definition at line 29 of file o2olib.py.

Member Data Documentation

◆ __table_args__

dictionary o2olib.O2OJob.__table_args__ = {'schema' : schema_name}
staticprivate

Definition at line 31 of file o2olib.py.

◆ __tablename__

string o2olib.O2OJob.__tablename__ = 'O2O_JOB'
staticprivate

Definition at line 30 of file o2olib.py.

◆ enabled

o2olib.O2OJob.enabled = sqlalchemy.Column(sqlalchemy.Integer, nullable=False)
static

Definition at line 33 of file o2olib.py.

◆ frequent

o2olib.O2OJob.frequent = sqlalchemy.Column(sqlalchemy.Integer, nullable=False)
static

Definition at line 34 of file o2olib.py.

◆ interval

o2olib.O2OJob.interval = sqlalchemy.Column(sqlalchemy.Integer, nullable=False)
static

Definition at line 36 of file o2olib.py.

◆ name

o2olib.O2OJob.name = sqlalchemy.Column(sqlalchemy.String(100), primary_key=True)
static

Definition at line 32 of file o2olib.py.

Referenced by ElectronMVAID.ElectronMVAID.__call__(), FWLite.ElectronMVAID.__call__(), dirstructure.Directory.__create_pie_image(), DisplayManager.DisplayManager.__del__(), dqm_interfaces.DirID.__eq__(), dirstructure.Directory.__get_full_path(), dirstructure.Comparison.__get_img_name(), dirstructure.Comparison.__make_image(), core.autovars.NTupleVariable.__repr__(), core.autovars.NTupleObjectType.__repr__(), core.autovars.NTupleObject.__repr__(), core.autovars.NTupleCollection.__repr__(), dirstructure.Directory.__repr__(), dqm_interfaces.DirID.__repr__(), dirstructure.Comparison.__repr__(), config.Service.__setattr__(), config.CFG.__str__(), counter.Counter.__str__(), average.Average.__str__(), FWLite.WorkingPoints._reformat_cut_definitions(), core.autovars.NTupleObjectType.addSubObjects(), core.autovars.NTupleObjectType.addVariables(), core.autovars.NTupleObjectType.allVars(), dataset.CMSDataset.buildListOfFiles(), dataset.LocalDataset.buildListOfFiles(), dataset.CMSDataset.buildListOfFilesDBS(), dirstructure.Directory.calcStats(), validation.Sample.digest(), python.rootplot.utilities.Hist.divide(), python.rootplot.utilities.Hist.divide_wilson(), DisplayManager.DisplayManager.Draw(), TreeCrawler.Package.dump(), core.autovars.NTupleVariable.fillBranch(), core.autovars.NTupleObject.fillBranches(), core.autovars.NTupleCollection.fillBranchesScalar(), core.autovars.NTupleCollection.fillBranchesVector(), core.autovars.NTupleCollection.get_cpp_declaration(), core.autovars.NTupleCollection.get_cpp_wrapper_class(), core.autovars.NTupleCollection.get_py_wrapper_class(), utils.StatisticalTest.get_status(), production_tasks.Task.getname(), dataset.CMSDataset.getPrimaryDatasetEntries(), dataset.PrivateDataset.getPrimaryDatasetEntries(), VIDSelectorBase.VIDSelectorBase.initialize(), personalPlayback.Applet.log(), core.autovars.NTupleVariable.makeBranch(), core.autovars.NTupleObject.makeBranches(), core.autovars.NTupleCollection.makeBranchesScalar(), core.autovars.NTupleCollection.makeBranchesVector(), dirstructure.Directory.print_report(), dataset.BaseDataset.printInfo(), dataset.Dataset.printInfo(), production_tasks.MonitorJobs.run(), python.rootplot.utilities.Hist.TGraph(), python.rootplot.utilities.Hist.TH1F(), counter.Counter.write(), and average.Average.write().

◆ tag_name

o2olib.O2OJob.tag_name = sqlalchemy.Column(sqlalchemy.String(100), nullable=False)
static

Definition at line 35 of file o2olib.py.