Package madgraph :: Package madweight :: Module verif_event
[hide private]
[frames] | no frames]

Module verif_event

source code

Classes [hide private]
  Lhco_filter
  lhco_all_particles_def
a class containing all the particles definition
  lhco_part
a class for a particle from the lhco line
  Test_one_file
Functions [hide private]
 
verif_event(MWparam) source code
 
restrict_event_passing_cut(MWparam)
return the number of events in a (previous) run which pass the 'new' cut
source code
Variables [hide private]
  pat_lhco_line = re.compile(r'(?ix)^\s*(?P<card>\d*)\s+(?P<type...
  pat_new_block = re.compile(r'(?ix)^\s*0\s+(?P<type>\S*)\s+(?P<...
  opt = sys.argv
  pos = '/'.join(opt [0].split('/') [:-1])
  __package__ = 'madgraph.madweight'
  __warningregistry__ = {('The popen2 module is deprecated. Use...
Variables Details [hide private]

pat_lhco_line

Value:
re.compile(r'(?ix)^\s*(?P<card>\d*)\s+(?P<type>\d*)\s+(?P<eta>[\+-\.\d\
e]+)\s+(?P<phi>[\+-\.\de]+)\s+(?P<pt>[\+-\.\de]*)\s+(?P<jmass>[\+-\.\d\
e]+)\s+(?P<ntrk>[\+-\.\de]+)\s+(?P<btag>[\+-\.\de]+)\s+(?P<hadem>[\+-\\
.\de]+)\s+(?P<dum1>[\+-\.\de]+)\s+(?P<dum2>[\+-\.\de]+)\s+$')

pat_new_block

Value:
re.compile(r'(?ix)^\s*0\s+(?P<type>\S*)\s+(?P<eta>[\+-\.\de]+)\s+')

__warningregistry__

Value:
{('The popen2 module is deprecated.  Use the subprocess module.',
  <type 'exceptions.DeprecationWarning'>,
  36): True}