Skip to content

Commit

Permalink
More white space removed from edm4hep.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
BrieucF committed Jul 7, 2023
1 parent a237a34 commit 784c026
Showing 1 changed file with 29 additions and 29 deletions.
58 changes: 29 additions & 29 deletions edm4hep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ datatypes:

edm4hep::EventHeader:
Description: "Event Header. Additional parameters are assumed to go into the metadata tree."
Author : "F.Gaede"
Author: "F.Gaede"
Members:
- int32_t eventNumber //event number
- int32_t runNumber //run number
Expand All @@ -139,7 +139,7 @@ datatypes:

edm4hep::MCParticle:
Description: "The Monte Carlo particle - based on the lcio::MCParticle."
Author : "F.Gaede, DESY"
Author: "F.Gaede, DESY"
Members:
- int32_t PDG //PDG code of the particle
- int32_t generatorStatus //status of the particle as defined by the generator
Expand Down Expand Up @@ -208,7 +208,7 @@ datatypes:
#----------- SimTrackerHit
edm4hep::SimTrackerHit:
Description: "Simulated tracker hit"
Author : "F.Gaede, DESY"
Author: "F.Gaede, DESY"
Members:
- uint64_t cellID //ID of the sensor that created this hit
- float EDep //energy deposited in the hit [GeV].
Expand Down Expand Up @@ -242,7 +242,7 @@ datatypes:
#------------- CaloHitContribution
edm4hep::CaloHitContribution:
Description: "Monte Carlo contribution to SimCalorimeterHit"
Author : "F.Gaede, DESY"
Author: "F.Gaede, DESY"
Members:
- int32_t PDG //PDG code of the shower particle that caused this contribution.
- float energy //energy in [GeV] of the this contribution
Expand All @@ -254,7 +254,7 @@ datatypes:
#------------- SimCalorimeterHit
edm4hep::SimCalorimeterHit:
Description: "Simulated calorimeter hit"
Author : "F.Gaede, DESY"
Author: "F.Gaede, DESY"
Members:
- uint64_t cellID //ID of the sensor that created this hit
- float energy //energy of the hit in [GeV].
Expand All @@ -266,7 +266,7 @@ datatypes:
#------------- RawCalorimeterHit
edm4hep::RawCalorimeterHit:
Description: "Raw calorimeter hit"
Author : "F.Gaede, DESY"
Author: "F.Gaede, DESY"
Members:
- uint64_t cellID //detector specific (geometrical) cell id.
- int32_t amplitude //amplitude of the hit in ADC counts.
Expand All @@ -275,7 +275,7 @@ datatypes:
#------------- CalorimeterHit
edm4hep::CalorimeterHit:
Description: "Calorimeter hit"
Author : "F.Gaede, DESY"
Author: "F.Gaede, DESY"
Members:
- uint64_t cellID //detector specific (geometrical) cell id.
- float energy //energy of the hit in [GeV].
Expand All @@ -287,7 +287,7 @@ datatypes:
#---------- ParticleID
edm4hep::ParticleID:
Description: "ParticleID"
Author : "F.Gaede, DESY"
Author: "F.Gaede, DESY"
Members:
- int32_t type //userdefined type
- int32_t PDG //PDG code of this id - ( 999999 ) if unknown.
Expand All @@ -300,7 +300,7 @@ datatypes:
#------ Cluster
edm4hep::Cluster:
Description: "Calorimeter Hit Cluster"
Author : "F.Gaede, DESY"
Author: "F.Gaede, DESY"
Members:
- int32_t type //flagword that defines the type of cluster. Bits 16-31 are used internally.
- float energy //energy of the cluster [GeV]
Expand All @@ -320,8 +320,8 @@ datatypes:

#------------- TrackerHit
edm4hep::TrackerHit:
Description : "Tracker hit"
Author : "F.Gaede, DESY"
Description: "Tracker hit"
Author: "F.Gaede, DESY"
Members:
- uint64_t cellID //ID of the sensor that created this hit
- int32_t type //type of raw data hit, either one of edm4hep::RawTimeSeries, edm4hep::SIMTRACKERHIT - see collection parameters "TrackerHitTypeNames" and "TrackerHitTypeValues".
Expand All @@ -337,8 +337,8 @@ datatypes:

