13#ifndef LUMIBLOCKCOMPS_BUNCHCROSSINGINTENSITYCONDALG_H
14#define LUMIBLOCKCOMPS_BUNCHCROSSINGINTENSITYCONDALG_H
34 using AthCondAlgorithm::AthCondAlgorithm;
43 virtual StatusCode
execute (
const EventContext& ctx)
const override;
60 std::vector<float>
tokenize(
const std::string& pattern)
const;
65 Gaudi::Property<unsigned long>
m_BPTX{
this,
"BunchDevice", 0,
"Channel assignments: 0=BPTX, 1=fast BCT." };
66 Gaudi::Property<unsigned long>
m_fBCT{
this,
"BunchDeviceFast", 1,
"Channel assignments: 0=BPTX, 1=fast BCT." };
69 Gaudi::Property<unsigned>
m_maxBunchSpacing{
this,
"MaxBunchSpacing",5,
"Maximal bunch-spacing to be considered a 'bunch train'"};
70 Gaudi::Property<unsigned>
m_minBunchesPerTrain{
this,
"MinBunchesPerTrain",32,
"Minimal number of bunches to be considerd a 'bunch train'"};
71 Gaudi::Property<bool>
m_isRun1{
this,
"Run1",
false,
"Assume run-1 database"};
72 Gaudi::Property<int>
m_mode{
this,
"Mode", 1,
"Alg mode (COOL FILLPARAMS = 0, MC = 1, TrigConf = 2, Luminosity = 3)"};
Base class for conditions algorithms.
Adding more information about Bunch Current Intensities (for Lumi studies)
This file defines the class for a collection of AttributeLists where each one is associated with a ch...
Holds fill parameters data.
Hold luminosity data produced by LuminosityCondAlg.
Base class for conditions algorithms.
Conditions algorithm to unpack fill parameters from COOL.
Gaudi::Property< bool > m_isRun1
Gaudi::Property< int > m_mode
const ServiceHandle< TrigConf::ILVL1ConfigSvc > m_trigConfigSvc
SG::ReadCondHandleKey< CondAttrListCollection > m_fillParamsFolderKey
Input conditions object.
virtual StatusCode initialize() override
Gaudi initialize method.
SG::ReadCondHandleKey< LuminosityCondData > m_lumiCondDataKey
virtual StatusCode execute(const EventContext &ctx) const override
Algorithm execute method.
Gaudi::Property< unsigned > m_maxBunchSpacing
Gaudi::Property< unsigned long > m_fBCT
SG::WriteCondHandleKey< BunchCrossingIntensityCondData > m_outputKey
Output conditions object.
Gaudi::Property< unsigned > m_minBunchesPerTrain
std::vector< float > tokenize(const std::string &pattern) const
internal methods:
Gaudi::Property< unsigned long > m_BPTX