Ignore:
Timestamp:
08/30/04 11:46:50 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mjobs/MSequence.cc

    r4732 r4801  
    3232//  A sequence is a collection of runs which should be used together.
    3333//
     34//  Here is an example how a file describing a sequence could look like:
     35//
     36// ===========================================================================
     37//
     38//  sequence.txt
     39//  ------------
     40//
     41//   # Sequence number (identifier)
     42//   Sequence:     31015
     43//   # Observation Period (used to get the path-names)
     44//   Period:       18
     45//   # Date of sunrise of the observation night
     46//   Night:        2004-06-24
     47//
     48//   # Start time of the sequence (first data run)
     49//   Start:        2004-06-24 03:12:42
     50//   # Run number of last data run in sequence
     51//   LastRun:      31032
     52//   # Project name of data-runs of sequence
     53//   Project:      3EG2033+41
     54//   # Source name of all runs of sequence
     55//   Source:       3EG2033+41
     56//   # Trigger table of data-runs of sequence
     57//   TriggerTable: L1_4NN:L2_DEFAULT
     58//   # HV Setting table of data-runs of sequence
     59//   HvSettings:   HVSettings_FF36q
     60//   # Total number of data-events in sequence
     61//   NumEvents:    250914
     62//
     63//   # List of all runs of this sequence
     64//   Runs: 31015 31016 31017 31018 31019 31020 31021 31022 31023 31024 31025 31026 31027 31028 31029 31030 31031 31032
     65//
     66//   # List of all calibration runs of this sequence
     67//   CalRuns: 31015 31016 31017
     68//   # List of pedestal runs belonging to the calibration runs of this sequence
     69//   PedRuns: 31018
     70//   # List of all data runs belonging to this sequence
     71//   DatRuns: 31019 31020 31022 31023 31024 31025 31027 31028 31030 31032
     72//
     73//   # List of run types of all runs
     74//   31015: C
     75//   31016: C
     76//   31017: C
     77//   31018: P
     78//   31019: D
     79//   31020: D
     80//   31021: P
     81//   31022: D
     82//   31023: D
     83//   31024: D
     84//   31025: D
     85//   31026: P
     86//   31027: D
     87//   31028: D
     88//   31029: P
     89//   31030: D
     90//   31031: P
     91//   31032: D
     92//
     93// ===========================================================================
     94//
    3495/////////////////////////////////////////////////////////////////////////////
    3596#include "MSequence.h"
Note: See TracChangeset for help on using the changeset viewer.