Data generation

Background Tasks (backgndDC2-GR-v7r3p5 through _2) generated approx 5B evts resulting in ~24M evts written to disk (after online/trigger cuts, representing approx one day) (DONE)

  • input:
    • (none)
  • output:
    • MeritTupleA (full Merit ntuple)
    • DigiA
    • ReconA
    • McA

Interleave Tasks (interleaveDC2-GR-v7r3pX) generates new signal and interleaves old backgrounds for 55 days. Background events are modified so that they "Fit in".

  • input:
    • MeritTupleA
  • output:
    • MeritTupleB (full + includes "map" and "pointing history")
    • DigiB (signal events only)
    • ReconB (signal events only)
    • McB (signal events only)

Interleave "post processing" and apply fixes to livetime (to make it cumulative)

  • input:
    • MeritTupleB
  • output:
    • MeritTupleC (sans "map" tuple and MC branches and pointing - "visible" to analyzers)
    • Pointing file

Apply "Uber TCuts" to select events for putting into the astro data server.

    • MeritTupleD
    • FitsFileD?

Tasks

Need to set up data catalog to handle output.
Need to define "data quality" flags

(Perhaps need peeler to be able to extract subset of variables)
(May need to be able to efficiently support time ranges)
(Data catalog should be able to give list of files to peeler)

  • No labels