TAKEN FROM http://cmssw.cvs.cern.ch/cgi-bin/cmssw.cgi/CMSSW/ElectroWeakAnalysis/Utilities/src/PdfWeightProducer.cc?&view=markup. More...
Namespaces | |
mt2w_bisect | |
Classes | |
struct | AlphaT |
struct | Apc |
class | BTagSF |
class | CMGMuonCleanerBySegmentsAlgo |
class | Davismt2 |
class | EGammaMvaEleEstimatorFWLite |
class | FSRWeightAlgo |
class | Hemisphere |
class | IsolationComputer |
class | Megajet |
class | MuScleFitCorrector |
class | PdfWeightProducerTool |
class | ReclusterJets |
class | RochCor |
class | RochCor2012 |
class | TriggerBitChecker |
Functions | |
def | callBack |
def | chunks |
def | createOutputDir |
def | getHeppyOption |
def | main |
def | runLoop |
def | runLoopAsync |
def | split |
Variables | |
dictionary | _heppyGlobalOptions = {} |
string | action = 'store_true' |
default = None) | |
string | dest = "nevents" |
string | help = "number of events to process" |
loop = None | |
list | oldv = sys.argv[:] |
tuple | parser = OptionParser() |
string | type = "int" |
The Megajet class implements the algorithm to combine jets in hemispheres as defined in CMS SUSY searches
MuScleFitCorrector class Author M. De Mattia - 18/11/2008 Author S. Casasso - 25/10/2012 Author E. Migliore - 25/10/2012 This is used to have a common set of functions for the specialized templates to use. The constructor receives the name identifying the parameters for the correction function. It reads the parameters from a txt file in data/.
def heppy.callBack | ( | result | ) |
def heppy.createOutputDir | ( | dir, | |
components, | |||
force | |||
) |
def heppy.main | ( | options, | |
args | |||
) |
Definition at line 131 of file heppy.py.
References createOutputDir(), min(), runLoop(), and split().
def heppy.runLoop | ( | comp, | |
outDir, | |||
config, | |||
options | |||
) |
Definition at line 44 of file heppy.py.
References join().
Referenced by main(), and runLoopAsync().
def heppy.runLoopAsync | ( | comp, | |
outDir, | |||
configName, | |||
options | |||
) |
def heppy.split | ( | comps | ) |