diff --git a/.gitignore b/.gitignore index 0ab34a26..a3ddce53 100644 --- a/.gitignore +++ b/.gitignore @@ -38,4 +38,5 @@ writer.json migrate.json migration.json test/data/dbsdata -.env \ No newline at end of file +.env +.vscode \ No newline at end of file diff --git a/Makefile b/Makefile index 0ee9fea2..fdbc50c2 100644 --- a/Makefile +++ b/Makefile @@ -70,9 +70,14 @@ test-lexicon-reader-neg: cd test && LD_LIBRARY_PATH=${odir} DYLD_LIBRARY_PATH=${odir} DBS_LEXICON_FILE=../static/lexicon_reader.json DBS_LEXICON_SAMPLE_FILE=../static/lexicon_reader_negative.json go test -v -run LexiconNegative test-integration: cd test && rm -f /tmp/dbs-test.db && sqlite3 /tmp/dbs-test.db < ../static/schema/sqlite-schema.sql && \ - echo "\"sqlite3 /tmp/dbs-test.db sqlite\"" > ./dbfile && LD_LIBRARY_PATH=${odir} DYLD_LIBRARY_PATH=${odir} DBS_READER_LEXICON_FILE=../static/lexicon_reader.json \ - DBS_WRITER_LEXICON_FILE=../static/lexicon_writer.json DBS_DB_FILE=./dbfile INTEGRATION_DATA_FILE=./data/integration/integration_data.json \ - go test -v -run Integration + echo "\"sqlite3 /tmp/dbs-test.db sqlite\"" > ./dbfile && \ + LD_LIBRARY_PATH=${odir} DYLD_LIBRARY_PATH=${odir} \ + DBS_READER_LEXICON_FILE=../static/lexicon_reader.json \ + DBS_WRITER_LEXICON_FILE=../static/lexicon_writer.json \ + DBS_DB_FILE=./dbfile \ + INTEGRATION_DATA_FILE=./data/integration/integration_data.json \ + BULKBLOCKS_DATA_FILE=./data/integration/bulkblocks_data.json \ + go test -v -failfast -run Integration test-migration: cd test && rm -f /tmp/dbs-one.db && \ sqlite3 /tmp/dbs-one.db < ../static/schema/sqlite-schema.sql && \ diff --git a/dbs/bulkblocks.go b/dbs/bulkblocks.go index 448e4330..173b10f0 100644 --- a/dbs/bulkblocks.go +++ b/dbs/bulkblocks.go @@ -583,6 +583,14 @@ func (a *API) InsertBulkBlocks() error { if lBy == "" { lBy = a.CreateBy } + // if the data string does contain the is_file_valid field, use value from request + if isFileValid == 0 { + if rrr.IsFileValid != 0 && rrr.IsFileValid != 1 { + msg := "wrong is_file_valid value" + return Error(InvalidParamErr, ParametersErrorCode, msg, "dbs.bulkblocks.InsertBulkBlocks") + } + isFileValid = rrr.IsFileValid + } r := Files{ LOGICAL_FILE_NAME: rrr.LogicalFileName, IS_FILE_VALID: isFileValid, diff --git a/dbs/bulkblocks2.go b/dbs/bulkblocks2.go index 91a62c44..c78ad4f2 100644 --- a/dbs/bulkblocks2.go +++ b/dbs/bulkblocks2.go @@ -678,7 +678,7 @@ func (a *API) InsertBulkBlocksConcurrently() error { rrr.FileType, ) if err != nil { - msg := fmt.Sprintf("%s unable to find file_type_id for %s, error %v", hash, ftype, err) + msg := fmt.Sprintf("%s unable to find file_type_id for %v, error %v", hash, ftype, err) log.Println(msg) return Error(err, GetIDErrorCode, msg, "dbs.bulkblocks.InsertBulkBlocksConcurrently") } @@ -956,6 +956,15 @@ func insertFilesChunk( if lBy == "" { lBy = trec.CreateBy } + // if the data string does contain the is_file_valid field, use value from request + if trec.IsFileValid == 0 { + if rrr.IsFileValid != 0 && rrr.IsFileValid != 1 { + log.Println("### wrong is_file_valid value for", rrr.FileType, "lfn", lfn, "error", err) + trec.NErrors += 1 + return + } + trec.IsFileValid = rrr.IsFileValid + } fileID := ids[idx] r := Files{ FILE_ID: fileID, diff --git a/test/data/integration/bulkblocks_data.json b/test/data/integration/bulkblocks_data.json new file mode 100755 index 00000000..1a657ed4 --- /dev/null +++ b/test/data/integration/bulkblocks_data.json @@ -0,0 +1,994 @@ +{ + "con_parent_bulk": { + "dataset_conf_list": [ + { + "release_version": "CMSSW_1_2_3", + "pset_hash": "76e303993a1c2f842159dbfeeed9a0dd", + "pset_name": "", + "app_name": "cmsRun", + "output_module_label": "merged", + "global_tag": "my-cms-gtag_8268", + "create_by": "", + "creation_date": 0 + } + ], + "file_conf_list": [ + { + "release_version": "CMSSW_1_2_3", + "pset_hash": "76e303993a1c2f842159dbfeeed9a0dd", + "pset_name": "", + "lfn": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/StepChain_/p8268/0.root", + "app_name": "cmsRun", + "output_module_label": "merged", + "global_tag": "my-cms-gtag_8268", + "create_by": "", + "creation_date": 0 + }, + { + "release_version": "CMSSW_1_2_3", + "pset_hash": "76e303993a1c2f842159dbfeeed9a0dd", + "pset_name": "", + "lfn": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/StepChain_/p8268/1.root", + "app_name": "cmsRun", + "output_module_label": "merged", + "global_tag": "my-cms-gtag_8268", + "create_by": "", + "creation_date": 0 + }, + { + "release_version": "CMSSW_1_2_3", + "pset_hash": "76e303993a1c2f842159dbfeeed9a0dd", + "pset_name": "", + "lfn": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/StepChain_/p8268/2.root", + "app_name": "cmsRun", + "output_module_label": "merged", + "global_tag": "my-cms-gtag_8268", + "create_by": "", + "creation_date": 0 + }, + { + "release_version": "CMSSW_1_2_3", + "pset_hash": "76e303993a1c2f842159dbfeeed9a0dd", + "pset_name": "", + "lfn": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/StepChain_/p8268/3.root", + "app_name": "cmsRun", + "output_module_label": "merged", + "global_tag": "my-cms-gtag_8268", + "create_by": "", + "creation_date": 0 + }, + { + "release_version": "CMSSW_1_2_3", + "pset_hash": "76e303993a1c2f842159dbfeeed9a0dd", + "pset_name": "", + "lfn": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/StepChain_/p8268/4.root", + "app_name": "cmsRun", + "output_module_label": "merged", + "global_tag": "my-cms-gtag_8268", + "create_by": "", + "creation_date": 0 + } + ], + "files": [ + { + "check_sum": "1504266448", + "file_lumi_list": [ + { + "lumi_section_num": 27414, + "run_num": 98, + "event_count": 66 + }, + { + "lumi_section_num": 26422, + "run_num": 98, + "event_count": 67 + }, + { + "lumi_section_num": 29838, + "run_num": 98, + "event_count": 68 + } + ], + "adler32": "NOTSET", + "file_size": 2012211901, + "event_count": 201, + "file_type": "EDM", + "last_modified_by": "", + "last_modification_date": 0, + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/StepChain_/p8268/0.root", + "md5": "", + "auto_cross_section": 0, + "is_file_valid": 1 + }, + { + "check_sum": "1504266448", + "file_lumi_list": [ + { + "lumi_section_num": 27415, + "run_num": 98, + "event_count": 66 + }, + { + "lumi_section_num": 26423, + "run_num": 98, + "event_count": 67 + }, + { + "lumi_section_num": 29839, + "run_num": 98, + "event_count": 68 + } + ], + "adler32": "NOTSET", + "file_size": 2012211901, + "event_count": 201, + "file_type": "EDM", + "last_modified_by": "", + "last_modification_date": 0, + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/StepChain_/p8268/1.root", + "md5": "", + "auto_cross_section": 0, + "is_file_valid": 1 + }, + { + "check_sum": "1504266448", + "file_lumi_list": [ + { + "lumi_section_num": 27416, + "run_num": 98, + "event_count": 66 + }, + { + "lumi_section_num": 26424, + "run_num": 98, + "event_count": 67 + }, + { + "lumi_section_num": 29840, + "run_num": 98, + "event_count": 68 + } + ], + "adler32": "NOTSET", + "file_size": 2012211901, + "event_count": 201, + "file_type": "EDM", + "last_modified_by": "", + "last_modification_date": 0, + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/StepChain_/p8268/2.root", + "md5": "", + "auto_cross_section": 0, + "is_file_valid": 1 + }, + { + "check_sum": "1504266448", + "file_lumi_list": [ + { + "lumi_section_num": 27417, + "run_num": 98, + "event_count": 66 + }, + { + "lumi_section_num": 26425, + "run_num": 98, + "event_count": 67 + }, + { + "lumi_section_num": 29841, + "run_num": 98, + "event_count": 68 + } + ], + "adler32": "NOTSET", + "file_size": 2012211901, + "event_count": 201, + "file_type": "EDM", + "last_modified_by": "", + "last_modification_date": 0, + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/StepChain_/p8268/3.root", + "md5": "", + "auto_cross_section": 0, + "is_file_valid": 1 + }, + { + "check_sum": "1504266448", + "file_lumi_list": [ + { + "lumi_section_num": 27418, + "run_num": 98, + "event_count": 66 + }, + { + "lumi_section_num": 26426, + "run_num": 98, + "event_count": 67 + }, + { + "lumi_section_num": 29842, + "run_num": 98, + "event_count": 68 + } + ], + "adler32": "NOTSET", + "file_size": 2012211901, + "event_count": 201, + "file_type": "EDM", + "last_modified_by": "", + "last_modification_date": 0, + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/StepChain_/p8268/4.root", + "md5": "", + "auto_cross_section": 0, + "is_file_valid": 1 + } + ], + "processing_era": { + "create_by": "WMAgent", + "creation_date": 0, + "processing_version": 8268, + "description": "" + }, + "primds": { + "primary_ds_id": 0, + "create_by": "WMAgent", + "primary_ds_type": "test", + "primary_ds_name": "unittest_web_primary_ds_name_8268_stepchain", + "creation_date": 1652798955 + }, + "dataset": { + "dataset_id": 0, + "create_by": "WMAgent", + "creation_date": 1652798955, + "physics_group_name": "Tracker", + "dataset_access_type": "PRODUCTION", + "data_tier_name": "GEN-SIM-RAW", + "last_modified_by": "WMAgent", + "processed_ds_name": "acq_era_8268-ptsr-v8268", + "xtcrosssection": 0, + "last_modification_date": 1652798955, + "dataset": "/unittest_web_primary_ds_name_8268_stepchain/acq_era_8268-ptsr-v8268/GEN-SIM-RAW", + "prep_id": "TestPrepID" + }, + "acquisition_era": { + "acquisition_era_name": "acq_era_8268", + "start_date": 123456789, + "creation_date": 0, + "end_date": 0, + "create_by": "", + "description": "" + }, + "block": { + "block_id": 0, + "dataset_id": 0, + "create_by": "", + "creation_date": 0, + "open_for_writing": 0, + "block_name": "/unittest_web_primary_ds_name_8268_stepchain/acq_era_8268-ptsr-v8268/GEN-SIM-RAW#8268", + "file_count": 5, + "origin_site_name": "cmssrm.fnal.gov", + "block_size": 20122119010, + "last_modified_by": "", + "last_modification_date": 0 + }, + "file_parent_list": null, + "block_parent_list": null, + "dataset_parent_list": [], + "ds_parent_list": null + }, + "con_child_bulk": { + "dataset_conf_list": [ + { + "release_version": "CMSSW_1_2_3", + "pset_hash": "76e303993a1c2f842159dbfeeed9a0dd", + "pset_name": "", + "app_name": "cmsRun", + "output_module_label": "merged", + "global_tag": "my-cms-gtag_8268", + "create_by": "", + "creation_date": 0 + } + ], + "file_conf_list": [ + { + "release_version": "CMSSW_1_2_3", + "pset_hash": "76e303993a1c2f842159dbfeeed9a0dd", + "pset_name": "", + "lfn": "/store/mc/Fall08/BBJets250t500-madgraph/GEN-SIM/StepChain_/8268/0.root", + "app_name": "cmsRun", + "output_module_label": "merged", + "global_tag": "my-cms-gtag_8268", + "create_by": "", + "creation_date": 0 + }, + { + "release_version": "CMSSW_1_2_3", + "pset_hash": "76e303993a1c2f842159dbfeeed9a0dd", + "pset_name": "", + "lfn": "/store/mc/Fall08/BBJets250t500-madgraph/GEN-SIM/StepChain_/8268/1.root", + "app_name": "cmsRun", + "output_module_label": "merged", + "global_tag": "my-cms-gtag_8268", + "create_by": "", + "creation_date": 0 + }, + { + "release_version": "CMSSW_1_2_3", + "pset_hash": "76e303993a1c2f842159dbfeeed9a0dd", + "pset_name": "", + "lfn": "/store/mc/Fall08/BBJets250t500-madgraph/GEN-SIM/StepChain_/8268/2.root", + "app_name": "cmsRun", + "output_module_label": "merged", + "global_tag": "my-cms-gtag_8268", + "create_by": "", + "creation_date": 0 + }, + { + "release_version": "CMSSW_1_2_3", + "pset_hash": "76e303993a1c2f842159dbfeeed9a0dd", + "pset_name": "", + "lfn": "/store/mc/Fall08/BBJets250t500-madgraph/GEN-SIM/StepChain_/8268/3.root", + "app_name": "cmsRun", + "output_module_label": "merged", + "global_tag": "my-cms-gtag_8268", + "create_by": "", + "creation_date": 0 + }, + { + "release_version": "CMSSW_1_2_3", + "pset_hash": "76e303993a1c2f842159dbfeeed9a0dd", + "pset_name": "", + "lfn": "/store/mc/Fall08/BBJets250t500-madgraph/GEN-SIM/StepChain_/8268/4.root", + "app_name": "cmsRun", + "output_module_label": "merged", + "global_tag": "my-cms-gtag_8268", + "create_by": "", + "creation_date": 0 + } + ], + "files": [ + { + "check_sum": "1504266448", + "file_lumi_list": [ + { + "lumi_section_num": 27414, + "run_num": 98, + "event_count": 66 + }, + { + "lumi_section_num": 26422, + "run_num": 98, + "event_count": 67 + }, + { + "lumi_section_num": 29838, + "run_num": 98, + "event_count": 68 + } + ], + "adler32": "NOTSET", + "file_size": 2012211901, + "event_count": 201, + "file_type": "EDM", + "last_modified_by": "", + "last_modification_date": 0, + "logical_file_name": "/store/mc/Fall08/BBJets250t500-madgraph/GEN-SIM/StepChain_/8268/0.root", + "md5": "", + "auto_cross_section": 0, + "is_file_valid": 1 + }, + { + "check_sum": "1504266448", + "file_lumi_list": [ + { + "lumi_section_num": 27415, + "run_num": 98, + "event_count": 66 + }, + { + "lumi_section_num": 26423, + "run_num": 98, + "event_count": 67 + }, + { + "lumi_section_num": 29839, + "run_num": 98, + "event_count": 68 + } + ], + "adler32": "NOTSET", + "file_size": 2012211901, + "event_count": 201, + "file_type": "EDM", + "last_modified_by": "", + "last_modification_date": 0, + "logical_file_name": "/store/mc/Fall08/BBJets250t500-madgraph/GEN-SIM/StepChain_/8268/1.root", + "md5": "", + "auto_cross_section": 0, + "is_file_valid": 1 + }, + { + "check_sum": "1504266448", + "file_lumi_list": [ + { + "lumi_section_num": 27416, + "run_num": 98, + "event_count": 66 + }, + { + "lumi_section_num": 26424, + "run_num": 98, + "event_count": 67 + }, + { + "lumi_section_num": 29840, + "run_num": 98, + "event_count": 68 + } + ], + "adler32": "NOTSET", + "file_size": 2012211901, + "event_count": 201, + "file_type": "EDM", + "last_modified_by": "", + "last_modification_date": 0, + "logical_file_name": "/store/mc/Fall08/BBJets250t500-madgraph/GEN-SIM/StepChain_/8268/2.root", + "md5": "", + "auto_cross_section": 0, + "is_file_valid": 1 + }, + { + "check_sum": "1504266448", + "file_lumi_list": [ + { + "lumi_section_num": 27417, + "run_num": 98, + "event_count": 66 + }, + { + "lumi_section_num": 26425, + "run_num": 98, + "event_count": 67 + }, + { + "lumi_section_num": 29841, + "run_num": 98, + "event_count": 68 + } + ], + "adler32": "NOTSET", + "file_size": 2012211901, + "event_count": 201, + "file_type": "EDM", + "last_modified_by": "", + "last_modification_date": 0, + "logical_file_name": "/store/mc/Fall08/BBJets250t500-madgraph/GEN-SIM/StepChain_/8268/3.root", + "md5": "", + "auto_cross_section": 0, + "is_file_valid": 1 + }, + { + "check_sum": "1504266448", + "file_lumi_list": [ + { + "lumi_section_num": 27418, + "run_num": 98, + "event_count": 66 + }, + { + "lumi_section_num": 26426, + "run_num": 98, + "event_count": 67 + }, + { + "lumi_section_num": 29842, + "run_num": 98, + "event_count": 68 + } + ], + "adler32": "NOTSET", + "file_size": 2012211901, + "event_count": 201, + "file_type": "EDM", + "last_modified_by": "", + "last_modification_date": 0, + "logical_file_name": "/store/mc/Fall08/BBJets250t500-madgraph/GEN-SIM/StepChain_/8268/4.root", + "md5": "", + "auto_cross_section": 0, + "is_file_valid": 1 + } + ], + "processing_era": { + "create_by": "WMAgent", + "creation_date": 0, + "processing_version": 8268, + "description": "" + }, + "primds": { + "primary_ds_id": 0, + "create_by": "WMAgent", + "primary_ds_type": "test", + "primary_ds_name": "unittest_web_primary_ds_name_8268_stepchain", + "creation_date": 1652798955 + }, + "dataset": { + "dataset_id": 0, + "create_by": "WMAgent", + "creation_date": 1652798955, + "physics_group_name": "Tracker", + "dataset_access_type": "PRODUCTION", + "data_tier_name": "GEN-SIM-RAW", + "last_modified_by": "WMAgent", + "processed_ds_name": "acq_era_8268-v8268", + "xtcrosssection": 0, + "last_modification_date": 1652798955, + "dataset": "/unittest_web_primary_ds_name_8268_stepchain/acq_era_8268-v8268/GEN-SIM-RAW", + "prep_id": "TestPrepID" + }, + "acquisition_era": { + "acquisition_era_name": "acq_era_8268", + "start_date": 123456789, + "creation_date": 0, + "end_date": 0, + "create_by": "", + "description": "" + }, + "block": { + "block_id": 0, + "dataset_id": 0, + "create_by": "", + "creation_date": 0, + "open_for_writing": 0, + "block_name": "/unittest_web_primary_ds_name_8268_stepchain/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "file_count": 5, + "origin_site_name": "cmssrm.fnal.gov", + "block_size": 20122119010, + "last_modified_by": "", + "last_modification_date": 0 + }, + "file_parent_list": null, + "block_parent_list": null, + "dataset_parent_list": [ + "/unittest_web_primary_ds_name_8268_stepchain/acq_era_8268-ptsr-v8268/GEN-SIM-RAW" + ], + "ds_parent_list": null + }, + "seq_parent_bulk": { + "dataset_conf_list": [ + { + "release_version": "CMSSW_1_2_3", + "pset_hash": "76e303993a1c2f842159dbfeeed9a0dd", + "pset_name": "", + "app_name": "cmsRun", + "output_module_label": "merged", + "global_tag": "my-cms-gtag_8268", + "create_by": "", + "creation_date": 0 + } + ], + "file_conf_list": null, + "files": [ + { + "check_sum": "1504266448", + "file_lumi_list": [ + { + "lumi_section_num": 27419, + "run_num": 98, + "event_count": 66 + }, + { + "lumi_section_num": 26427, + "run_num": 98, + "event_count": 67 + }, + { + "lumi_section_num": 29843, + "run_num": 98, + "event_count": 68 + } + ], + "adler32": "NOTSET", + "file_size": 2012211901, + "event_count": 201, + "file_type": "EDM", + "last_modified_by": "", + "last_modification_date": 0, + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/StepChain_/p8268/5.root", + "md5": "", + "auto_cross_section": 0, + "is_file_valid": 1 + }, + { + "check_sum": "1504266448", + "file_lumi_list": [ + { + "lumi_section_num": 27420, + "run_num": 98, + "event_count": 66 + }, + { + "lumi_section_num": 26428, + "run_num": 98, + "event_count": 67 + }, + { + "lumi_section_num": 29844, + "run_num": 98, + "event_count": 68 + } + ], + "adler32": "NOTSET", + "file_size": 2012211901, + "event_count": 201, + "file_type": "EDM", + "last_modified_by": "", + "last_modification_date": 0, + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/StepChain_/p8268/6.root", + "md5": "", + "auto_cross_section": 0, + "is_file_valid": 1 + }, + { + "check_sum": "1504266448", + "file_lumi_list": [ + { + "lumi_section_num": 27421, + "run_num": 98, + "event_count": 66 + }, + { + "lumi_section_num": 26429, + "run_num": 98, + "event_count": 67 + }, + { + "lumi_section_num": 29845, + "run_num": 98, + "event_count": 68 + } + ], + "adler32": "NOTSET", + "file_size": 2012211901, + "event_count": 201, + "file_type": "EDM", + "last_modified_by": "", + "last_modification_date": 0, + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/StepChain_/p8268/7.root", + "md5": "", + "auto_cross_section": 0, + "is_file_valid": 1 + }, + { + "check_sum": "1504266448", + "file_lumi_list": [ + { + "lumi_section_num": 27422, + "run_num": 98, + "event_count": 66 + }, + { + "lumi_section_num": 26430, + "run_num": 98, + "event_count": 67 + }, + { + "lumi_section_num": 29846, + "run_num": 98, + "event_count": 68 + } + ], + "adler32": "NOTSET", + "file_size": 2012211901, + "event_count": 201, + "file_type": "EDM", + "last_modified_by": "", + "last_modification_date": 0, + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/StepChain_/p8268/8.root", + "md5": "", + "auto_cross_section": 0, + "is_file_valid": 1 + }, + { + "check_sum": "1504266448", + "file_lumi_list": [ + { + "lumi_section_num": 27423, + "run_num": 98, + "event_count": 66 + }, + { + "lumi_section_num": 26431, + "run_num": 98, + "event_count": 67 + }, + { + "lumi_section_num": 29847, + "run_num": 98, + "event_count": 68 + } + ], + "adler32": "NOTSET", + "file_size": 2012211901, + "event_count": 201, + "file_type": "EDM", + "last_modified_by": "", + "last_modification_date": 0, + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/StepChain_/p8268/9.root", + "md5": "", + "auto_cross_section": 0, + "is_file_valid": 1 + } + ], + "processing_era": { + "create_by": "WMAgent", + "creation_date": 0, + "processing_version": 8268, + "description": "" + }, + "primds": { + "primary_ds_id": 0, + "create_by": "WMAgent", + "primary_ds_type": "test", + "primary_ds_name": "unittest_web_primary_ds_name_8268_stepchain2", + "creation_date": 1652798955 + }, + "dataset": { + "dataset_id": 0, + "create_by": "WMAgent", + "creation_date": 1652798955, + "physics_group_name": "Tracker", + "dataset_access_type": "PRODUCTION", + "data_tier_name": "GEN-SIM-RAW", + "last_modified_by": "WMAgent", + "processed_ds_name": "acq_era_8268-ptsr-v82682", + "xtcrosssection": 0, + "last_modification_date": 1652798955, + "dataset": "/unittest_web_primary_ds_name_8268_stepchain/acq_era_8268-ptsr-v8268/GEN-SIM-RAW2", + "prep_id": "TestPrepID" + }, + "acquisition_era": { + "acquisition_era_name": "acq_era_8268", + "start_date": 123456789, + "creation_date": 0, + "end_date": 0, + "create_by": "", + "description": "" + }, + "block": { + "block_id": 0, + "dataset_id": 0, + "create_by": "", + "creation_date": 0, + "open_for_writing": 0, + "block_name": "/unittest_web_primary_ds_name_8268_stepchain/acq_era_8268-ptsr-v8268/GEN-SIM-RAW#82682", + "file_count": 5, + "origin_site_name": "cmssrm.fnal.gov", + "block_size": 20122119010, + "last_modified_by": "", + "last_modification_date": 0 + }, + "file_parent_list": null, + "block_parent_list": null, + "dataset_parent_list": [], + "ds_parent_list": null + }, + "seq_child_bulk": { + "dataset_conf_list": [ + { + "release_version": "CMSSW_1_2_3", + "pset_hash": "76e303993a1c2f842159dbfeeed9a0dd", + "pset_name": "", + "app_name": "cmsRun", + "output_module_label": "merged", + "global_tag": "my-cms-gtag_8268", + "create_by": "", + "creation_date": 0 + } + ], + "file_conf_list": null, + "files": [ + { + "check_sum": "1504266448", + "file_lumi_list": [ + { + "lumi_section_num": 27419, + "run_num": 98, + "event_count": 66 + }, + { + "lumi_section_num": 26427, + "run_num": 98, + "event_count": 67 + }, + { + "lumi_section_num": 29843, + "run_num": 98, + "event_count": 68 + } + ], + "adler32": "NOTSET", + "file_size": 2012211901, + "event_count": 201, + "file_type": "EDM", + "last_modified_by": "", + "last_modification_date": 0, + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/StepChain_/p8268/5.root", + "md5": "", + "auto_cross_section": 0, + "is_file_valid": 1 + }, + { + "check_sum": "1504266448", + "file_lumi_list": [ + { + "lumi_section_num": 27420, + "run_num": 98, + "event_count": 66 + }, + { + "lumi_section_num": 26428, + "run_num": 98, + "event_count": 67 + }, + { + "lumi_section_num": 29844, + "run_num": 98, + "event_count": 68 + } + ], + "adler32": "NOTSET", + "file_size": 2012211901, + "event_count": 201, + "file_type": "EDM", + "last_modified_by": "", + "last_modification_date": 0, + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/StepChain_/p8268/6.root", + "md5": "", + "auto_cross_section": 0, + "is_file_valid": 1 + }, + { + "check_sum": "1504266448", + "file_lumi_list": [ + { + "lumi_section_num": 27421, + "run_num": 98, + "event_count": 66 + }, + { + "lumi_section_num": 26429, + "run_num": 98, + "event_count": 67 + }, + { + "lumi_section_num": 29845, + "run_num": 98, + "event_count": 68 + } + ], + "adler32": "NOTSET", + "file_size": 2012211901, + "event_count": 201, + "file_type": "EDM", + "last_modified_by": "", + "last_modification_date": 0, + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/StepChain_/p8268/7.root", + "md5": "", + "auto_cross_section": 0, + "is_file_valid": 1 + }, + { + "check_sum": "1504266448", + "file_lumi_list": [ + { + "lumi_section_num": 27422, + "run_num": 98, + "event_count": 66 + }, + { + "lumi_section_num": 26430, + "run_num": 98, + "event_count": 67 + }, + { + "lumi_section_num": 29846, + "run_num": 98, + "event_count": 68 + } + ], + "adler32": "NOTSET", + "file_size": 2012211901, + "event_count": 201, + "file_type": "EDM", + "last_modified_by": "", + "last_modification_date": 0, + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/StepChain_/p8268/8.root", + "md5": "", + "auto_cross_section": 0, + "is_file_valid": 1 + }, + { + "check_sum": "1504266448", + "file_lumi_list": [ + { + "lumi_section_num": 27423, + "run_num": 98, + "event_count": 66 + }, + { + "lumi_section_num": 26431, + "run_num": 98, + "event_count": 67 + }, + { + "lumi_section_num": 29847, + "run_num": 98, + "event_count": 68 + } + ], + "adler32": "NOTSET", + "file_size": 2012211901, + "event_count": 201, + "file_type": "EDM", + "last_modified_by": "", + "last_modification_date": 0, + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/StepChain_/p8268/9.root", + "md5": "", + "auto_cross_section": 0, + "is_file_valid": 1 + } + ], + "processing_era": { + "create_by": "WMAgent", + "creation_date": 0, + "processing_version": 8268, + "description": "" + }, + "primds": { + "primary_ds_id": 0, + "create_by": "WMAgent", + "primary_ds_type": "test", + "primary_ds_name": "unittest_web_primary_ds_name_8268_stepchain2", + "creation_date": 1652798955 + }, + "dataset": { + "dataset_id": 0, + "create_by": "WMAgent", + "creation_date": 1652798955, + "physics_group_name": "Tracker", + "dataset_access_type": "PRODUCTION", + "data_tier_name": "GEN-SIM-RAW", + "last_modified_by": "WMAgent", + "processed_ds_name": "acq_era_8268-v82682", + "xtcrosssection": 0, + "last_modification_date": 1652798955, + "dataset": "/unittest_web_primary_ds_name_8268_stepchain/acq_era_8268-v8268/GEN-SIM-RAW2", + "prep_id": "TestPrepID" + }, + "acquisition_era": { + "acquisition_era_name": "acq_era_8268", + "start_date": 123456789, + "creation_date": 0, + "end_date": 0, + "create_by": "", + "description": "" + }, + "block": { + "block_id": 0, + "dataset_id": 0, + "create_by": "", + "creation_date": 0, + "open_for_writing": 0, + "block_name": "/unittest_web_primary_ds_name_8268_stepchain/acq_era_8268-v8268/GEN-SIM-RAW#82682", + "file_count": 5, + "origin_site_name": "cmssrm.fnal.gov", + "block_size": 20122119010, + "last_modified_by": "", + "last_modification_date": 0 + }, + "file_parent_list": null, + "block_parent_list": null, + "dataset_parent_list": [ + "/unittest_web_primary_ds_name_8268_stepchain/acq_era_8268-ptsr-v8268/GEN-SIM-RAW2" + ], + "ds_parent_list": null + } +} \ No newline at end of file diff --git a/test/data/integration/files_response_data.json b/test/data/integration/files_response_data.json new file mode 100755 index 00000000..dfafd44a --- /dev/null +++ b/test/data/integration/files_response_data.json @@ -0,0 +1,20702 @@ +[ + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 11, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 0, + "last_modification_date": 1652296678, + "last_modified_by": "DBS-workflow", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/1.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 11, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 0, + "last_modification_date": 1652296678, + "last_modified_by": "DBS-workflow", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/1.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 11, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 0, + "last_modification_date": 1652296678, + "last_modified_by": "DBS-workflow", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/1.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 11, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 0, + "last_modification_date": 1652296678, + "last_modified_by": "DBS-workflow", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/1.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 11, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 0, + "last_modification_date": 1652296678, + "last_modified_by": "DBS-workflow", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/1.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 11, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 0, + "last_modification_date": 1652296678, + "last_modified_by": "DBS-workflow", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/1.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 11, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 0, + "last_modification_date": 1652296678, + "last_modified_by": "DBS-workflow", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/1.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 11, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 0, + "last_modification_date": 1652296678, + "last_modified_by": "DBS-workflow", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/1.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 11, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 0, + "last_modification_date": 1652296678, + "last_modified_by": "DBS-workflow", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/1.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 11, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 0, + "last_modification_date": 1652296678, + "last_modified_by": "DBS-workflow", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/1.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 11, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 0, + "last_modification_date": 1652296678, + "last_modified_by": "DBS-workflow", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/1.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 11, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 0, + "last_modification_date": 1652296678, + "last_modified_by": "DBS-workflow", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/1.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 11, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 0, + "last_modification_date": 1652296678, + "last_modified_by": "DBS-workflow", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/1.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 11, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 0, + "last_modification_date": 1652296678, + "last_modified_by": "DBS-workflow", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/1.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 11, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 0, + "last_modification_date": 1652296678, + "last_modified_by": "DBS-workflow", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/1.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 11, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 0, + "last_modification_date": 1652296678, + "last_modified_by": "DBS-workflow", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/1.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 11, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 0, + "last_modification_date": 1652296678, + "last_modified_by": "DBS-workflow", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/1.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 11, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 0, + "last_modification_date": 1652296678, + "last_modified_by": "DBS-workflow", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/1.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 11, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 0, + "last_modification_date": 1652296678, + "last_modified_by": "DBS-workflow", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/1.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 11, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 0, + "last_modification_date": 1652296678, + "last_modified_by": "DBS-workflow", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/1.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 11, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 0, + "last_modification_date": 1652296678, + "last_modified_by": "DBS-workflow", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/1.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 11, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 0, + "last_modification_date": 1652296678, + "last_modified_by": "DBS-workflow", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/1.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 11, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 0, + "last_modification_date": 1652296678, + "last_modified_by": "DBS-workflow", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/1.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 11, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 0, + "last_modification_date": 1652296678, + "last_modified_by": "DBS-workflow", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/1.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 11, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 0, + "last_modification_date": 1652296678, + "last_modified_by": "DBS-workflow", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/1.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 11, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 0, + "last_modification_date": 1652296678, + "last_modified_by": "DBS-workflow", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/1.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 11, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 0, + "last_modification_date": 1652296678, + "last_modified_by": "DBS-workflow", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/1.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 11, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 0, + "last_modification_date": 1652296678, + "last_modified_by": "DBS-workflow", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/1.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 11, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 0, + "last_modification_date": 1652296678, + "last_modified_by": "DBS-workflow", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/1.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 11, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 0, + "last_modification_date": 1652296678, + "last_modified_by": "DBS-workflow", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/1.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 11, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 0, + "last_modification_date": 1652296678, + "last_modified_by": "DBS-workflow", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/1.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 11, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 0, + "last_modification_date": 1652296678, + "last_modified_by": "DBS-workflow", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/1.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 11, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 0, + "last_modification_date": 1652296678, + "last_modified_by": "DBS-workflow", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/1.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 11, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 0, + "last_modification_date": 1652296678, + "last_modified_by": "DBS-workflow", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/1.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 11, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 0, + "last_modification_date": 1652296678, + "last_modified_by": "DBS-workflow", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/1.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 11, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 0, + "last_modification_date": 1652296678, + "last_modified_by": "DBS-workflow", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/1.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 11, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 0, + "last_modification_date": 1652296678, + "last_modified_by": "DBS-workflow", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/1.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 11, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 0, + "last_modification_date": 1652296678, + "last_modified_by": "DBS-workflow", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/1.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 11, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 0, + "last_modification_date": 1652296678, + "last_modified_by": "DBS-workflow", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/1.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 11, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 0, + "last_modification_date": 1652296678, + "last_modified_by": "DBS-workflow", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/1.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 11, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 0, + "last_modification_date": 1652296678, + "last_modified_by": "DBS-workflow", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/1.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 11, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 0, + "last_modification_date": 1652296678, + "last_modified_by": "DBS-workflow", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/1.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 11, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 0, + "last_modification_date": 1652296678, + "last_modified_by": "DBS-workflow", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/1.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 11, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 0, + "last_modification_date": 1652296678, + "last_modified_by": "DBS-workflow", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/1.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 11, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 0, + "last_modification_date": 1652296678, + "last_modified_by": "DBS-workflow", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/1.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 11, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 0, + "last_modification_date": 1652296678, + "last_modified_by": "DBS-workflow", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/1.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 11, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 0, + "last_modification_date": 1652296678, + "last_modified_by": "DBS-workflow", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/1.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 11, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 0, + "last_modification_date": 1652296678, + "last_modified_by": "DBS-workflow", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/1.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 11, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 0, + "last_modification_date": 1652296678, + "last_modified_by": "DBS-workflow", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/1.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 11, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 0, + "last_modification_date": 1652296678, + "last_modified_by": "DBS-workflow", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/1.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 11, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 0, + "last_modification_date": 1652296678, + "last_modified_by": "DBS-workflow", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/1.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 11, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 0, + "last_modification_date": 1652296678, + "last_modified_by": "DBS-workflow", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/1.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 11, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 0, + "last_modification_date": 1652296678, + "last_modified_by": "DBS-workflow", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/1.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 11, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 0, + "last_modification_date": 1652296678, + "last_modified_by": "DBS-workflow", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/1.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 11, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 0, + "last_modification_date": 1652296678, + "last_modified_by": "DBS-workflow", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/1.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 11, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 0, + "last_modification_date": 1652296678, + "last_modified_by": "DBS-workflow", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/1.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 11, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 0, + "last_modification_date": 1652296678, + "last_modified_by": "DBS-workflow", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/1.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 11, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 0, + "last_modification_date": 1652296678, + "last_modified_by": "DBS-workflow", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/1.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 11, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 0, + "last_modification_date": 1652296678, + "last_modified_by": "DBS-workflow", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/1.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 11, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 0, + "last_modification_date": 1652296678, + "last_modified_by": "DBS-workflow", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/1.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 11, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 0, + "last_modification_date": 1652296678, + "last_modified_by": "DBS-workflow", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/1.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 11, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 0, + "last_modification_date": 1652296678, + "last_modified_by": "DBS-workflow", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/1.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 11, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 0, + "last_modification_date": 1652296678, + "last_modified_by": "DBS-workflow", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/1.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 11, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 0, + "last_modification_date": 1652296678, + "last_modified_by": "DBS-workflow", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/1.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 11, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 0, + "last_modification_date": 1652296678, + "last_modified_by": "DBS-workflow", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/1.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 11, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 0, + "last_modification_date": 1652296678, + "last_modified_by": "DBS-workflow", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/1.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 11, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 0, + "last_modification_date": 1652296678, + "last_modified_by": "DBS-workflow", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/1.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 11, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 0, + "last_modification_date": 1652296678, + "last_modified_by": "DBS-workflow", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/1.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 11, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 0, + "last_modification_date": 1652296678, + "last_modified_by": "DBS-workflow", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/1.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 11, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 0, + "last_modification_date": 1652296678, + "last_modified_by": "DBS-workflow", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/1.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 11, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 0, + "last_modification_date": 1652296678, + "last_modified_by": "DBS-workflow", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/1.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 11, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 0, + "last_modification_date": 1652296678, + "last_modified_by": "DBS-workflow", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/1.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 11, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 0, + "last_modification_date": 1652296678, + "last_modified_by": "DBS-workflow", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/1.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 11, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 0, + "last_modification_date": 1652296678, + "last_modified_by": "DBS-workflow", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/1.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 11, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 0, + "last_modification_date": 1652296678, + "last_modified_by": "DBS-workflow", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/1.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 11, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 0, + "last_modification_date": 1652296678, + "last_modified_by": "DBS-workflow", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/1.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 11, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 0, + "last_modification_date": 1652296678, + "last_modified_by": "DBS-workflow", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/1.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 11, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 0, + "last_modification_date": 1652296678, + "last_modified_by": "DBS-workflow", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/1.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 11, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 0, + "last_modification_date": 1652296678, + "last_modified_by": "DBS-workflow", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/1.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 11, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 0, + "last_modification_date": 1652296678, + "last_modified_by": "DBS-workflow", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/1.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 11, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 0, + "last_modification_date": 1652296678, + "last_modified_by": "DBS-workflow", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/1.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 11, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 0, + "last_modification_date": 1652296678, + "last_modified_by": "DBS-workflow", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/1.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 11, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 0, + "last_modification_date": 1652296678, + "last_modified_by": "DBS-workflow", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/1.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 11, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 0, + "last_modification_date": 1652296678, + "last_modified_by": "DBS-workflow", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/1.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 11, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 0, + "last_modification_date": 1652296678, + "last_modified_by": "DBS-workflow", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/1.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 11, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 0, + "last_modification_date": 1652296678, + "last_modified_by": "DBS-workflow", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/1.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 11, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 0, + "last_modification_date": 1652296678, + "last_modified_by": "DBS-workflow", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/1.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 11, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 0, + "last_modification_date": 1652296678, + "last_modified_by": "DBS-workflow", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/1.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 11, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 0, + "last_modification_date": 1652296678, + "last_modified_by": "DBS-workflow", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/1.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 11, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 0, + "last_modification_date": 1652296678, + "last_modified_by": "DBS-workflow", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/1.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652296678, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652296678, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 99 + } +] \ No newline at end of file diff --git a/test/data/integration/files_response_data2.json b/test/data/integration/files_response_data2.json new file mode 100755 index 00000000..8ab70a28 --- /dev/null +++ b/test/data/integration/files_response_data2.json @@ -0,0 +1,16769 @@ +[ + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 12, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/2.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 13, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/3.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 14, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/4.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 15, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/5.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 16, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/6.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 17, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/7.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 18, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/8.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 19, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/9.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 97 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 98 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 99 + }, + { + "adler32": "NOTSET", + "auto_cross_section": 0, + "block_id": 1, + "block_name": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW#8268", + "branch_hash_id": null, + "check_sum": "1504266448", + "create_by": "tester", + "creation_date": 1652297162, + "dataset": "/unittest_web_primary_ds_name_8268/acq_era_8268-v8268/GEN-SIM-RAW", + "dataset_id": 1, + "event_count": null, + "file_id": 20, + "file_size": 2012211901, + "file_type": "EDM", + "file_type_id": 1, + "is_file_valid": 1, + "last_modification_date": 1652297162, + "last_modified_by": "tester", + "logical_file_name": "/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/8268/10.root", + "md5": "", + "run_num": 99 + } +] \ No newline at end of file diff --git a/test/int_bulkblocks.go b/test/int_bulkblocks.go new file mode 100644 index 00000000..4d6027a1 --- /dev/null +++ b/test/int_bulkblocks.go @@ -0,0 +1,81 @@ +package main + +import ( + "net/http" + "net/url" + "testing" + + "github.com/dmwm/dbs2go/web" +) + +// this file contains logic for bulkblocks API +// both sequential and concurrent bulkblocks are tested +// HTTP request body data is defined in test/data/integration/bulkblocks_data.json. This is generated using generateBulkBlocksData in test/integration_cases.go +// sequential bulkblocks data is under the seq_parent_bulk and seq_child_bulk fields in test/data/integration/bulkblocks_data.json +// concurrent bulkblocks data is under the con_parent_bulk and con_child_bulk fields in test/data/integration/bulkblocks_data.json +// bulkblocks_data.json is loaded into BulkBlocksData struct defined in test/integration_cases.go +// the HTTP request body is defined by dbs.BulkBlocks struct defined in dbs/bulkblocks.go +// sequential bulkblocks data is loaded into SequentialParentData and SequentialChildData in BulkBlocksData struct +// concurrent bulkblocks data is loaded into ConcurrentParentData and ConcurrentChildData in BulkBlocksData struct +// the HTTP handlers and endpoints are defined in the EndpointTestCase struct defined in test/integration_cases.go + +// bulkblocks test table +func getBulkBlocksTestTable(t *testing.T) EndpointTestCase { + return EndpointTestCase{ + description: "Test bulkblocks", + defaultHandler: web.BulkBlocksHandler, + defaultEndpoint: "/dbs/bulkblocks", + testCases: []testCase{ + { + description: "Test POST concurrent parent bulkblocks", + serverType: "DBSWriter", + concurrentBulkBlocks: true, + method: "POST", + input: BulkBlocksData.ConcurrentParentData, + output: []Response{}, + params: url.Values{ + "block_name": []string{TestData.ParentStepchainBlock}, + }, + handler: web.FilesHandler, + respCode: http.StatusOK, + }, + { + description: "Test POST concurrent child bulkblocks", + serverType: "DBSWriter", + concurrentBulkBlocks: true, + method: "POST", + input: BulkBlocksData.ConcurrentChildData, + output: []Response{}, + params: url.Values{ + "block_name": []string{TestData.StepchainBlock}, + }, + handler: web.FilesHandler, + respCode: http.StatusOK, + }, + { + description: "Test POST sequential parent bulkblocks", + serverType: "DBSWriter", + method: "POST", + input: BulkBlocksData.SequentialParentData, + params: url.Values{ + "block_name": []string{TestData.ParentStepchainBlock + "2"}, + }, + output: []Response{}, + handler: web.FilesHandler, + respCode: http.StatusOK, + }, + { + description: "Test POST sequential child bulkblocks", + serverType: "DBSWriter", + method: "POST", + input: BulkBlocksData.SequentialChildData, + params: url.Values{ + "block_name": []string{TestData.StepchainBlock + "2"}, + }, + output: []Response{}, + handler: web.FilesHandler, + respCode: http.StatusOK, + }, + }, + } +} diff --git a/test/int_files.go b/test/int_files.go index ef040fb8..3eca7485 100644 --- a/test/int_files.go +++ b/test/int_files.go @@ -1,6 +1,7 @@ package main import ( + "encoding/json" "fmt" "net/http" "net/url" @@ -52,6 +53,55 @@ type fileDetailResponse struct { MD5 string `json:"md5"` } +// detailed files API response with runs and EventCount +type fileDetailRunEventResponse struct { + ADLER32 string `json:"adler32" validate:"required"` + AUTO_CROSS_SECTION float64 `json:"auto_cross_section"` + BLOCK_ID int64 `json:"block_id" validate:"number,gt=0"` + BLOCK_NAME string `json:"block_name"` + // BRANCH_HASH_ID int64 `json:"branch_hash_id"` + CHECK_SUM string `json:"check_sum" validate:"required"` + CREATE_BY string `json:"create_by" validate:"required"` + CREATION_DATE int64 `json:"creation_date" validate:"required,number,gt=0"` + DATASET string `json:"dataset"` + DATASET_ID int64 `json:"dataset_id" validate:"number,gt=0"` + EventCount int64 `json:"event_count" validate:"number"` + FILE_ID int64 `json:"file_id"` + FILE_SIZE int64 `json:"file_size" validate:"required,number,gt=0"` + FILE_TYPE string `json:"file_type"` + FILE_TYPE_ID int64 `json:"file_type_id" validate:"number,gt=0"` + IS_FILE_VALID int64 `json:"is_file_valid" validate:"number"` + LAST_MODIFICATION_DATE int64 `json:"last_modification_date" validate:"required,number,gt=0"` + LAST_MODIFIED_BY string `json:"last_modified_by" validate:"required"` + LOGICAL_FILE_NAME string `json:"logical_file_name" validate:"required"` + MD5 string `json:"md5"` + RUN_NUM int64 `json:"run_num"` +} + +// detailed files API response with runs and no EventCount +type fileDetailRunResponse struct { + ADLER32 string `json:"adler32" validate:"required"` + AUTO_CROSS_SECTION float64 `json:"auto_cross_section"` + BLOCK_ID int64 `json:"block_id" validate:"number,gt=0"` + BLOCK_NAME string `json:"block_name"` + // BRANCH_HASH_ID int64 `json:"branch_hash_id"` + CHECK_SUM string `json:"check_sum" validate:"required"` + CREATE_BY string `json:"create_by" validate:"required"` + CREATION_DATE int64 `json:"creation_date" validate:"required,number,gt=0"` + DATASET string `json:"dataset"` + DATASET_ID int64 `json:"dataset_id" validate:"number,gt=0"` + FILE_ID int64 `json:"file_id"` + FILE_SIZE int64 `json:"file_size" validate:"required,number,gt=0"` + FILE_TYPE string `json:"file_type"` + FILE_TYPE_ID int64 `json:"file_type_id" validate:"number,gt=0"` + IS_FILE_VALID int64 `json:"is_file_valid" validate:"number"` + LAST_MODIFICATION_DATE int64 `json:"last_modification_date" validate:"required,number,gt=0"` + LAST_MODIFIED_BY string `json:"last_modified_by" validate:"required"` + LOGICAL_FILE_NAME string `json:"logical_file_name" validate:"required"` + MD5 string `json:"md5"` + RUN_NUM int64 `json:"run_num"` +} + // creates a FileRecord depending on an integer func createFileRecord(i int, dataset string, blockName string, fileLumiList []dbs.FileLumi, logicalFileName string, fileParentList []dbs.FileParentLFNRecord) dbs.FileRecord { return dbs.FileRecord{ @@ -81,7 +131,8 @@ func createFileRecord(i int, dataset string, blockName string, fileLumiList []db } } -func createDetailedResponse(i int, blockID int64, datasetID int64, fileRecord dbs.FileRecord) fileDetailResponse { +// create a detailed file response +func createFileDetailedResponse(i int, blockID int64, datasetID int64, fileRecord dbs.FileRecord) fileDetailResponse { return fileDetailResponse{ ADLER32: fileRecord.ADLER32, AUTO_CROSS_SECTION: fileRecord.AUTO_CROSS_SECTION, @@ -105,11 +156,9 @@ func createDetailedResponse(i int, blockID int64, datasetID int64, fileRecord db } } -// files endpoint tests -// TODO: handle BRANCH_HASH_ID -// TODO: Test with a request that does not contain is_file_valid -func getFilesTestTable(t *testing.T) EndpointTestCase { - parentFileLumiList := []dbs.FileLumi{ +// creates the parent file lumi list +func createParentFileLumiList() []dbs.FileLumi { + return []dbs.FileLumi{ {LumiSectionNumber: 27414, RunNumber: 97, EventCount: 66}, {LumiSectionNumber: 26422, RunNumber: 97, EventCount: 67}, {LumiSectionNumber: 29838, RunNumber: 97, EventCount: 68}, @@ -135,17 +184,22 @@ func getFilesTestTable(t *testing.T) EndpointTestCase { {LumiSectionNumber: 1860, RunNumber: 97, EventCount: 88}, {LumiSectionNumber: 1872, RunNumber: 97, EventCount: 89}, } +} + +// files endpoint tests +// TODO: handle BRANCH_HASH_ID +// TODO: Test with a request that does not contain is_file_valid +func getFilesTestTable(t *testing.T) EndpointTestCase { + parentFileLumiList := createParentFileLumiList() var parentFiles []dbs.FileRecord - var parentLFNs []Response var testDataParentFiles []string var parentDetailResp []Response for i := 1; i <= 10; i++ { parentLFN := fmt.Sprintf("/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/p%v/%v.root", TestData.UID, i) - parentLFNs = append(parentLFNs, fileResponse{LOGICAL_FILE_NAME: parentLFN}) testDataParentFiles = append(testDataParentFiles, parentLFN) fileRecord := createFileRecord(i, TestData.ParentDataset, TestData.ParentBlock, parentFileLumiList, parentLFN, []dbs.FileParentLFNRecord{}) parentFiles = append(parentFiles, fileRecord) - parentDetailResp = append(parentDetailResp, createDetailedResponse(i, 2, 2, fileRecord)) + parentDetailResp = append(parentDetailResp, createFileDetailedResponse(i, 2, 2, fileRecord)) } TestData.ParentFiles = testDataParentFiles @@ -172,7 +226,7 @@ func getFilesTestTable(t *testing.T) EndpointTestCase { } fileRecord := createFileRecord(i, TestData.Dataset, TestData.Block, fileLumiList, lfn, fileParentList) files = append(files, fileRecord) - detailResp = append(detailResp, createDetailedResponse(i+10, 1, 1, fileRecord)) + detailResp = append(detailResp, createFileDetailedResponse(i+10, 1, 1, fileRecord)) } TestData.Files = testDataFiles @@ -232,7 +286,7 @@ func getFilesTestTable(t *testing.T) EndpointTestCase { respCode: http.StatusOK, }, { - description: "Test GET", // DBSClientReader_t.test032 + description: "Test GET with dataset", // DBSClientReader_t.test032 method: "GET", serverType: "DBSReader", params: url.Values{ @@ -241,26 +295,6 @@ func getFilesTestTable(t *testing.T) EndpointTestCase { output: lfns, respCode: http.StatusOK, }, - { - description: "Test GET validFileOnly", // DBSClientReader_t.test033 - method: "GET", - serverType: "DBSReader", - params: url.Values{ - "validFileOnly": []string{"1"}, - }, - output: append(parentLFNs, lfns...), - respCode: http.StatusOK, - }, - { - description: "Test GET validFileOnly false", // DBSClientReader_t.test034 - method: "GET", - serverType: "DBSReader", - params: url.Values{ - "validFileOnly": []string{"0"}, - }, - output: append(parentLFNs, lfns...), - respCode: http.StatusOK, - }, { description: "Test detail GET", method: "GET", @@ -307,43 +341,12 @@ type filesPUTRequest struct { // files endpoint update tests func getFilesTestTable2(t *testing.T) EndpointTestCase { - parentFileLumiList := []dbs.FileLumi{ - {LumiSectionNumber: 27414, RunNumber: 97, EventCount: 66}, - {LumiSectionNumber: 26422, RunNumber: 97, EventCount: 67}, - {LumiSectionNumber: 29838, RunNumber: 97, EventCount: 68}, - {LumiSectionNumber: 248, RunNumber: 97, EventCount: 69}, - {LumiSectionNumber: 250, RunNumber: 97, EventCount: 70}, - {LumiSectionNumber: 300, RunNumber: 97, EventCount: 71}, - {LumiSectionNumber: 534, RunNumber: 97, EventCount: 72}, - {LumiSectionNumber: 546, RunNumber: 97, EventCount: 73}, - {LumiSectionNumber: 638, RunNumber: 97, EventCount: 74}, - {LumiSectionNumber: 650, RunNumber: 97, EventCount: 75}, - {LumiSectionNumber: 794, RunNumber: 97, EventCount: 76}, - {LumiSectionNumber: 1313, RunNumber: 97, EventCount: 77}, - {LumiSectionNumber: 1327, RunNumber: 97, EventCount: 78}, - {LumiSectionNumber: 1339, RunNumber: 97, EventCount: 79}, - {LumiSectionNumber: 1353, RunNumber: 97, EventCount: 80}, - {LumiSectionNumber: 1428, RunNumber: 97, EventCount: 81}, - {LumiSectionNumber: 1496, RunNumber: 97, EventCount: 82}, - {LumiSectionNumber: 1537, RunNumber: 97, EventCount: 83}, - {LumiSectionNumber: 1652, RunNumber: 97, EventCount: 84}, - {LumiSectionNumber: 1664, RunNumber: 97, EventCount: 85}, - {LumiSectionNumber: 1743, RunNumber: 97, EventCount: 86}, - {LumiSectionNumber: 1755, RunNumber: 97, EventCount: 87}, - {LumiSectionNumber: 1860, RunNumber: 97, EventCount: 88}, - {LumiSectionNumber: 1872, RunNumber: 97, EventCount: 89}, - } - var parentFiles []dbs.FileRecord var parentLFNs []Response var testDataParentFiles []string - var parentDetailResp []Response for i := 1; i <= 10; i++ { parentLFN := fmt.Sprintf("/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/p%v/%v.root", TestData.UID, i) parentLFNs = append(parentLFNs, fileResponse{LOGICAL_FILE_NAME: parentLFN}) testDataParentFiles = append(testDataParentFiles, parentLFN) - fileRecord := createFileRecord(i, TestData.ParentDataset, TestData.ParentBlock, parentFileLumiList, parentLFN, []dbs.FileParentLFNRecord{}) - parentFiles = append(parentFiles, fileRecord) - parentDetailResp = append(parentDetailResp, createDetailedResponse(i, 2, 2, fileRecord)) } TestData.ParentFiles = testDataParentFiles @@ -354,9 +357,9 @@ func getFilesTestTable2(t *testing.T) EndpointTestCase { {LumiSectionNumber: 29838, RunNumber: 99}, } - var files []dbs.FileRecord var lfns []Response var detailResp []Response + var detailResp2 []Response // for testing GET after PUT var testDataFiles []string for i := 1; i <= 10; i++ { lfn := fmt.Sprintf("/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/IDEAL_/%v/%v.root", TestData.UID, i) @@ -369,8 +372,14 @@ func getFilesTestTable2(t *testing.T) EndpointTestCase { }, } fileRecord := createFileRecord(i, TestData.Dataset, TestData.Block, fileLumiList, lfn, fileParentList) - files = append(files, fileRecord) - detailResp = append(detailResp, createDetailedResponse(i+10, 1, 1, fileRecord)) + singleDetailResp := createFileDetailedResponse(i+10, 1, 1, fileRecord) + singleDetailResp2 := singleDetailResp + if i == 1 { + singleDetailResp2.IS_FILE_VALID = 0 + singleDetailResp2.LAST_MODIFIED_BY = "DBS-workflow" + } + detailResp = append(detailResp, singleDetailResp) + detailResp2 = append(detailResp2, singleDetailResp2) } TestData.Files = testDataFiles @@ -406,6 +415,37 @@ func getFilesTestTable2(t *testing.T) EndpointTestCase { fileResp2.IS_FILE_VALID = 0 fileResp2.LAST_MODIFIED_BY = "DBS-workflow" + // add run_num + var fileRunDetailResp []Response + for _, fd := range detailResp2 { + for i := 0; i < 9; i++ { + var frr fileDetailRunResponse + fr, err := json.Marshal(fd) + if err != nil { + t.Fatal(err) + } + err = json.Unmarshal(fr, &frr) + if err != nil { + t.Fatal(err) + } + frr.RUN_NUM = 97 + fileRunDetailResp = append(fileRunDetailResp, frr) + } + var frr fileDetailRunEventResponse + fr, err := json.Marshal(fd) + if err != nil { + t.Fatal(err) + } + err = json.Unmarshal(fr, &frr) + if err != nil { + t.Fatal(err) + } + frr.RUN_NUM = 97 + frr.EventCount = 1619 + } + + // filtered detailed response + return EndpointTestCase{ description: "Test files update", defaultHandler: web.FilesHandler, @@ -444,6 +484,65 @@ func getFilesTestTable2(t *testing.T) EndpointTestCase { }, respCode: http.StatusOK, }, + { + description: "Test GET with dataset validFileOnly true", // DBSClientReader_t.test032a + method: "GET", + serverType: "DBSReader", + params: url.Values{ + "dataset": []string{TestData.Dataset}, + "validFileOnly": []string{"1"}, + }, + output: lfns[1:], + respCode: http.StatusOK, + }, + { + description: "Test GET with dataset validFileOnly false", // DBSClientReader_t.test032b + method: "GET", + serverType: "DBSReader", + params: url.Values{ + "dataset": []string{TestData.Dataset}, + "validFileOnly": []string{"0"}, + }, + output: lfns, + respCode: http.StatusOK, + }, + { + description: "Test GET with dataset, validFileOnly true, detail, sumOverLumi", // DBSClientReader_t.test032c + method: "GET", + serverType: "DBSReader", + params: url.Values{ + "dataset": []string{TestData.Dataset}, + "validFileOnly": []string{"1"}, + "detail": []string{"1"}, + "sumOverLumi": []string{"1"}, + }, + output: detailResp[1:], + respCode: http.StatusOK, + }, + { + description: "Test GET with dataset, validFileOnly true, detail, sumOverLumi, runs", // DBSClientReader_t.test032d + method: "GET", + serverType: "DBSReader", + params: url.Values{ + "dataset": []string{TestData.Dataset}, + "validFileOnly": []string{"1"}, + "detail": []string{"1"}, + "sumOverLumi": []string{"1"}, + "run_num": []string{fmt.Sprint(TestData.Runs[0])}, + }, + output: fileRunDetailResp[9:], + respCode: http.StatusOK, + }, + { + description: "Test GET validFileOnly", // DBSClientReader_t.test033 + method: "GET", + serverType: "DBSReader", + params: url.Values{ + "validFileOnly": []string{"1"}, + }, + output: append(parentLFNs, lfns[1:]...), + respCode: http.StatusOK, + }, { description: "Test GET validFileOnly false", // DBSClientReader_t.test034 method: "GET", @@ -457,3 +556,461 @@ func getFilesTestTable2(t *testing.T) EndpointTestCase { }, } } + +// test files with lumi_list range +func getFilesLumiListRangeTestTable(t *testing.T) EndpointTestCase { + // filtered detailed response + childBulk := BulkBlocksData.ConcurrentChildData + var lfns []Response + var detailResp3 []Response + var detailRunResp []Response + var fileRunResp []Response + for i, v := range childBulk.Files { + r := fileResponse{ + LOGICAL_FILE_NAME: v.LogicalFileName, + } + lfns = append(lfns, r) + detail := fileDetailResponse{ + ADLER32: v.Adler32, + AUTO_CROSS_SECTION: v.AutoCrossSection, + BLOCK_ID: 4, + BLOCK_NAME: childBulk.Block.BlockName, + CHECK_SUM: v.CheckSum, + CREATE_BY: "DBS-workflow", + CREATION_DATE: childBulk.Dataset.CreationDate, + DATASET: childBulk.Dataset.Dataset, + DATASET_ID: 5, + EventCount: v.EventCount, + FILE_ID: int64(26 + i), + FILE_SIZE: v.FileSize, + FILE_TYPE: v.FileType, + FILE_TYPE_ID: 1, + IS_FILE_VALID: v.IsFileValid, + LAST_MODIFICATION_DATE: 1652196887, + LAST_MODIFIED_BY: "DBS-workflow", + LOGICAL_FILE_NAME: v.LogicalFileName, + MD5: "", + } + var detailRun fileDetailRunEventResponse + d, err := json.Marshal(detail) + if err != nil { + t.Fatal(err.Error()) + } + err = json.Unmarshal(d, &detailRun) + if err != nil { + t.Fatal(err.Error()) + } + detailRun.RUN_NUM = 98 + detailRun.EventCount = 201 + detailRunResp = append(detailRunResp, detailRun) + + detailResp3 = append(detailResp3, detail) + fileRunResp = append(fileRunResp, fileRunResponse{ + LOGICAL_FILE_NAME: v.LogicalFileName, + RUN_NUM: v.FileLumiList[0].RunNumber, + }) + } + + runNumParam := fmt.Sprint(childBulk.Files[0].FileLumiList[0].RunNumber) + // runNumParam2 := fmt.Sprint(childBulk.Files[0].FileLumiList[2].RunNumber) + + dbsErrorNest := dbs.DBSError{ + Reason: "near \"AS\": syntax error", + Code: dbs.QueryErrorCode, + Message: "", + Function: "dbs.executeAll", + } + dbsError := dbs.DBSError{ + Function: "dbs.files.Files", + Code: dbs.QueryErrorCode, + Reason: dbsErrorNest.Error(), + Message: "", + } + hrec := web.HTTPError{ + Method: "GET", + Timestamp: "", + HTTPCode: http.StatusBadRequest, + Path: "/dbs/files?block_name=/unittest_web_primary_ds_name_8268_stepchain/acq_era_8268-v8268/GEN-SIM-RAW#8268&detail=true&lumi_list=[27414,26422,29838]&run_num=98&sumOverLumi=1", + UserAgent: "Go-http-client/1.1", + } + errorResp := web.ServerError{ + HTTPError: hrec, + DBSError: &dbsError, + Exception: http.StatusBadRequest, + Type: "HTTPError", + Message: dbsError.Error(), + } + + dbsError2 := dbs.DBSError{ + Reason: dbs.InvalidParamErr.Error(), + Code: dbs.ParametersErrorCode, + Message: "When sumOverLumi=1, no run_num list is allowed", + Function: "dbs.files.Files", + } + hrec2 := web.HTTPError{ + Method: "GET", + Timestamp: "", + HTTPCode: http.StatusBadRequest, + Path: "/dbs/files?block_name=/unittest_web_primary_ds_name_8268_stepchain/acq_era_8268-v8268/GEN-SIM-RAW#8268&detail=true&lumi_list=[27414,26422,29838]&run_num=98&sumOverLumi=1", + UserAgent: "Go-http-client/1.1", + } + errorResp2 := web.ServerError{ + HTTPError: hrec2, + DBSError: &dbsError2, + Exception: http.StatusBadRequest, + Type: "HTTPError", + Message: dbsError2.Error(), + } + + var largeFileResp []Response + err := readJsonFile(t, "./data/integration/files_response_data.json", &largeFileResp) + if err != nil { + t.Fatal(err.Error()) + } + + var largeFileResp2 []Response + err = readJsonFile(t, "./data/integration/files_response_data2.json", &largeFileResp2) + if err != nil { + t.Fatal(err.Error()) + } + + return EndpointTestCase{ + description: "Test files with lumi_list ranges", + defaultHandler: web.FilesHandler, + defaultEndpoint: "/dbs/files", + testCases: []testCase{ + { + description: "Test GET with block_name", // DBSClientReader_t.test033a + method: "GET", + serverType: "DBSReader", + params: url.Values{ + "block_name": []string{TestData.StepchainBlock}, + }, + output: lfns, + respCode: http.StatusOK, + }, + { + description: "Test GET with block_name, detail", // DBSClientReader_t.test033b + method: "GET", + serverType: "DBSReader", + params: url.Values{ + "block_name": []string{TestData.StepchainBlock}, + "detail": []string{"true"}, + }, + output: detailResp3, + respCode: http.StatusOK, + }, + { + description: "Test GET with block_name and validFileOnly", // DBSClientReader_t.test033c + method: "GET", + serverType: "DBSReader", + params: url.Values{ + "block_name": []string{TestData.StepchainBlock}, + "validFileOnly": []string{"1"}, + }, + output: lfns, + respCode: http.StatusOK, + }, + { + description: "Test GET with block_name, validFileOnly, detail", // DBSClientReader_t.test033d + method: "GET", + serverType: "DBSReader", + params: url.Values{ + "block_name": []string{TestData.StepchainBlock}, + "validFileOnly": []string{"1"}, + "detail": []string{"true"}, + }, + output: detailResp3, + respCode: http.StatusOK, + }, + { + description: "Test GET with block_name and validFileOnly false", // DBSClientReader_t.test033e + method: "GET", + serverType: "DBSReader", + params: url.Values{ + "block_name": []string{TestData.StepchainBlock}, + "validFileOnly": []string{"0"}, + }, + output: lfns, + respCode: http.StatusOK, + }, + { + description: "Test GET with block_name, validFileOnly false, detail", // DBSClientReader_t.test033f + method: "GET", + serverType: "DBSReader", + params: url.Values{ + "block_name": []string{TestData.StepchainBlock}, + "validFileOnly": []string{"0"}, + "detail": []string{"true"}, + }, + output: detailResp3, + respCode: http.StatusOK, + }, + { + description: "Test GET with block_name, run_num, lumi_list", // DBSClientReader_t.test033g + method: "GET", + serverType: "DBSReader", + params: url.Values{ + "block_name": []string{TestData.StepchainBlock}, + "run_num": []string{runNumParam}, + "lumi_list": []string{"[27414,26422,29838]"}, + }, + output: fileRunResp[:1], + respCode: http.StatusOK, + }, + { + description: "Test GET with block_name, run_num, nested lumi_list", // DBSClientReader_t.test033h + method: "GET", + serverType: "DBSReader", + params: url.Values{ + "block_name": []string{TestData.StepchainBlock}, + "run_num": []string{runNumParam}, + "lumi_list": []string{"[[27414 27418] [26422 26426] [29838 29842]]"}, + }, + output: fileRunResp, + respCode: http.StatusOK, + }, + { + description: "Test GET with block_name, run_num, lumi_list, detail", // DBSClientReader_t.test033i + method: "GET", + serverType: "DBSReader", + params: url.Values{ + "block_name": []string{TestData.StepchainBlock}, + "run_num": []string{runNumParam}, + "lumi_list": []string{"[27414,26422,29838]"}, + "detail": []string{"true"}, + }, + output: detailRunResp[:1], + respCode: http.StatusOK, + }, + { + description: "Test GET with block_name, run_num, nested lumi_list, detail", // DBSClientReader_t.test033j + method: "GET", + serverType: "DBSReader", + params: url.Values{ + "block_name": []string{TestData.StepchainBlock}, + "run_num": []string{runNumParam}, + "lumi_list": []string{"[[27414 27418] [26422 26426] [29838 29842]]"}, + "detail": []string{"true"}, + }, + output: detailRunResp, + respCode: http.StatusOK, + }, + { + description: "Test GET with block_name, run_num, lumi_list, validFileOnly", // DBSClientReader_t.test033k + method: "GET", + serverType: "DBSReader", + params: url.Values{ + "block_name": []string{TestData.StepchainBlock}, + "run_num": []string{runNumParam}, + "lumi_list": []string{"[27414,26422,29838]"}, + "validFileOnly": []string{"1"}, + }, + output: fileRunResp[:1], + respCode: http.StatusOK, + }, + { + description: "Test GET with block_name, run_num, nested lumi_list, validFileOnly", // DBSClientReader_t.test033l + method: "GET", + serverType: "DBSReader", + params: url.Values{ + "block_name": []string{TestData.StepchainBlock}, + "run_num": []string{runNumParam}, + "lumi_list": []string{"[[27414 27418] [26422 26426] [29838 29842]]"}, + "validFileOnly": []string{"1"}, + }, + output: fileRunResp, + respCode: http.StatusOK, + }, + { + description: "Test GET with block_name, run_num, lumi_list, detail, validFileOnly", // DBSClientReader_t.test033m + method: "GET", + serverType: "DBSReader", + params: url.Values{ + "block_name": []string{TestData.StepchainBlock}, + "run_num": []string{runNumParam}, + "lumi_list": []string{"[27414,26422,29838]"}, + "validFileOnly": []string{"1"}, + "detail": []string{"true"}, + }, + output: detailRunResp[:1], + respCode: http.StatusOK, + }, + { + description: "Test GET with block_name, run_num, nested lumi_list, detail, validFileOnly", // DBSClientReader_t.test033n + method: "GET", + serverType: "DBSReader", + params: url.Values{ + "block_name": []string{TestData.StepchainBlock}, + "run_num": []string{runNumParam}, + "lumi_list": []string{"[[27414 27418] [26422 26426] [29838 29842]]"}, + "validFileOnly": []string{"1"}, + "detail": []string{"true"}, + }, + output: detailRunResp, + respCode: http.StatusOK, + }, + { + description: "Test GET with block_name, run_num, lumi_list", // DBSClientReader_t.test033o + method: "GET", + serverType: "DBSReader", + params: url.Values{ + "block_name": []string{TestData.StepchainBlock}, + "run_num": []string{fmt.Sprintf("[%s]", runNumParam)}, + "lumi_list": []string{"[27414,26422,29838]"}, + }, + output: fileRunResp[:1], + respCode: http.StatusOK, + }, + { + description: "Test bad GET with block_name, sumOverLumi, run_num, lumi_list, detail", // DBSClientReader_t.test033p + method: "GET", + serverType: "DBSReader", + params: url.Values{ + "block_name": []string{TestData.StepchainBlock}, + "sumOverLumi": []string{"1"}, + "run_num": []string{runNumParam}, + "lumi_list": []string{"[27414,26422,29838]"}, + "detail": []string{"true"}, + }, + output: []Response{errorResp}, + respCode: http.StatusBadRequest, + }, + { + description: "Test bad GET with block_name, sumOverLumi, single run_num, detail", // DBSClientReader_t.test033q + method: "GET", + serverType: "DBSReader", + params: url.Values{ + "block_name": []string{TestData.StepchainBlock}, + "sumOverLumi": []string{"1"}, + "run_num": []string{fmt.Sprintf("[%s]", runNumParam)}, + "detail": []string{"true"}, + }, + output: []Response{errorResp2}, + respCode: http.StatusBadRequest, + }, + { + description: "Test GET with block_name, sumOverLumi, run_num, detail", // DBSClientReader_t.test033r + method: "GET", + serverType: "DBSReader", + params: url.Values{ + "block_name": []string{TestData.Block}, + "sumOverLumi": []string{"1"}, + "run_num": []string{"97-99"}, + "detail": []string{"true"}, + }, + output: largeFileResp, + respCode: http.StatusOK, + }, + { + description: "Test GET with block_name, sumOverLumi, validFileOnly, run_num, detail", // DBSClientReader_t.test033s + method: "GET", + serverType: "DBSReader", + params: url.Values{ + "block_name": []string{TestData.Block}, + "sumOverLumi": []string{"1"}, + "validFileOnly": []string{"1"}, + "run_num": []string{"97-99"}, + "detail": []string{"true"}, + }, + output: largeFileResp2, + respCode: http.StatusOK, + }, + { + description: "Test GET with lfn", // DBSClientReader_t.test034a + method: "GET", + serverType: "DBSReader", + params: url.Values{ + "logical_file_name": []string{childBulk.Files[0].LogicalFileName}, + }, + output: lfns[:1], + respCode: http.StatusOK, + }, + { + description: "Test GET with lfn, validFileOnly", // DBSClientReader_t.test034b + method: "GET", + serverType: "DBSReader", + params: url.Values{ + "logical_file_name": []string{childBulk.Files[0].LogicalFileName}, + "validFileOnly": []string{"1"}, + }, + output: lfns[:1], + respCode: http.StatusOK, + }, + { + description: "Test GET with lfn, validFileOnly false", // DBSClientReader_t.test034c + method: "GET", + serverType: "DBSReader", + params: url.Values{ + "logical_file_name": []string{childBulk.Files[0].LogicalFileName}, + "validFileOnly": []string{"0"}, + }, + output: lfns[:1], + respCode: http.StatusOK, + }, + { + description: "Test GET with lfn, run_num, lumi_list", // DBSClientReader_t.test034d + method: "GET", + serverType: "DBSReader", + params: url.Values{ + "logical_file_name": []string{childBulk.Files[0].LogicalFileName}, + "run_num": []string{runNumParam}, + "lumi_list": []string{"[27414,26422,29838]"}, + }, + output: fileRunResp[:1], + respCode: http.StatusOK, + }, + { + description: "Test GET with lfn, run_num, nested lumi_list", // DBSClientReader_t.test034e + method: "GET", + serverType: "DBSReader", + params: url.Values{ + "logical_file_name": []string{childBulk.Files[0].LogicalFileName}, + "run_num": []string{runNumParam}, + "lumi_list": []string{"[[27414 27418] [26422 26426] [29838 29842]]"}, + }, + output: fileRunResp[:1], + respCode: http.StatusOK, + }, + { + description: "Test GET with lfn, run_num, lumi_list, detail", // DBSClientReader_t.test034f + method: "GET", + serverType: "DBSReader", + params: url.Values{ + "logical_file_name": []string{childBulk.Files[0].LogicalFileName}, + "run_num": []string{runNumParam}, + "lumi_list": []string{"[27414,26422,29838]"}, + "detail": []string{"true"}, + }, + output: detailRunResp[:1], + respCode: http.StatusOK, + }, + { + description: "Test GET with lfn, run_num, nested lumi_list, detail", // DBSClientReader_t.test034g + method: "GET", + serverType: "DBSReader", + params: url.Values{ + "logical_file_name": []string{childBulk.Files[0].LogicalFileName}, + "run_num": []string{runNumParam}, + "lumi_list": []string{"[[27414 27418] [26422 26426] [29838 29842]]"}, + "detail": []string{"true"}, + }, + output: detailRunResp[:1], + respCode: http.StatusOK, + }, + { + description: "Test GET with lfn, run_num, lumi_list, validFileOnly", // DBSClientReader_t.test034h + method: "GET", + serverType: "DBSReader", + params: url.Values{ + "logical_file_name": []string{childBulk.Files[0].LogicalFileName}, + "run_num": []string{runNumParam}, + "lumi_list": []string{"[27414,26422,29838]"}, + "validFileOnly": []string{"1"}, + }, + output: fileRunResp[:1], + respCode: http.StatusOK, + }, + }, + } +} diff --git a/test/integration_cases.go b/test/integration_cases.go index 8de491e8..55fc5f04 100644 --- a/test/integration_cases.go +++ b/test/integration_cases.go @@ -15,7 +15,9 @@ import ( "os" "strconv" "testing" + "time" + "github.com/dmwm/dbs2go/dbs" "github.com/google/uuid" ) @@ -32,15 +34,16 @@ type BadRequest struct { // basic elements to define a test case type testCase struct { - description string // test case description - serverType string // DBSWriter, DBSReader, DBSMigrate - method string // http method - endpoint string // url endpoint, optional if EndpointTestCase.defaultEndpoint is defined - params url.Values // url parameters, optional - handler func(http.ResponseWriter, *http.Request) // optional if EndpointTestCase.defaultHandler is defined - input RequestBody // POST and PUT body, optional for GET request - output []Response // expected response - respCode int // expected HTTP response code + description string // test case description + serverType string // DBSWriter, DBSReader, DBSMigrate + concurrentBulkBlocks bool // true for concurrentBulkBlocks + method string // http method + endpoint string // url endpoint, optional if EndpointTestCase.defaultEndpoint is defined + params url.Values // url parameters, optional + handler func(http.ResponseWriter, *http.Request) // optional if EndpointTestCase.defaultHandler is defined + input RequestBody // POST and PUT body, optional for GET request + output []Response // expected response + respCode int // expected HTTP response code } // initialData struct for test data generation @@ -82,9 +85,21 @@ type initialData struct { ParentStepchainFiles []string `json:"parent_stepchain_files"` } +// struct containing bulk blocks data +type bulkBlocksData struct { + ConcurrentParentData dbs.BulkBlocks `json:"con_parent_bulk"` // for concurrent bulkblocks + ConcurrentChildData dbs.BulkBlocks `json:"con_child_bulk"` // for concurrent bulkblocks + SequentialParentData dbs.BulkBlocks `json:"seq_parent_bulk"` // for sequential bulkblocks + SequentialChildData dbs.BulkBlocks `json:"seq_child_bulk"` // for sequential bulkblocks +} + // TestData contains the generated data var TestData initialData +// BulkBlocksData contains data for bulkblocks +// TestData must first be filled +var BulkBlocksData bulkBlocksData + // defines a testcase for an endpoint type EndpointTestCase struct { description string @@ -187,30 +202,213 @@ func generateBaseData(t *testing.T, filepath string) { _ = ioutil.WriteFile(filepath, file, os.ModePerm) } +// creates a file for bulkblocks +func createFile(t *testing.T, i int) dbs.File { + return dbs.File{ + Adler32: "NOTSET", + FileType: "EDM", + FileSize: 2012211901, + AutoCrossSection: 0.0, + CheckSum: "1504266448", + FileLumiList: []dbs.FileLumi{ + { + LumiSectionNumber: int64(27414 + i), + RunNumber: 98, + EventCount: 66, + }, + { + LumiSectionNumber: int64(26422 + i), + RunNumber: 98, + EventCount: 67, + }, + { + LumiSectionNumber: int64(29838 + i), + RunNumber: 98, + EventCount: 68, + }, + }, + EventCount: 201, + LogicalFileName: fmt.Sprintf("/store/mc/Fall08/BBJets250to500-madgraph/GEN-SIM-RAW/StepChain_/p%v/%v.root", TestData.UID, i), + IsFileValid: 1, + } +} + +// generates bulkblocks data +func generateBulkBlocksData(t *testing.T, filepath string) { + var parentBulk dbs.BulkBlocks + var parentBulk2 dbs.BulkBlocks + var bulk dbs.BulkBlocks + var bulk2 dbs.BulkBlocks + var primDS dbs.PrimaryDataset + var dataset dbs.Dataset + var processingEra dbs.ProcessingEra + var acqEra dbs.AcquisitionEra + var block dbs.Block + + algo := dbs.DatasetConfig{ + ReleaseVersion: TestData.ReleaseVersion, + PsetHash: TestData.PsetHash, + AppName: TestData.AppName, + OutputModuleLabel: TestData.OutputModuleLabel, + GlobalTag: TestData.GlobalTag, + } + + primDS.PrimaryDSName = TestData.StepPrimaryDSName + primDS.PrimaryDSType = "test" + primDS.CreateBy = "WMAgent" + primDS.CreationDate = time.Now().Unix() // Replace with fixed time + + dataset = dbs.Dataset{ + PhysicsGroupName: TestData.PhysicsGroupName, + ProcessedDSName: TestData.ProcDataset, + DataTierName: TestData.Tier, + DatasetAccessType: TestData.DatasetAccessType2, + Dataset: TestData.StepchainDataset, + PrepID: "TestPrepID", + CreateBy: "WMAgent", + LastModifiedBy: "WMAgent", + CreationDate: time.Now().Unix(), + LastModificationDate: time.Now().Unix(), + } + + processingEra = dbs.ProcessingEra{ + ProcessingVersion: TestData.ProcessingVersion, + CreateBy: "WMAgent", + } + + acqEra = dbs.AcquisitionEra{ + AcquisitionEraName: TestData.AcquisitionEra, + StartDate: 123456789, + } + + fileCount := 5 + + block = dbs.Block{ + BlockName: TestData.StepchainBlock, + OriginSiteName: TestData.Site, + FileCount: int64(fileCount), + BlockSize: 20122119010, + } + + bulk.DatasetConfigList = []dbs.DatasetConfig{algo} + bulk.PrimaryDataset = primDS + bulk.Dataset = dataset + bulk.ProcessingEra = processingEra + bulk.AcquisitionEra = acqEra + bulk.DatasetParentList = []string{TestData.ParentStepchainDataset} + bulk.Block = block + + parentBulk = bulk + parentBulk.Dataset.Dataset = TestData.ParentStepchainDataset + parentBulk.Block.BlockName = TestData.ParentStepchainBlock + parentBulk.DatasetParentList = []string{} + parentBulk.PrimaryDataset.PrimaryDSName = TestData.StepPrimaryDSName + parentBulk.Dataset.ProcessedDSName = TestData.ParentProcDataset + + bulk2 = bulk + bulk2.Dataset.Dataset = bulk2.Dataset.Dataset + "2" + bulk2.Block.BlockName = bulk2.Block.BlockName + "2" + bulk2.DatasetParentList = []string{TestData.ParentStepchainDataset + "2"} + bulk2.PrimaryDataset.PrimaryDSName = bulk2.PrimaryDataset.PrimaryDSName + "2" + bulk2.Dataset.ProcessedDSName = bulk2.Dataset.ProcessedDSName + "2" + + parentBulk2 = bulk2 + parentBulk2.Dataset.Dataset = TestData.ParentStepchainDataset + "2" + parentBulk2.Block.BlockName = TestData.ParentStepchainBlock + "2" + parentBulk2.DatasetParentList = []string{} + parentBulk2.PrimaryDataset.PrimaryDSName = TestData.StepPrimaryDSName + "2" + parentBulk2.Dataset.ProcessedDSName = TestData.ParentProcDataset + "2" + + var parentFileList []dbs.File + var childFileList []dbs.File + var parentFileList2 []dbs.File + var childFileList2 []dbs.File + for i := 0; i < fileCount; i++ { + f := createFile(t, i) + parentFileList = append(parentFileList, f) + + var parentAlgo dbs.FileConfig + + pa, err := json.Marshal(algo) // convert DatasetConfig to FileConfig + if err != nil { + t.Fatal(err) + } + json.Unmarshal(pa, &parentAlgo) + + parentAlgo.LFN = f.LogicalFileName + parentBulk.FileConfigList = append(parentBulk.FileConfigList, parentAlgo) + + childf := f + childf.LogicalFileName = fmt.Sprintf("/store/mc/Fall08/BBJets250t500-madgraph/GEN-SIM/StepChain_/%v/%v.root", TestData.UID, i) + childFileList = append(childFileList, childf) + + var childAlgo dbs.FileConfig + json.Unmarshal(pa, &childAlgo) + childAlgo.LFN = childf.LogicalFileName + bulk.FileConfigList = append(bulk.FileConfigList, childAlgo) + + f2 := createFile(t, i+fileCount) + parentFileList2 = append(parentFileList2, f2) + childf2 := f2 + childFileList2 = append(childFileList2, childf2) + } + parentBulk.Files = parentFileList + bulk.Files = childFileList + + parentBulk2.Files = parentFileList2 + bulk2.Files = childFileList2 + + BulkBlocksData = bulkBlocksData{ + ConcurrentParentData: parentBulk, + ConcurrentChildData: bulk, + SequentialParentData: parentBulk2, + SequentialChildData: bulk2, + } + + file, err := json.MarshalIndent(BulkBlocksData, "", " ") + if err != nil { + t.Fatal(err.Error()) + } + _ = ioutil.WriteFile(filepath, file, os.ModePerm) +} + // reads a json file and load into TestData -func readJsonFile(t *testing.T, filename string) { +func readJsonFile(t *testing.T, filename string, obj any) error { var data []byte var err error // var testData map[string]interface{} data, err = os.ReadFile(filename) if err != nil { log.Printf("ERROR: unable to read %s error %v", filename, err.Error()) - t.Fatal(err.Error()) + return err } - err = json.Unmarshal(data, &TestData) + err = json.Unmarshal(data, &obj) if err != nil { log.Println("unable to unmarshal received data") - t.Fatal(err.Error()) + return err } + return nil } // LoadTestCases loads the InitialData from a json file -func LoadTestCases(t *testing.T, filepath string) []EndpointTestCase { +func LoadTestCases(t *testing.T, filepath string, bulkblockspath string) []EndpointTestCase { if _, err := os.Stat(filepath); errors.Is(err, os.ErrNotExist) { - fmt.Println("Generating data") + fmt.Println("Generating base data") generateBaseData(t, filepath) } - readJsonFile(t, filepath) + err := readJsonFile(t, filepath, &TestData) + if err != nil { + t.Fatal(err.Error()) + } + // load bulkblocks data + if _, err := os.Stat(bulkblockspath); errors.Is(err, os.ErrNotExist) { + fmt.Println("Generating bulkblocks data") + generateBulkBlocksData(t, bulkblockspath) + } + err = readJsonFile(t, bulkblockspath, &BulkBlocksData) + if err != nil { + t.Fatal(err.Error()) + } primaryDatasetAndTypesTestCase := getPrimaryDatasetTestTable(t) outputConfigTestCase := getOutputConfigTestTable(t) @@ -228,6 +426,8 @@ func LoadTestCases(t *testing.T, filepath string) []EndpointTestCase { blockUpdateTestCase := getBlocksTestTable2(t) outputConfigTestCase2 := getOutputConfigTestTable2(t) datasetParentsTestCase := getDatasetParentsTestTable(t) + bulkBlocksTest := getBulkBlocksTestTable(t) + filesReaderTestTable := getFilesLumiListRangeTestTable(t) return []EndpointTestCase{ primaryDatasetAndTypesTestCase, @@ -246,5 +446,7 @@ func LoadTestCases(t *testing.T, filepath string) []EndpointTestCase { blockUpdateTestCase, outputConfigTestCase2, datasetParentsTestCase, + bulkBlocksTest, + filesReaderTestTable, } } diff --git a/test/integration_test.go b/test/integration_test.go index b7334ab3..679fbd87 100644 --- a/test/integration_test.go +++ b/test/integration_test.go @@ -48,7 +48,7 @@ func runTestWorkflow(t *testing.T, c EndpointTestCase) { } // run a test server for a single test case - server = dbsServer(t, "dbs", "DBS_DB_FILE", v.serverType) + server = dbsServer(t, "dbs", "DBS_DB_FILE", v.serverType, v.concurrentBulkBlocks) defer server.Close() // create request body @@ -85,6 +85,7 @@ func runTestWorkflow(t *testing.T, c EndpointTestCase) { if err != nil { t.Fatalf("Failed to decode body, %v", err) } + verifyResponse(t, d, v.output) } if v.method == "POST" { @@ -113,8 +114,12 @@ func TestIntegration(t *testing.T) { if testCaseFile == "" { log.Fatal("INTEGRATION_DATA_FILE not defined") } + bulkblocksFile := os.Getenv("BULKBLOCKS_DATA_FILE") + if bulkblocksFile == "" { + log.Fatal("BULKBLOCKS_DATA_FILE not defined") + } - testCases := LoadTestCases(t, testCaseFile) + testCases := LoadTestCases(t, testCaseFile, bulkblocksFile) for _, v := range testCases { runTestWorkflow(t, v) diff --git a/test/main.go b/test/main.go index 27d44f9a..c4403dcd 100644 --- a/test/main.go +++ b/test/main.go @@ -95,10 +95,10 @@ func newreq(t *testing.T, method string, hostname string, endpoint string, body } // helper funtion to return DBS server with basic parameters -func dbsServer(t *testing.T, base, dbFile, serverType string) *httptest.Server { +func dbsServer(t *testing.T, base, dbFile, serverType string, concurrent bool) *httptest.Server { dbfile := os.Getenv(dbFile) if dbfile == "" { - log.Fatal(fmt.Sprintf("no %s env variable, please define", dbFile)) + log.Fatalf("no %s env variable, please define", dbFile) } var lexiconFile string @@ -123,6 +123,7 @@ func dbsServer(t *testing.T, base, dbFile, serverType string) *httptest.Server { web.Config.ServerType = serverType web.Config.LogFile = fmt.Sprintf("/tmp/dbs2go-%s.log", base) web.Config.Verbose = 0 + web.Config.ConcurrentBulkBlocks = concurrent utils.VERBOSE = 0 utils.BASE = base lexPatterns, err := dbs.LoadPatterns(lexiconFile) @@ -176,10 +177,6 @@ func verifyResponse(t *testing.T, received []dbs.Record, expected []Response) { "http", // client http information on errors } - ignoredFields := []string{ - "branch_hash_id", // TODO: Need to fix - } - for i, r := range received { log.Printf("\nReceived: %#v\nExpected: %#v\n", r, e[i]) // see difference between expected and received structs @@ -195,10 +192,12 @@ func verifyResponse(t *testing.T, received []dbs.Record, expected []Response) { if a.To == nil { t.Fatalf("Field empty: %v", field) } - } else if utils.InList(field, ignoredFields) { - continue } else { - t.Fatalf("Incorrect %v:\nreceived %v (%T),\nexpected %v (%T)", field, a.To, a.To, a.From, a.From) + if a.To == nil && a.From == nil { // check if both values are nil + t.Logf("Both values for field %v are nil", field) + } else { + t.Fatalf("Incorrect %v:\nreceived %v (%T),\nexpected %v (%T)", field, a.To, a.To, a.From, a.From) + } } } } diff --git a/test/migration_test.go b/test/migration_test.go index d4055caf..5b177546 100644 --- a/test/migration_test.go +++ b/test/migration_test.go @@ -29,32 +29,32 @@ func TestMigration(t *testing.T) { // start DBSReader server from which we will read the data for migration process base := "dbs-one-reader" - srv1 := dbsServer(t, base, "DBS_DB_FILE_1", "DBSReader") + srv1 := dbsServer(t, base, "DBS_DB_FILE_1", "DBSReader", false) checkServer(t, srv1.URL, base) // start DBSWriter server to which we will write the data base = "dbs-one-writer" - srv2 := dbsServer(t, base, "DBS_DB_FILE_1", "DBSWriter") + srv2 := dbsServer(t, base, "DBS_DB_FILE_1", "DBSWriter", false) checkServer(t, srv2.URL, base) // start DBSReader server from which we will read the data after migration process base = "dbs-two-reader" - srv3 := dbsServer(t, base, "DBS_DB_FILE_2", "DBSReader") + srv3 := dbsServer(t, base, "DBS_DB_FILE_2", "DBSReader", false) checkServer(t, srv3.URL, base) // start DBSWriter server to which we will write the data durign migration process base = "dbs-two-writer" - srv4 := dbsServer(t, base, "DBS_DB_FILE_2", "DBSWriter") + srv4 := dbsServer(t, base, "DBS_DB_FILE_2", "DBSWriter", false) checkServer(t, srv4.URL, base) // start DBSMigrate server to which we will post migration requests base = "dbs-migrate" - srv5 := dbsServer(t, base, "DBS_DB_FILE_2", "DBSMigrate") + srv5 := dbsServer(t, base, "DBS_DB_FILE_2", "DBSMigrate", false) checkServer(t, srv5.URL, base) // start DBSMigration server which will process migration requests base = "dbs-migration" - srv6 := dbsServer(t, base, "DBS_DB_FILE_2", "DBSMigration") + srv6 := dbsServer(t, base, "DBS_DB_FILE_2", "DBSMigration", false) checkServer(t, srv6.URL, base) } diff --git a/utils/utils.go b/utils/utils.go index f5ba6695..16e3a0cb 100644 --- a/utils/utils.go +++ b/utils/utils.go @@ -18,7 +18,7 @@ import ( "strconv" "strings" - "golang.org/x/exp/constraints" + constraints "golang.org/x/exp/constraints" ) // VERBOSE controls verbosity level of the package @@ -131,9 +131,9 @@ func Set[T ListEntry](arr []T) []T { // sortSlice helper function on any ordered generic list // https://gosamples.dev/generics-sort-slice/ func sortSlice[T constraints.Ordered](s []T) { - sort.Slice(s, func(i, j int) bool { - return s[i] < s[j] - }) + sort.Slice(s, func(i, j int) bool { + return s[i] < s[j] + }) } // OrderedSet implementa ordered set