|
ATLAS Offline Software
|
Go to the documentation of this file.
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*>&);
52 using const_iterator = std::vector<L1CaloPprChanCalib>::const_iterator;
61 std::string
m_coolFolderKey =
"/TRIGGER/L1Calo/V2/Calibration/Physics/PprChanCalib";
65 #endif // TRIGT1CALOCALIBCONDITIONS_L1CALOPPRCHANCALIBCONTAINER_H
JetConstituentVector::iterator iterator
Hold mappings of ranges to condition objects.
std::string m_coolFolderKey
This class is a collection of AttributeLists where each one is associated with a channel number....
void addPprChanCalib(const L1CaloPprChanCalib &pprChanCalib)
std::vector< L1CaloPprChanCalib > m_pprChanCalibs
virtual std::vector< std::string > coolInputKeys() const
virtual ~L1CaloPprChanCalibContainer()
virtual void makeTransient(const std::map< std::string, const CondAttrListCollection * > &)
Folder <-> Object mapping for /TRIGGER/L1Calo/V2/Calibration/Physics/PprChanCalib .
std::vector< L1CaloPprChanCalib >::iterator iterator
L1CaloPprChanCalibContainer()
virtual void makeTransient(const std::map< std::string, const CondAttrListCollection * > &condAttrListCollectionMap)
std::vector< L1CaloPprChanCalib >::const_iterator const_iterator
const L1CaloPprChanCalib * pprChanCalib(unsigned int channelId) const
CONDCONT_DEF(L1CaloPprChanCalibContainer, 1264520813)
virtual std::string coolOutputKey() const
virtual DataObject * makePersistent() const
macros to associate a CLID to a type
AbstractL1CaloConditionContainer abstract base class for L1Calo persistent conditions container objec...