CMS 3D CMS Logo

Classes | Functions | Variables
VarParsing Namespace Reference

Classes

class  VarParsing
 

Functions

def save_history (historyPath=historyPath)
 

Variables

 historyPath
 
 ifCond
 
 info
 
 mult
 
 obj
 Example code starts here #. More...
 
 tag
 

Function Documentation

◆ save_history()

def VarParsing.save_history (   historyPath = historyPath)

Definition at line 637 of file VarParsing.py.

637  def save_history(historyPath=historyPath):
638  import readline
639  readline.write_history_file(historyPath)
640  if os.path.exists(historyPath):
641  readline.read_history_file(historyPath)
642 
643 
def save_history(historyPath=historyPath)
Definition: VarParsing.py:637

Variable Documentation

◆ historyPath

VarParsing.historyPath

Definition at line 634 of file VarParsing.py.

◆ ifCond

VarParsing.ifCond

Definition at line 661 of file VarParsing.py.

◆ info

VarParsing.info

Definition at line 659 of file VarParsing.py.

◆ mult

VarParsing.mult

Definition at line 658 of file VarParsing.py.

Referenced by hi::GenPlane.addParticle(), EcalEBPhase2TPParamProducer.analyze(), MultiplicityTimeCorrelations.analyze(), OccupancyPlots.analyze(), EcalTPGParamBuilder.analyze(), SeedMultiplicityAnalyzer.analyze(), QGTagger.calcVariables(), SETSeedFinder.checkAngleDeviation(), nnet.compute_layer(), EcalEBPhase2TPParamProducer.computeLinearizerParam(), EcalTPGParamBuilder.computeLinearizerParam(), nnet.dense(), MultiplicityProducer< T >.detSetMultiplicity(), SingleTopTChannelLepton_miniAOD::MonitorEnsemble.fill(), TopSingleLepton_miniAOD::MonitorEnsemble.fill(), TopSingleLepton::MonitorEnsemble.fill(), SingleTopTChannelLepton::MonitorEnsemble.fill(), TopDiLeptonOffline::MonitorEnsemble.fill(), ByMultiplicityEventFilter< T >.filter(), SETFilter.findParabolaMinimum(), hi::GenPlane.GenPlane(), hi::GenPlane.getAngle(), sistriptools::algorithm::ClusterSummarySingleMultiplicity.getEvent(), sistriptools::algorithm::SingleMultiplicity< T >.getEvent(), popcon::EcalLaser_weekly_Linearization_Check.getNewObjects(), popcon::EcalLaser_weekly_Linearization.getNewObjects(), popcon::EcalTPGLinPed.getNewObjects(), popcon::EcalTPGPedfromFile.getNewObjects(), popcon::EcalADCToGeVHandler.getNewObjects(), HcalHFStatusBitFromDigis.hfSetFlagFromDigi(), EcalClusterToolsT< noZS >.localCovariances(), PVValHelper.makeLogBins(), MultiplicityProducer< T >.multiplicity(), PFRecHitQTestThresholdInThicknessNormalizedMIPs.pass(), QGTagger.produce(), hi::GenPlane.reset(), PFRecHitQTestThresholdInThicknessNormalizedMIPs.test(), LinkByRecHit.testTrackAndClusterByRecHit(), L1NNCaloTauEmulator.tower_dIEta(), and trklet::FitTrack.trackFitChisq().

◆ obj

VarParsing.obj

Example code starts here #.

Definition at line 656 of file VarParsing.py.

◆ tag

VarParsing.tag

Definition at line 660 of file VarParsing.py.