Versions Compared

Key

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

...

SLAC_XROOT

XROOT servers at SLAC.  Almost everything lives here.

SLAC

NFS (or AFS) at SLAC.  Some FT1 and FT2 data are stored duplicated here until the ftools learn to read from XROOT.

IN2P3

Some Monte Carlo data is are produced and stored at Lyon

IN2P3_HPSS

Lyon Monte Carlo backups

UW

University of Washington.

...

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.

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.

User-defined meta-data tags. In order of most used (first) to least used (last):

(Feel free to fill in the description and DataType field for those you are responsible for.)

Name

Type

Description

Data-Type(s) generally tagged

sDatasource

STRING

 

 

nMetStop

NUMBER

 

 

nMetStart

NUMBER

 

 

sOrigFilename

STRING

 

 

nOrigBytes

NUMBER

 

 

nOrigCkSum

NUMBER

 

 

sBTRversion

STRING

 

 

sPhysList

STRING

 

 

nBtRunId

NUMBER

 

 

sDataSource

STRING

 

 

nDownlink

NUMBER

 

 

nRun

NUMBER

 

 

sRunStatus

STRING

 

 

sCreator

STRING

 

 

sIntent

STRING

 

 

nMootKey

NUMBER

 

 

type

STRING

 

 

packetTime

STRING

 

 

packetApid

STRING

 

 

startAddress

STRING

 

 

functionCode

STRING

 

 

stopAddress

STRING

 

 

transactionId

STRING

 

 

tstop

STRING

 

 

tstart

STRING

 

 

nMootKey

STRING

 

 

startedAt

STRING

 

 

firstTimeStamp

STRING

 

 

counterType

STRING

 

 

lastTimeStamp

STRING

 

 

nDatasetId

NUMBER

 

 

TCut

STRING

 

 

Examples:

All the FT1 files in a given run-range, sorted by nMetStart:

No Format
noric13:dflath> /afs/slac/g/glast/ground/bin/datacat find \--filter 'RunMin>=236191699  && RunMax<=236211846' 
\--sort nMetStart \--group FT1 /Data/Flight/Level1/LPA/

root://glast-rdr.slac.stanford.edu//glast/Data/Flight/Level1/LPA/prod/1.57/ft1/gll_ph_r0236191699_v002.fit
root://glast-rdr.slac.stanford.edu//glast/Data/Flight/Level1/LPA/prod/1.57/ft1/gll_ph_r0236197643_v001.fit
root://glast-rdr.slac.stanford.edu//glast/Data/Flight/Level1/LPA/prod/1.57/ft1/gll_ph_r0236198321_v001.fit
root://glast-rdr.slac.stanford.edu//glast/Data/Flight/Level1/LPA/prod/1.56/ft1/gll_ph_r0236209517_v001.fit
root://glast-rdr.slac.stanford.edu//glast/Data/Flight/Level1/LPA/prod/1.56/ft1/gll_ph_r0236211846_v001.fit

...

No Format
noric13:dflath> /afs/slac/g/glast/ground/bin/datacat find \--filter 'RunMin>=236191699 && 
RunMax<=236211846' \--sort nMetStart \--group FT1 \--site SLAC /Data/Flight/Level1/LPA/

/nfs/farm/g/glast/u20/FT1-2copies/glast/Data/Flight/Level1/LPA/prod/1.57/ft1/gll_ph_r0236191699_v002.fit
/nfs/farm/g/glast/u20/FT1-2copies/glast/Data/Flight/Level1/LPA/prod/1.57/ft1/gll_ph_r0236197643_v001.fit
/nfs/farm/g/glast/u20/FT1-2copies/glast/Data/Flight/Level1/LPA/prod/1.57/ft1/gll_ph_r0236198321_v001.fit
/nfs/farm/g/glast/u20/FT1-2copies/glast/Data/Flight/Level1/LPA/prod/1.56/ft1/gll_ph_r0236209517_v001.fit
/nfs/farm/g/glast/u20/FT1-2copies/glast/Data/Flight/Level1/LPA/prod/1.56/ft1/gll_ph_r0236211846_v001.fit

...

No Format
noric13:dflath> /afs/slac/g/glast/ground/bin/datacat find \--filter '(DataType=="FT1" \|\| DataType=="FT2")
 && RunMin>=236191699  && RunMax<=236211846' \--sort Name \--sort DataType \--search-groups \--site SLAC 
