11A test of the ECL variables using a recently produced mDST file. 
   12The mDST file contains 3 B0 -> [ J/psi -> mu+ mu- ] [ K_S0 -> pi+ pi- ] events, BGx0. 
   20b2.set_random_seed(
"1337")
 
   26testpath = b2.create_path()
 
   27testpath.add_module(
'RootInput', inputFileNames=testinput)
 
   30    'clusterPulseShapeDiscriminationMVA',
 
   31    'clusterHasPulseShapeDiscrimination',
 
   32    'clusterNumberOfHadronDigits',
 
   35    'nECLClusterTrackMatches',
 
   38    'clusterAbsZernikeMoment40',
 
   39    'clusterAbsZernikeMoment51',
 
   40    'clusterBelleQuality',
 
   42    'clusterConnectedRegionID',
 
   52    'clusterHasFailedErrorTiming',
 
   53    'clusterHasFailedTiming',
 
   55    'clusterHasNeutralHadron',
 
   60    'clusterSecondMoment',
 
   67    'minC2TDistVar(cosTheta,pi+:all)' 
   71testpath.add_module(
'ParticleLoader', decayStrings=[
'pi+:all'])
 
   74    testpath.add_module(
'ParticleLoader', decayStrings=[fsp])
 
   75    testpath.add_module(
'ParticleSelector', decayString=fsp, cut=
'isFromECL')
 
   76    testpath.add_module(
'ParticlePrinter', listName=fsp, fullPrint=
False,
 
   78b2.process(testpath, 1)
 
require_file(filename, data_type="", py_case=None)
configure_logging_for_tests(user_replacements=None)