SCHEMA
Yepes.star.schema
Object Classes
Go Back to Schema Library Top Page
Accelerator_setup
Beam_setup
Data_set
Mc_set
Data_unit
Detector
Experiment
Experiment_setup
Event
Mc_event
Generator
Ion
Run
Mc_run
Go Back to Table of Contents
OBJECT CLASS
Accelerator_setup
- Description:
- Accelerator Setup
- Identified by:
- acc_id
- Attributes:
- acc_id
- Constraints: single-valued, not null
- Domain: INTEGER
- beam_1
- Constraints: single-valued, not null
- Domain: Beam_setup
- beam_2
- Constraints: single-valued, not null
- Domain: Beam_setup
- Alternative Representations
- OPM Class Definition
Go Back to Table of Contents
OBJECT CLASS
Beam_setup
- Description:
- Beam Setup
- Identified by:
- beam_id
- Attributes:
- beam_id
- Constraints: single-valued, not null
- Domain: CHAR(10)
- Beam
- Constraints: single-valued, not null
- Domain: Ion
- Energy
- Constraints: single-valued, not null
- Domain: FLOAT
- Polarization
- Constraints: single-valued, not null
- Domain: FLOAT
- Alternative Representations
- OPM Class Definition
Go Back to Table of Contents
OBJECT CLASS
Data_set
- Description:
- Run Period
- Identified by:
- set_id
- Subclasses:
- Mc_set
- Attributes:
- set_id
- Constraints: single-valued, not null
- Domain: INTEGER
- run
- Constraints: set-valued, Min # of values: 0
- Domain: Run
- no_runs
- Description: "Number of runs"
- Derivation: count of run
- Start
- Constraints: single-valued, not null
- Domain: DATETIME
- End
- Constraints: single-valued, not null
- Domain: DATETIME
- Experiment
- RHIC
- Alternative Representations
- OPM Class Definition
Go Back to Table of Contents
OBJECT CLASS
Data_unit
- Description:
- Contains a unit (raw,reco,esd) of data for one event
- Attributes:
- DATA_STORE
- Constraints: single-valued, can be null
- Domain: VARCHAR(60)
- Alternative Representations
- OPM Class Definition
Go Back to Table of Contents
OBJECT CLASS
Detector
- Description:
- Detector is a piece of equipment in an experiment
- Identified by:
- Name
- Attributes:
- Name
- Constraints: single-valued, not null
- Domain: VARCHAR(10)
- Status
- Constraints: single-valued, not null
- Domain: BOOLEAN
- Alternative Representations
- OPM Class Definition
Go Back to Table of Contents
OBJECT CLASS
Experiment
- Description:
- Experiment
- Identified by:
- Name
- Attributes:
- Name
- Constraints: single-valued, not null
- Domain: VARCHAR(25)
- Full_Name
- Constraints: single-valued, not null
- Domain: VARCHAR(75)
- Data
- Constraints: set-valued, Min # of values: 0
- Domain: Data_set
- no_data_sets
- Description: "Number of data sets"
- Derivation: count of Data
- Simulation
- Constraints: set-valued, Min # of values: 0
- Domain: Mc_set
- no_mc_sets
- Description: "Number of Simulation sets"
- Derivation: count of Simulation
- Alternative Representations
- OPM Class Definition
Go Back to Table of Contents
OBJECT CLASS
Experiment_setup
- Description:
- Experiment setup
- Identified by:
- exp_id
- Attributes:
- exp_id
- Constraints: single-valued, not null
- Domain: INTEGER
- Bfield
- Constraints: single-valued, not null
- Domain: FLOAT
- detectors
- Constraints: set-valued, Min # of values: 0
- Domain: Detector
- Alternative Representations
- OPM Class Definition
Go Back to Table of Contents
OBJECT CLASS
Event
- Description:
- Event Object
- Identified by:
- number
- Subclasses:
- Mc_event
- Attributes:
- number
- Constraints: single-valued, not null
- Domain: INTEGER
- RAW
- Constraints: single-valued, can be null
- Domain: Data_unit
- RECO
- Description: "Reconstructed Data "
- Constraints: single-valued, can be null
- Domain: Data_unit
- ESD
- Description: "Event Summary Data "
- Constraints: single-valued, can be null
- Domain: Data_unit
- Alternative Representations
- OPM Class Definition
Go Back to Table of Contents
OBJECT CLASS
Generator
- Description:
- Monte Carlo Generator
- Identified by:
- gen_id
- Attributes:
- gen_id
- Constraints: single-valued, not null
- Domain: INTEGER
- Name
- Constraints: single-valued, can be null
- Domain: VARCHAR(25)
- Version
- Constraints: single-valued, can be null
- Domain: FLOAT
- Alternative Representations
- OPM Class Definition
Go Back to Table of Contents
OBJECT CLASS
Ion
- Description:
- Beam Particle
- Identified by:
- Name
- Attributes:
- Name
- Constraints: single-valued, not null
- Domain: CHAR(5)
- A
- Constraints: single-valued, not null
- Domain: TINYINT
- Z
- Constraints: single-valued, not null
- Domain: TINYINT
- Alternative Representations
- OPM Class Definition
Go Back to Table of Contents
OBJECT CLASS
Mc_event
- Superclasses:
- Event
- Attributes:
- EVG
- Description: "Generator Data "
- Constraints: single-valued, can be null
- Domain: Data_unit
- GEANT
- Description: "Geant Output "
- Constraints: single-valued, can be null
- Domain: Data_unit
- Alternative Representations
- OPM Class Definition
Go Back to Table of Contents
OBJECT CLASS
Mc_run
- Superclasses:
- Run
- Attributes:
- event
- Constraints: set-valued, Min # of values: 0
- Domain: Mc_event
- Alternative Representations
- OPM Class Definition
Go Back to Table of Contents
OBJECT CLASS
Mc_set
- Description:
- Monte Carlo Data Set
- Superclasses:
- Data_set
- Attributes:
- run
- Constraints: set-valued, Min # of values: 0
- Domain: Mc_run
- generator
- Constraints: single-valued, not null
- Domain: Generator
- Alternative Representations
- OPM Class Definition
Go Back to Table of Contents
OBJECT CLASS
Run
- Description:
- Time during which beam condiditions are stable
- Identified by:
- run_id
- Subclasses:
- Mc_run
- Attributes:
- run_id
- Constraints: single-valued, not null
- Domain: INTEGER
- Start
- Constraints: single-valued, can be null
- Domain: DATETIME
- End
- Constraints: single-valued, can be null
- Domain: DATETIME
- events
- Constraints: set-valued, Min # of values: 0
- Domain: Event
- Alternative Representations
- OPM Class Definition
Go Back to Table of Contents
Go Back to Schema Library Top Page