5#ifndef LAROFCBIN_PHYSCALITDIFFFROMSTDNTUPLE_H
6#define LAROFCBIN_PHYSCALITDIFFFROMSTDNTUPLE_H
26 StatusCode
execute() {
return StatusCode::SUCCESS;}
29 StatusCode
finalize(){
return StatusCode::SUCCESS;}
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
std::string m_groupingType
Grouping type. Default is Feedthrough.
std::string m_ntuple_name
ntuple name
std::string m_store_key_tdiff
key of the PhysCaliTdiff collection in Storegate
std::string m_store_key_ofcbin
key of the OFCBin collection in Storegate
~LArOFCBin_PhysCaliTdiffFromStdNtuple()
StatusCode initialize()
implements IAlgorithm::initialize()
LArOFCBin_PhysCaliTdiffFromStdNtuple(const std::string &name, ISvcLocator *pSvcLocator)
StatusCode execute()
implements IAlgorithm::execute() : Does nothing
std::vector< std::string > m_root_file_names
list of input ntuple file names
StatusCode finalize()
IAlgorithm::finalize() : Where the action takes place...