ATLAS Offline Software
CaloCell_SuperCell_IDDetDescrCnv.h
Go to the documentation of this file.
1 // This file's extension implies that it's C, but it's really -*- C++ -*-.
2 
3 /*
4  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5 */
6 
7 // $Id$
16 #ifndef CALOIDCNV_CALOCELL_SUPERCELL_IDDETDESCRCNV_H
17 #define CALOIDCNV_CALOCELL_SUPERCELL_IDDETDESCRCNV_H
18 
19 
22 
23 
32 StatusCode make_CaloIDHelper (ISvcLocator* /*svcloc*/,
33  const std::string& /*helperKey*/,
34  CaloCell_SuperCell_ID* & idhelper);
35 
36 
40 
41 
42 #endif // CALOIDCNV_CALOCELL_SUPERCELL_IDDETDESCRCNV_H
CaloIdCnv::CaloIDHelper_IDDetDescrCnv_T
Class for calo ID helper converters.
Definition: CaloIDHelper_IDDetDescrCnv.h:119
CaloCell_SuperCell_IDDetDescrCnv
CaloIdCnv::CaloIDHelper_IDDetDescrCnv_T< CaloCell_SuperCell_ID > CaloCell_SuperCell_IDDetDescrCnv
Alias for the converter class.
Definition: CaloCell_SuperCell_IDDetDescrCnv.h:39
make_CaloIDHelper
StatusCode make_CaloIDHelper(ISvcLocator *, const std::string &, CaloCell_SuperCell_ID *&idhelper)
Helper function to actually create a new helper.
Definition: CaloCell_SuperCell_IDDetDescrCnv.cxx:26
CaloCell_SuperCell_ID
Helper class for offline supercell identifiers.
Definition: CaloCell_SuperCell_ID.h:48
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
CaloCell_SuperCell_ID.h
Helper class for offline supercell identifiers.
CaloIDHelper_IDDetDescrCnv.h
Common code for creating calo ID helpers in the detector store.