7#ifndef TRIGT1CALOCALIBCONDITIONS_L1CALOPPRCHANCALIBCONTAINER_H
8#define TRIGT1CALOCALIBCONDITIONS_L1CALOPPRCHANCALIBCONTAINER_H
14#include "GaudiKernel/DataObject.h"
29 enum eAttrSpecification {
eErrorCode,
ePedMean,
ePedValue,
ePedFirSum,
eExtBcidThreshold,
eSatBcidThreshLow,
eSatBcidThreshHigh,
eSatBcidLevel,
eBcidEnergyRangeLow,
eBcidEnergyRangeHigh,
eFirStartBit,
eFirCoeff1,
eFirCoeff2,
eFirCoeff3,
eFirCoeff4,
eFirCoeff5,
eLutCpStrategy,
eLutCpOffset,
eLutCpNoiseCut,
eLutCpSlope,
eLutCpPar1,
eLutCpPar2,
eLutCpPar3,
eLutCpPar4,
eLutCpScale,
eLutJepStrategy,
eLutJepOffset,
eLutJepNoiseCut,
eLutJepSlope,
eLutJepPar1,
eLutJepPar2,
eLutJepPar3,
eLutJepPar4,
eLutJepScale };
37 virtual void makeTransient(
const std::map<std::string, const CondAttrListCollection*>&);
49 using iterator = std::vector<L1CaloPprChanCalib>::iterator;
61 std::string
m_coolFolderKey =
"/TRIGGER/L1Calo/V2/Calibration/Physics/PprChanCalib";
Hold mappings of ranges to condition objects.
#define CONDCONT_DEF(...)
macros to associate a CLID to a type
virtual void makeTransient(const std::map< std::string, const CondAttrListCollection * > &condAttrListCollectionMap)
AbstractL1CaloPersistentCondition(const std::string &condType)
This class is a collection of AttributeLists where each one is associated with a channel number.
Encapsulates the ID of one channel of conditions data in COOL, ie the ID of a row in a table.
std::vector< L1CaloPprChanCalib >::const_iterator const_iterator
virtual DataObject * makePersistent() const
const_iterator begin() const
const L1CaloPprChanCalib * pprChanCalib(unsigned int channelId) const
std::vector< L1CaloPprChanCalib >::iterator iterator
virtual ~L1CaloPprChanCalibContainer()
virtual std::vector< std::string > coolInputKeys() const
const_iterator end() const
virtual std::string coolOutputKey() const
std::string m_coolFolderKey
std::vector< L1CaloPprChanCalib > m_pprChanCalibs
const L1CaloPprChanCalib * pprChanCalib(const L1CaloCoolChannelId &channelId) const
L1CaloPprChanCalibContainer()
void addPprChanCalib(const L1CaloPprChanCalib &pprChanCalib)
virtual void makeTransient(const std::map< std::string, const CondAttrListCollection * > &)
Folder <-> Object mapping for /TRIGGER/L1Calo/V2/Calibration/Physics/PprChanCalib .