CMS 3D CMS Logo

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

Classes

class  Looper
 
class  Setup
 

Variables

tuple cfg = imp.load_source( 'cfg', cfgFileName, file)
 
list cfgFileName = args[0]
 
list comp = config.components[0]
 
list compFileName = args[1]
 
tuple config = pickle.load( pckfile )
 
 events_class = config.events_class
 
tuple file = open( cfgFileName, 'r' )
 
tuple jfile = open(jsonfilename, 'r')
 
 jsonfilename = options.options
 
tuple looper = Looper( 'Loop', cfg.config,nPrint = 5)
 
tuple opts = json.loads(jfile.readline())
 
tuple parser = OptionParser(usage='%prog cfgFileName compFileName [--options=optFile.json]')
 
tuple pckfile = open( cfgFileName, 'r' )
 

Variable Documentation

tuple looper.cfg = imp.load_source( 'cfg', cfgFileName, file)

Definition at line 296 of file looper.py.

Referenced by PPSAlignmentWorker.analyze(), TaggingVariablePlotter.analyzeTag(), PPSAlignmentWorker.bookHistograms(), NanoAODDQM.bookHistograms(), CTPPSCompositeESSource.CTPPSCompositeESSource(), decayChnTop2_(), PPSAlignmentHarvester.dqmEndRun(), ExternalLHEProducer.ExternalLHEProducer(), DTKeyedConfigHandler.getNewObjects(), DTUserKeyedConfigHandler.getNewObjects(), FWConfigurationManager.guessAndReadFromFile(), HGCHEbackDigitizer.HGCHEbackDigitizer(), gen::PhotosppInterface.init(), gen::TauolappInterface.init(), OMTFSorter< GoldenPatternType >.initialize(), reco::modules::ParameterAdapter< OrSelector< S1, S2, S3, S4, S5 > >.make(), reco::modules::ParameterAdapter< RangeObjectPairSelector< F > >.make(), reco::modules::ParameterAdapter< PairSelector< S1, S2 > >.make(), reco::modules::ParameterAdapter< RefSelector< S > >.make(), reco::modules::ParameterAdapter< AndSelector< S1, S2, S3, S4, S5 > >.make(), reco::modules::ParameterAdapter< OrSelector< S1, S2, S3, S4 > >.make(), reco::modules::ParameterAdapter< OrSelector< S1, S2, S3 > >.make(), reco::modules::ParameterAdapter< OrSelector< S1, S2 > >.make(), reco::modules::ParameterAdapter< AndSelector< S1, S2, S3, S4 > >.make(), reco::modules::ParameterAdapter< AndSelector< S1, S2, S3 > >.make(), reco::modules::ParameterAdapter< AndSelector< S1, S2 > >.make(), NanoAODDQM.makePlot(), fastsim::NuclearInteraction.NuclearInteraction(), pat::PATCleaner< PATObjType >.PATCleaner(), SectorProcessor.process(), SectorProcessor.process_single_bx(), SeedFinderSelector.SeedFinderSelector(), GsfElectronAlgo.setCutBasedPreselectionFlag(), SmearedJetProducerT< T >.SmearedJetProducerT(), and TauDQMFileLoader.TauDQMFileLoader().

list looper.cfgFileName = args[0]

Definition at line 288 of file looper.py.

tuple looper.comp = config.components[0]

Definition at line 291 of file looper.py.

list looper.compFileName = args[1]

Definition at line 297 of file looper.py.

tuple looper.config = pickle.load( pckfile )

Definition at line 290 of file looper.py.

looper.events_class = config.events_class

Definition at line 292 of file looper.py.

tuple looper.file = open( cfgFileName, 'r' )

Definition at line 295 of file looper.py.

tuple looper.jfile = open(jsonfilename, 'r')
looper.jsonfilename = options.options

Definition at line 280 of file looper.py.

tuple looper.looper = Looper( 'Loop', cfg.config,nPrint = 5)

Definition at line 303 of file looper.py.

tuple looper.opts = json.loads(jfile.readline())

Definition at line 282 of file looper.py.

tuple looper.parser = OptionParser(usage='%prog cfgFileName compFileName [--options=optFile.json]')

Definition at line 275 of file looper.py.

tuple looper.pckfile = open( cfgFileName, 'r' )

Definition at line 289 of file looper.py.