#------------- TrackerHitPlane
edm4hep::TrackerHitPlane:
Description : "Tracker hit plane"
Author : "Placido Fernandez Declara, CERN"
Description: "Tracker hit plane"
Author: "Placido Fernandez Declara, CERN"
Members:
- uint64_t cellID //ID of the sensor that created this hit
- int32_t type //type of raw data hit, either one of edm4hep::RawTimeSeries, edm4hep::SIMTRACKERHIT - see collection parameters "TrackerHitTypeNames" and "TrackerHitTypeValues".
Expand All @@ -359,7 +359,7 @@ datatypes:
#---------- RawTimeSeries
edm4hep::RawTimeSeries:
Description: "Raw data of a detector readout"
Author : "F.Gaede, DESY"
Author: "F.Gaede, DESY"
Members:
- uint64_t cellID //detector specific cell id.
- int32_t quality //quality flag for the hit.
Expand All @@ -372,7 +372,7 @@ datatypes:
#-------- Track
edm4hep::Track:
Description: "Reconstructed track"
Author : "F.Gaede, DESY"
Author: "F.Gaede, DESY"
Members:
- int32_t type //flagword that defines the type of track.Bits 16-31 are used internally
- float chi2 //Chi^2 of the track fit
Expand All @@ -391,7 +391,7 @@ datatypes:
#---------- Vertex
edm4hep::Vertex:
Description: "Vertex"
Author : "F.Gaede, DESY"
Author: "F.Gaede, DESY"
Members:
- int32_t primary //boolean flag, if vertex is the primary vertex of the event
- float chi2 //chi-squared of the vertex fit
Expand All @@ -408,7 +408,7 @@ datatypes:
#------- ReconstructedParticle
edm4hep::ReconstructedParticle:
Description: "Reconstructed Particle"
Author : "F.Gaede, DESY"
Author: "F.Gaede, DESY"
Members:
- int32_t type //type of reconstructed particle. Check/set collection parameters ReconstructedParticleTypeNames and ReconstructedParticleTypeValues.
- float energy // [GeV] energy of the reconstructed particle. Four momentum state is not kept consistent internally.
Expand Down Expand Up @@ -456,7 +456,7 @@ datatypes:

edm4hep::MCRecoTrackerAssociation:
Description: "Association between a TrackerHit and the corresponding simulated TrackerHit"
Author : "C. Bernet, B. Hegner"
Author: "C. Bernet, B. Hegner"
Members:
- float weight // weight of this association
OneToOneRelations:
Expand All @@ -465,7 +465,7 @@ datatypes:

edm4hep::MCRecoTrackerHitPlaneAssociation:
Description: "Association between a TrackerHitPlane and the corresponding simulated TrackerHit"
Author : "Placido Fernandez Declara"
Author: "Placido Fernandez Declara"
Members:
- float weight // weight of this association
OneToOneRelations:
Expand All @@ -474,7 +474,7 @@ datatypes:

edm4hep::MCRecoCaloParticleAssociation:
Description: "Association between a CalorimeterHit and a MCParticle"
Author : "Placido Fernandez Declara"
Author: "Placido Fernandez Declara"
Members:
- float weight // weight of this association
OneToOneRelations:
Expand All @@ -483,7 +483,7 @@ datatypes:

edm4hep::MCRecoClusterParticleAssociation:
Description: "Association between a Cluster and a MCParticle"
Author : "Placido Fernandez Declara"
Author: "Placido Fernandez Declara"
Members:
- float weight // weight of this association
OneToOneRelations:
Expand All @@ -492,7 +492,7 @@ datatypes:

edm4hep::MCRecoTrackParticleAssociation:
Description: "Association between a Track and a MCParticle"
Author : "Placido Fernandez Declara"
Author: "Placido Fernandez Declara"
Members:
- float weight // weight of this association
OneToOneRelations:
Expand All @@ -501,7 +501,7 @@ datatypes:

edm4hep::RecoParticleVertexAssociation:
Description: "Association between a Reconstructed Particle and a Vertex"
Author : "Placido Fernandez Declara"
Author: "Placido Fernandez Declara"
Members:
- float weight // weight of this association
OneToOneRelations:
Expand All @@ -512,7 +512,7 @@ datatypes:
#----------- SimPrimaryIonizationCluster
edm4hep::SimPrimaryIonizationCluster:
Description: "Simulated Primary Ionization"
Author : "Wenxing Fang, IHEP"
Author: "Wenxing Fang, IHEP"
Members:
- uint64_t cellID //cell id.
- float time //the primary ionization's time in the lab frame [ns].
Expand All @@ -530,7 +530,7 @@ datatypes:
#---------- TrackerPulse
edm4hep::TrackerPulse:
Description: "Reconstructed Tracker Pulse"
Author : "Wenxing Fang, IHEP"
Author: "Wenxing Fang, IHEP"
Members:
- uint64_t cellID //cell id.
- float time //time [ns].
Expand All @@ -543,7 +543,7 @@ datatypes:
#---------- RecIonizationCluster
edm4hep::RecIonizationCluster:
Description: "Reconstructed Ionization Cluster"
Author : "Wenxing Fang, IHEP"
Author: "Wenxing Fang, IHEP"
Members:
- uint64_t cellID //cell id.
- float significance //significance.
Expand All @@ -554,7 +554,7 @@ datatypes:
#---------- TimeSeries
edm4hep::TimeSeries:
Description: "Calibrated Detector Data"
Author : "Wenxing Fang, IHEP"
Author: "Wenxing Fang, IHEP"
Members:
- uint64_t cellID //cell id.
- float time //begin time [ns].
Expand All @@ -565,8 +565,8 @@ datatypes:

#------------- RecDqdx
edm4hep::RecDqdx:
Description : "dN/dx or dE/dx info of Track."
Author : "Wenxing Fang, IHEP"
Description: "dN/dx or dE/dx info of Track."
Author: "Wenxing Fang, IHEP"
Members:
- edm4hep::Quantity dQdx //the reconstructed dEdx or dNdx and its error
- int16_t particleType //particle type, e(0),mu(1),pi(2),K(3),p(4).
Expand Down

0 comments on commit 784c026

Please sign in to comment.