Public Member Functions | |
def | __call__ |
def | __init__ |
def | dumpPython |
def | toolCode |
Private Attributes | |
_comment | |
_parameters | |
Static Private Attributes | |
tuple | _defaultParameters = dicttypes.SortedKeysDict() |
string | _label = "userCode" |
User code tool
Definition at line 6 of file editorTools.py.
def editorTools.UserCodeTool.__init__ | ( | self | ) |
Definition at line 10 of file editorTools.py.
References editorTools.UserCodeTool._defaultParameters, root::helper::RootFunctionAdapter< F, args >.addParameter(), root::helper::RootFunctionHelper< F, args, Tag >.addParameter(), ParameterMgr.addParameter(), fit::RootMinuit< Function >.addParameter(), DropBoxMetadata::Parameters.addParameter(), PythonParameterSet.addParameter(), LutXml.addParameter(), ConfigToolBase.ConfigToolBase.addParameter(), and edm::ParameterSet.addParameter().
def editorTools.UserCodeTool.__call__ | ( | self, | |
process, | |||
code | |||
) |
Definition at line 21 of file editorTools.py.
References SignedImpactParameter3D.apply(), gen::PhotosInterfaceBase.apply(), SignedTransverseImpactParameter.apply(), MatrixReader.MatrixReader.apply, SignedDecayLength3D.apply(), HcalDeterministicFit.apply(), DummyOOTPileupCorrection.apply(), gen::PhotosppInterface.apply(), gen::PhotosInterface.apply(), SurveyParameters.apply(), FWPSetCellEditor.apply(), FWGUIEventFilter.apply(), DeviationsFromFileSensor2D.apply(), RigidBodyAlignmentParameters.apply(), BeamSpotAlignmentParameters.apply(), ConfigToolBase.ConfigToolBase.apply(), BowedSurfaceAlignmentParameters.apply(), OOTPileupCorrData.apply(), AlignmentParameters.apply(), Vispa.Plugins.ConfigEditor.ToolDataAccessor.ImportTool.apply(), Vispa.Plugins.ConfigEditor.ToolDataAccessor.ApplyTool.apply(), AbsOOTPileupCorrection.apply(), TwoBowedSurfacesAlignmentParameters.apply(), Vispa.Gui.BoxContentDialog.BoxContentDialog.apply(), reco::modules::TrackerTrackHitFilter::Rule.apply(), PulseShapeFitOOTPileupCorrection.apply(), Vispa.Plugins.ConfigEditor.ToolDialog.ToolDialog.apply(), reco::Add< T >.apply(), reco::Sub< T >.apply(), reco::Mul< T >.apply(), reco::Div< T >.apply(), cmsswVersionTools.PickRelValInputFiles.apply(), reco::And< bool >.apply(), reco::Or< bool >.apply(), reco::Less< T >.apply(), reco::LessEqual< T >.apply(), reco::More< T >.apply(), reco::MoreEqual< T >.apply(), reco::Equal< T >.apply(), npstat::ArrayND< Numeric, StackLen, StackDim >.apply(), npstat::ArrayND< Numeric >.apply(), npstat::ArrayND< Num1, Len1, Dim1 >.apply(), Config.ProcessModifier.apply(), ora::OraMainTable.setParameter(), ora::IMainTable.setParameter(), PedeReader.setParameter(), ora::PoolMainTable.setParameter(), QIE8Simulator.setParameter(), AbsElectronicODERHS.setParameter(), IntegratedCalibrationBase.setParameter(), SiStripLorentzAngleCalibration.setParameter(), SiPixelLorentzAngleCalibration.setParameter(), SiStripBackplaneCalibration.setParameter(), fit::RootMinuit< Function >.setParameter(), and ConfigToolBase.ConfigToolBase.setParameter().
def editorTools.UserCodeTool.dumpPython | ( | self | ) |
Definition at line 15 of file editorTools.py.
References editorTools.UserCodeTool._comment, ConfigToolBase.ConfigToolBase._comment, editorTools.UserCodeTool._parameters, and ConfigToolBase.ConfigToolBase._parameters.
def editorTools.UserCodeTool.toolCode | ( | self, | |
process | |||
) |
Definition at line 25 of file editorTools.py.
References editorTools.UserCodeTool._parameters, and ConfigToolBase.ConfigToolBase._parameters.
|
private |
Definition at line 14 of file editorTools.py.
Referenced by editorTools.UserCodeTool.dumpPython().
|
staticprivate |
Definition at line 9 of file editorTools.py.
Referenced by metTools.AddMETCollection.__call__(), editorTools.ChangeSource.__call__(), editorTools.UserCodeTool.__init__(), metTools.AddMETCollection.__init__(), editorTools.ChangeSource.__init__(), metTools.AddMETCollection.getDefaultParameters(), and editorTools.ChangeSource.getDefaultParameters().
|
staticprivate |
Definition at line 8 of file editorTools.py.
|
private |
Definition at line 13 of file editorTools.py.
Referenced by editorTools.UserCodeTool.dumpPython(), editorTools.UserCodeTool.toolCode(), metTools.AddMETCollection.toolCode(), and editorTools.ChangeSource.toolCode().