/Data/Flight/Level1/LPA/

/nfs/farm/g/glast/u20/FT1-2copies/glast/Data/Flight/Level1/LPA/prod/1.57/ft1/gll_ph_r0236191699_v002.fit
/nfs/farm/g/glast/u20/FT1-2copies/glast/Data/Flight/Level1/LPA/prod/1.57/ft2/gll_pt_r0236191699_v002.fit
/nfs/farm/g/glast/u20/FT1-2copies/glast/Data/Flight/Level1/LPA/prod/1.57/ft1/gll_ph_r0236197643_v001.fit
/nfs/farm/g/glast/u20/FT1-2copies/glast/Data/Flight/Level1/LPA/prod/1.57/ft2/gll_pt_r0236197643_v001.fit
/nfs/farm/g/glast/u20/FT1-2copies/glast/Data/Flight/Level1/LPA/prod/1.57/ft1/gll_ph_r0236198321_v001.fit
/nfs/farm/g/glast/u20/FT1-2copies/glast/Data/Flight/Level1/LPA/prod/1.57/ft2/gll_pt_r0236198321_v001.fit
/nfs/farm/g/glast/u20/FT1-2copies/glast/Data/Flight/Level1/LPA/prod/1.56/ft1/gll_ph_r0236209517_v001.fit
/nfs/farm/g/glast/u20/FT1-2copies/glast/Data/Flight/Level1/LPA/prod/1.56/ft2/gll_pt_r0236209517_v001.fit
/nfs/farm/g/glast/u20/FT1-2copies/glast/Data/Flight/Level1/LPA/prod/1.56/ft1/gll_ph_r0236211846_v001.fit
/nfs/farm/g/glast/u20/FT1-2copies/glast/Data/Flight/Level1/LPA/prod/1.56/ft2/gll_pt_r0236211846_v001.fit

...

No Format
noric13:dflath> /afs/slac/g/glast/ground/bin/datacat find \--filter '(DataType=="FT1" \|\| DataType=="FT2") &&
 RunMin>=236191699  && RunMax<=236211846' \--display nMetStart \--display nMetStop \--sort Name \--sort DataType 
\--search-groups \--site SLAC /Data/Flight/Level1/LPA/

/nfs/farm/g/glast/u20/FT1-2copies/glast/Data/Flight/Level1/LPA/prod/1.57/ft1/gll_ph_r0236191699_v002.fit        236191701.95599103      236195764.0891509
/nfs/farm/g/glast/u20/FT1-2copies/glast/Data/Flight/Level1/LPA/prod/1.57/ft2/gll_pt_r0236191699_v002.fit        236191701.95599103      236195764.0891509
/nfs/farm/g/glast/u20/FT1-2copies/glast/Data/Flight/Level1/LPA/prod/1.57/ft1/gll_ph_r0236197643_v001.fit        236197645.96239495      236198115.084378
/nfs/farm/g/glast/u20/FT1-2copies/glast/Data/Flight/Level1/LPA/prod/1.57/ft2/gll_pt_r0236197643_v001.fit        236197645.96239495      236198115.084378
/nfs/farm/g/glast/u20/FT1-2copies/glast/Data/Flight/Level1/LPA/prod/1.57/ft1/gll_ph_r0236198321_v001.fit        236198324.12405705      236201952.08423495
/nfs/farm/g/glast/u20/FT1-2copies/glast/Data/Flight/Level1/LPA/prod/1.57/ft2/gll_pt_r0236198321_v001.fit        236198324.12405705      236201952.08423495
/nfs/farm/g/glast/u20/FT1-2copies/glast/Data/Flight/Level1/LPA/prod/1.56/ft1/gll_ph_r0236209517_v001.fit        236209519.9578979       236211816.08435512
/nfs/farm/g/glast/u20/FT1-2copies/glast/Data/Flight/Level1/LPA/prod/1.56/ft2/gll_pt_r0236209517_v001.fit        236209519.9578979       236211816.08435512
/nfs/farm/g/glast/u20/FT1-2copies/glast/Data/Flight/Level1/LPA/prod/1.56/ft1/gll_ph_r0236211846_v001.fit        236211848.96936107      236214145.084764
/nfs/farm/g/glast/u20/FT1-2copies/glast/Data/Flight/Level1/LPA/prod/1.56/ft2/gll_pt_r0236211846_v001.fit        236211848.96936107      236214145.084764

...