ATLAS Offline Software
Loading...
Searching...
No Matches
LArOFCBin_PhysCaliTdiffFromStdNtuple.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef LAROFCBIN_PHYSCALITDIFFFROMSTDNTUPLE_H
6#define LAROFCBIN_PHYSCALITDIFFFROMSTDNTUPLE_H
7
9
10#include <vector>
11#include <string>
12
13
15{
16 public:
17 LArOFCBin_PhysCaliTdiffFromStdNtuple(const std::string & name, ISvcLocator * pSvcLocator);
18
20
21 //standard algorithm methods
23 StatusCode initialize() ;
24
26 StatusCode execute() {return StatusCode::SUCCESS;}
27
29 StatusCode finalize(){return StatusCode::SUCCESS;}
30 StatusCode stop();
31
32 private:
34 std::vector<std::string> m_root_file_names;
36 std::string m_ntuple_name;
38 std::string m_store_key_ofcbin;
41 std::string m_store_key_tdiff;
44 std::string m_groupingType;
45};
46
47#endif
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
std::string m_groupingType
Grouping type. Default is Feedthrough.
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
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...