5#ifndef LARSHAPEFROMSTDNTUPLE_H
6#define LARSHAPEFROMSTDNTUPLE_H
34 virtual StatusCode
execute()
override {
return StatusCode::SUCCESS;}
36 virtual StatusCode
finalize()
override {
return StatusCode::SUCCESS;}
37 virtual StatusCode
stop()
override;
58 {
this,
"MCSymKey",
"LArMCSym",
"SG Key of LArMCSym object"};
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
virtual ~LArShapeFromStdNtuple()
unsigned int m_skipPoints
the first m_skipPoints points of the waveform in the ntuple are skipped
unsigned int m_prefixPoints
make a Shape with the first m_prefixPoints as zeros
virtual StatusCode initialize() override
implements IAlgorithm::initialize()
virtual StatusCode stop() override
std::string m_groupingType
Grouping type.
LArShapeFromStdNtuple(const std::string &name, ISvcLocator *pSvcLocator)
std::vector< std::string > m_root_file_names
list of input ntuple file names
virtual StatusCode execute() override
implements IAlgorithm::execute() : Does nothing
bool m_isComplete
Shape type.
std::string m_store_key
key of the LArShape collection in Storegate
std::string m_ntuple_name
ntuple name
SG::ReadCondHandleKey< LArMCSym > m_mcSymKey
virtual StatusCode finalize() override