#include <MbtsToVectorsTool.h>
|
| Gaudi::Property< std::string > | m_prefix {this, "Prefix", "mbts_"} |
| |
| Gaudi::Property< bool > | m_saveEtaPhi {this, "SaveEtaPhiInfo", true} |
| |
| SG::ReadHandleKey< TileCellContainer > | m_cellContainerKey {this, "CellContainer", "MBTSContainer"} |
| |
| SG::WriteHandleKey< std::vector< float > > | m_energyKey {this, "Energy", "energy"} |
| |
| SG::WriteHandleKey< std::vector< float > > | m_timeKey {this, "Time", "time"} |
| |
| SG::WriteHandleKey< std::vector< float > > | m_etaKey {this, "Eta", "eta"} |
| |
| SG::WriteHandleKey< std::vector< float > > | m_phiKey {this, "Phi", "phi"} |
| |
| SG::WriteHandleKey< std::vector< int > > | m_qualityKey {this, "Quality", "quality"} |
| |
| SG::WriteHandleKey< std::vector< int > > | m_typeKey {this, "Type", "type"} |
| |
| SG::WriteHandleKey< std::vector< int > > | m_moduleKey {this, "Module", "module"} |
| |
| SG::WriteHandleKey< std::vector< int > > | m_channelKey {this, "Channel", "channel"} |
| |
| const TileTBID * | m_tileTBID = nullptr |
| |
Definition at line 31 of file MbtsToVectorsTool.h.
◆ MbtsToVectorsTool()
| DerivationFramework::MbtsToVectorsTool::MbtsToVectorsTool |
( |
const std::string & |
type, |
|
|
const std::string & |
name, |
|
|
const IInterface * |
parent |
|
) |
| |
◆ addBranches()
| StatusCode DerivationFramework::MbtsToVectorsTool::addBranches |
( |
const EventContext & |
ctx | ) |
const |
|
finaloverridevirtual |
◆ initialize()
| StatusCode DerivationFramework::MbtsToVectorsTool::initialize |
( |
| ) |
|
|
finaloverridevirtual |
◆ m_cellContainerKey
◆ m_channelKey
| SG::WriteHandleKey<std::vector<int> > DerivationFramework::MbtsToVectorsTool::m_channelKey {this, "Channel", "channel"} |
|
private |
◆ m_energyKey
| SG::WriteHandleKey<std::vector<float> > DerivationFramework::MbtsToVectorsTool::m_energyKey {this, "Energy", "energy"} |
|
private |
◆ m_etaKey
| SG::WriteHandleKey<std::vector<float> > DerivationFramework::MbtsToVectorsTool::m_etaKey {this, "Eta", "eta"} |
|
private |
◆ m_moduleKey
| SG::WriteHandleKey<std::vector<int> > DerivationFramework::MbtsToVectorsTool::m_moduleKey {this, "Module", "module"} |
|
private |
◆ m_phiKey
| SG::WriteHandleKey<std::vector<float> > DerivationFramework::MbtsToVectorsTool::m_phiKey {this, "Phi", "phi"} |
|
private |
◆ m_prefix
| Gaudi::Property<std::string> DerivationFramework::MbtsToVectorsTool::m_prefix {this, "Prefix", "mbts_"} |
|
private |
◆ m_qualityKey
| SG::WriteHandleKey<std::vector<int> > DerivationFramework::MbtsToVectorsTool::m_qualityKey {this, "Quality", "quality"} |
|
private |
◆ m_saveEtaPhi
| Gaudi::Property<bool> DerivationFramework::MbtsToVectorsTool::m_saveEtaPhi {this, "SaveEtaPhiInfo", true} |
|
private |
◆ m_tileTBID
| const TileTBID* DerivationFramework::MbtsToVectorsTool::m_tileTBID = nullptr |
|
private |
◆ m_timeKey
| SG::WriteHandleKey<std::vector<float> > DerivationFramework::MbtsToVectorsTool::m_timeKey {this, "Time", "time"} |
|
private |
◆ m_typeKey
| SG::WriteHandleKey<std::vector<int> > DerivationFramework::MbtsToVectorsTool::m_typeKey {this, "Type", "type"} |
|
private |
◆ MAX_MBTS_COUNTER
| const unsigned int DerivationFramework::MbtsToVectorsTool::MAX_MBTS_COUNTER {32} |
|
staticprivate |
The documentation for this class was generated from the following files: