Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Name

Type

Description

Name

String

Dataset Name

FileFormat

String

File encoding. ex: "root", "fits"

DataType

String

Type of data in file. Always uppercase. ex: "RECON"

VersionID

Integer

Version of the Dataset this file represents.

CreateDate

Timestamp

Date this Version of the Dataset was created. Example formats of to_date(...)

Source

String

What created this Version of the Dataset. ex: "PIPELINE", "LINEMODE CLIENT"

TaskName

String

If Source=="PIPELINE" this will contain the name of the Task which created this Version of the Dataset.

RunMin

Long Integer

Smallest Run Identifier found in this file, if applicable.

RunMax

Long Integer

Largest Run Identifier found in this file, if applicable.

NumberEvents

Long Integer

Number of events in the file, if applicable.

FileSizeBytes

Long Integer

Size of this file on disk, in bytes.

RootVersion

String

If FileFormat=="root", the version of root which wrote this file.

SOLibVersion

String

If FileFormat=="root", the version of the shared object library that the events correspond to, if applicable.

TTreeName

String

If FileFormat=="root", the name of the first TTree in the file, if one exists.

...