Juraj Smieško (CERN)
CERN, 26 Feb 2024
Describes event data with the set of standard objects.
Example object:
#------------- CalorimeterHit
edm4hep::CalorimeterHit:
Description: "Calorimeter hit"
Author: "EDM4hep authors"
Members:
- uint64_t cellID // detector specific (geometrical) cell id
- float energy [GeV] // energy of the hit
- float energyError [GeV] // error of the hit energy
- float time [ns] // time of the hit
- edm4hep::Vector3f position [mm] // position of the hit in world coordinates
- int32_t type // type of hit
v0.10.5
The EDM4hep will reach version 1.0 soon, breaking changes and fixes are introduced.
Some of the changes/fixes underway:
edm4hep::TrackerHit:
Description: "Tracker hit interface class"
Author: "Thomas Madlener, DESY"
Members:
- uint64_t cellID // ID of the sensor that created this hit
- int32_t type // type of the raw data hit
- int32_t quality // quality bit flag of the hit
- float time [ns] // time of the hit
- float eDep [GeV] // energy deposited on the hit
- float eDepError [GeV] // error measured on eDep
- edm4hep::Vector3d position [mm] // hit position
Types:
- edm4hep::TrackerHit3D
- edm4hep::TrackerHitPlane
New release of FCCAnalyses 0.9 — preserves state before EDM4hep 1.0 changes
Generates Event Data Model and serves as I/O Layer
0.99
Constructs the EDM4hep objects for the user
Example usage of Podio Reader in Pyhton:
from podio.root_io import Reader
reader = Reader("one or many input files")
for event in reader.get("events"):
hits = store.get("hits")
for hit in hits:
# ...
Plethora of processes are pre-generated and available from EOS
Need to be reprocessed to be usable with EDM4hep 1.0
v0.3.1
| Podio v0.13
v0.7.2
| Podio v0.16.2
p8_ee_WW_ecm240
/eos/experiment/fcc/...
Intermediate analysis files of common interest can be stored at:
/eos/experiment/fcc/ee/analyses_storage/...
in four subfolders:
Access and quotas:
200TB
CaloHit
⇶
CaloHitContribution
MCParticle
⇶
MCParticle
MCParticle
↔ ReconstructedParticle
SimTrackerHit
↔ TrackerHit
Multiple sources of documentation
man fccanalysis
The Higgs boson mass and σ(ZH) from the recoil mass with leptonic Z decays (link)