Classes | |
class | OptionParser |
Functions | |
def | ccopy |
def | cexists |
def | compute |
def | create_declaration |
def | create_xsd |
def | kpermutation |
def | priorities |
def | read_data |
Variables | |
dictionary | comb = {} |
dictionary | elements = {} |
list | histograms = [] |
dictionary | keys = {} |
int | len_max = 0 |
int | len_min = 1000000 |
max = len_max | |
int | min = 2 |
tuple | optManager = OptionParser() |
opts = opts.__dict__ | |
dictionary | prior = {} |
tuple | resdoc = dom.Document() |
dictionary | results = {} |
tuple | srcdoc = dom.parse(opts['src']) |
def bookConverter.ccopy | ( | a | ) |
Definition at line 89 of file bookConverter.py.
Referenced by compute().
def bookConverter.cexists | ( | s, | |
c | |||
) |
def bookConverter.compute | ( | min, | |
max | |||
) |
Definition at line 105 of file bookConverter.py.
References python.multivaluedict.append(), ccopy(), cexists(), and kpermutation().
Referenced by DTRecHitQuality.analyze(), DTCalibValidation.analyze(), TrackCountingTagPlotter.finalize(), TrackIPTagPlotter.finalize(), TrackProbabilityTagPlotter.finalize(), PhysicsTools::MVATrainer.getTrainCalibration(), PhysicsTools::MVATrainer.makeTrainCalibration(), magfieldparam::BCycl< float >.operator()(), DTRecHitBaseAlgo.reconstruct(), and GsfMaterialEffectsUpdator.updateState().
def bookConverter.create_declaration | ( | cid | ) |
Definition at line 75 of file bookConverter.py.
def bookConverter.create_xsd | ( | ) |
Definition at line 57 of file bookConverter.py.
def bookConverter.kpermutation | ( | vfrom, | |
vto, | |||
min, | |||
max | |||
) |
def bookConverter.priorities | ( | ) |
def bookConverter.read_data | ( | ) |
Definition at line 16 of file bookConverter.py.
dictionary bookConverter.comb = {} |
Definition at line 144 of file bookConverter.py.
Referenced by L1GtAnalyzer.analyzeObjectMap(), JetPartonMatching.calculate(), CombinationGenerator< T >.combinations(), L1RCTORCAMap.combVec(), JetPartonMatching.getNumberOfUnmatchedPartons(), JetPartonMatching.getSumDeltaE(), JetPartonMatching.getSumDeltaPt(), JetPartonMatching.getSumDeltaR(), SequentialCombinationGenerator< T >.next_combination(), JetPartonMatching.print(), CombinationGenerator< T >.separateOneElement(), and CombinationGenerator< T >.splitInTwoCollections().
dictionary bookConverter.elements = {} |
Definition at line 146 of file bookConverter.py.
list bookConverter.histograms = [] |
Definition at line 141 of file bookConverter.py.
Referenced by HistoAnalyzer< C >.HistoAnalyzer().
dictionary bookConverter.keys = {} |
Definition at line 142 of file bookConverter.py.
int bookConverter.len_max = 0 |
Definition at line 148 of file bookConverter.py.
int bookConverter.len_min = 1000000 |
Definition at line 147 of file bookConverter.py.
bookConverter.max = len_max |
Definition at line 166 of file bookConverter.py.
int bookConverter.min = 2 |
Definition at line 164 of file bookConverter.py.
tuple bookConverter.optManager = OptionParser() |
Definition at line 130 of file bookConverter.py.
bookConverter.opts = opts.__dict__ |
Definition at line 132 of file bookConverter.py.
dictionary bookConverter.prior = {} |
Definition at line 145 of file bookConverter.py.
Referenced by fftjetcms.fftjet_BgFunctor_parser(), reco::SequentialGhostTrackFitter.fit(), reco::GhostTrackFitter.fit(), LikelihoodSpecies.LikelihoodSpecies(), and LikelihoodSpecies.setPrior().
tuple bookConverter.resdoc = dom.Document() |
Definition at line 138 of file bookConverter.py.
dictionary bookConverter.results = {} |
Definition at line 143 of file bookConverter.py.
tuple bookConverter.srcdoc = dom.parse(opts['src']) |
Definition at line 139 of file bookConverter.py.