You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 13 Next »

Initial list copied from Jeremy (uneditable):   HPS Data Catalog Meta Data

Variable Format

Variables have the following conventions:

Strings start with 's'.

Numbers which can be integers or decimals start with 'n'.

Timestamps start with 't'.

List of Metadata Variables

Run and Event Meta Data

tRunStart - run start time

tRunEnd - run end time

tEventStart - earliest event time

tEventEnd - latest event time

nRun - single run number which can be set on all individual files (except for StdHep events)

nEventMin - minimum event number

nEventMax - maximum event number

sRunStatus - run status which could be GOOD, BAD or UNKNOWN (for instance)

nEvents - number of events in the run

 

Physics Event Information

sCollections - list of data collections separated by commas

sDetectorName - name of the lcsim detector model

Beam and Conditions

nBeamEnergy - beam energy in GeV

nBeamCurrent - beam current in nA

nBeamSpotSizeA - major axis

nBeamSpotSizeB - minor axis

nBeamSpotSizePhi - major axis angle w.r.t. x-axis

nMagnetCurrent - (multiple?)

System Status

sSvtOpen - SVT was open or closed

sSvtStatus - status of the SVT (GOOD/BAD/OFF/UNKNOWN)

sEcalStatus - status of the ECAL

sTriggerStatus - status/configuration of the trigger

sTargetStatus - IN/OUT

Raw EVIO Data

sFileNumber - sequential number of the file in the run

LCIO Recon

sReconPass - the recon pass OR the catalog's built-in Version on each file could be used for this

sReconVersion - the Maven tag of HPS Java used to generate the file e.g. "1.2.3"

sRawDataPath - the path to the corresponding raw EVIO data file in the catalog used to generate this file

ROOT DST

sDstMakerVersion - the version of the DST Maker used to create the file; can be read from TClass->GetClassVersion() in ROOT which corresponds to a git tag

sReconDataset - dataset path in the catalog of the corresponding LCIO recon file used to generated this DST file

sCuts - list of cuts used to produce the DST (if any)

StdHep

sEventType - trident, A-prime, backgrounds, etc.

nEventMass - mass of event

nCoupling - A-prime coupling strength

nBeamEnergy - energy of beam

LCIO Simulated Output

sPhysicsLists - name of Geant4 physics list used to generate

sSlicVersion - the SLIC version

sGeantVersion - the Geant4 version

sRandomSeed - random seed used to generate events or 0 if none was explicitly given

Variables

nRun
nEvents
tRunStart
tRunEnd
nEvents
nEventMin
nEventMax
nFileNumber

sDescription
  
sTarget
nBeamCurrent (nA)
nBeamX (mm)
nBeamY (mm)
  
nECALFADC_MODE (1,3,7)
nECALFADC_NPEAK (1,2,3)
nECALFADC_NSA (ns)
nECALFADC_NSB (ns)
nECALFADC_THRESH (ADC)
nECALFADC_W_OFFSET (ns)
nECALFADC_W_WIDTH (ns)

nSSP_W_OFFSET (ns)
nSSP_W_WIDTH (samples)

nSSP_BLOCK_LEVEL (1,40)
nSSP_HPS_LATENCY

nSSP_HPS_COSMIC_EN (0,1)
nSSP_HPS_COSMIC_TIMECOINCIDENCE (ns)
nSSP_HPS_LED_EN (0,1)

nSSP_HPS_PULSER (Hz)
nSSP_HPS_PULSER_EN (0,1)

  
  
Where # is 0 or 1, desgnation which of the two triggers.
"EN" variables mean "enabled", either 0=no or 1=yes
  
SINGLES TRIGGERS:
  
nSSP_HPS_SINGLES_#_EN

nSSP_HPS_SINGLES_EMAX_#
nSSP_HPS_SINGLES_EMAX_#_EN
nSSP_HPS_SINGLES_EMIN_#
nSSP_HPS_SINGLES_EMIN_#_EN
nSSP_HPS_SINGLES_NMIN_#
nSSP_HPS_SINGLES_NMIN_#_EN

PAIR TRIGGERS:
  
nSSP_HPS_PAIRS_#_EN

nSSP_HPS_PAIRS_SUMMAX_MIN_#_EN
nSSP_HPS_PAIRS_DIFFMAX_#_EN
nSSP_HPS_PAIRS_ENERGYDIST_#_EN
nSSP_HPS_PAIRS_COPLANARITY_#_EN 
  
nSSP_HPS_PAIRS_TIMECOINCIDENCE_# (ns)
nSSP_HPS_PAIRS_NMIN_#
nSSP_HPS_PAIRS_EMAX_# (MeV)
nSSP_HPS_PAIRS_EMIN_# (MeV)
nSSP_HPS_PAIRS_DIFFMAX_# (MeV)
nSSP_HPS_PAIRS_SUMMAX_MIN_#_HI (MeV)
nSSP_HPS_PAIRS_SUMMAX_MIN_#_LO (MeV)
nSSP_HPS_PAIRS_ENERGYDIST_#_OFFSET (MeV)
nSSP_HPS_PAIRS_ENERGYDIST_#_SLOPE (MeV/mm)
nSSP_HPS_PAIRS_COPLANARITY_# (deg)
nSSP_HPS_PAIRS_CLUSTERDELAY_# (ns)
  

  • No labels