forked from cms-sw/cmssw
-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Labels
Emulator DevelopmentEmulator development PREmulator development PREvent ContentAnything to do with the content of events in the EDM frameworkAnything to do with the content of events in the EDM frameworkPhase-2Pertains to phase-2 developmentPertains to phase-2 development
Description
Following the discussion we had during the integration of PR #1069, I report here a few comments that I expressed in that occasion:
- The 3 "digitized" classes only persist an integer. Therefore, it would be more convenient to store them within the corresponding CMSSW object to ease their access by downstream consumers.
- The
DigitizedClusterGT
objects should become a data member of theCaloCrystalCluster
or theEgamma
objects (most likely the second since we will need a digitized word also for the HGC sector). - Same goes for the
DigitizedClusterCorrelator
andDigitizedTowerCorrelator
, which should become data members of theCaloTower
objects.
-
We need to add the quality bits to the
DigitizedClusterGT
; otherwise, they can not be consumed by either the GT nor the Correlator emulators -
We need to establish a link between
Egamma
andCaloCrystalCluster
, possibly via anedm::Ptr<L1Candidate>
. This would allow doing the same with the HGC multiclusters once added to the emulator.
Metadata
Metadata
Assignees
Labels
Emulator DevelopmentEmulator development PREmulator development PREvent ContentAnything to do with the content of events in the EDM frameworkAnything to do with the content of events in the EDM frameworkPhase-2Pertains to phase-2 developmentPertains to phase-2 development