ATLAS Offline Software
Loading...
Searching...
No Matches
CaloCellGroup2Ntuple.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 CaloCellGroup2Ntuple_H
6#define CaloCellGroup2Ntuple_H
7
10
12
14{
15 public:
16 CaloCellGroup2Ntuple(const std::string & name, ISvcLocator * pSvcLocator);
18
19 //standard algorithm methods
20 StatusCode finalize(){return StatusCode::SUCCESS;}
21 StatusCode stop();
22
23 private:
24 std::vector<std::string> m_groupInit;
26};
27
28#endif
CaloCellGroupList m_cellGroupList
CaloCellGroup2Ntuple(const std::string &name, ISvcLocator *pSvcLocator)
std::vector< std::string > m_groupInit
LArCond2NtupleBase(const std::string &name, ISvcLocator *pSvcLocator)