ATLAS Offline Software
Loading...
Searching...
No Matches
CaloCell_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$
14
15
16#ifndef CALOIDCNV_CALOCELL_IDDETDESCRCNV_H
17#define CALOIDCNV_CALOCELL_IDDETDESCRCNV_H
18
19
22
23
32StatusCode make_CaloIDHelper (ISvcLocator* /*svcloc*/,
33 const std::string& /*helperKey*/,
34 CaloCell_ID* & idhelper);
35
36
40
41
42#endif // CALOIDCNV_CALOCELL_IDDETDESCRCNV_H
StatusCode make_CaloIDHelper(ISvcLocator *, const std::string &, CaloCell_ID *&idhelper)
Helper function to actually create a new helper.
CaloIdCnv::CaloIDHelper_IDDetDescrCnv_T< CaloCell_ID > CaloCell_IDDetDescrCnv
Alias for the converter class.
Common code for creating calo ID helpers in the detector store.
Helper class for offline cell identifiers.
Definition CaloCell_ID.h:34