ATLAS Offline Software
CaloCell_SuperCell_ID.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 // $Id$
15 
16 
18  const LArHEC_SuperCell_ID* hec_id,
19  const LArFCAL_SuperCell_ID* fcal_id,
20  const LArMiniFCAL_ID* minifcal_id,
21  const Tile_SuperCell_ID* tile_id) :
22  CaloCell_Base_ID (em_id, hec_id, fcal_id, minifcal_id, tile_id, true)
23 {
24 }
25 
26 
28 = default;
29 
30 
LArFCAL_SuperCell_ID
Helper class for LArFCAL offline identifiers for supercells.
Definition: LArFCAL_SuperCell_ID.h:48
Tile_SuperCell_ID
Helper class for Tile offline identifiers for supercells.
Definition: Tile_SuperCell_ID.h:64
CaloCell_SuperCell_ID::CaloCell_SuperCell_ID
CaloCell_SuperCell_ID(const LArEM_SuperCell_ID *em_id, const LArHEC_SuperCell_ID *hec_id, const LArFCAL_SuperCell_ID *fcal_id, const LArMiniFCAL_ID *minifcal_id, const Tile_SuperCell_ID *tile_id)
Constructor.
Definition: CaloCell_SuperCell_ID.cxx:17
LArEM_SuperCell_ID
Helper class for LArEM offline identifiers for supercells.
Definition: LArEM_SuperCell_ID.h:122
CaloCell_SuperCell_ID.h
Helper class for offline supercell identifiers.
CaloCell_SuperCell_ID::~CaloCell_SuperCell_ID
~CaloCell_SuperCell_ID(void)
LArMiniFCAL_ID
Helper class for LArMiniFCAL offline identifiers.
Definition: LArMiniFCAL_ID.h:57
LArHEC_SuperCell_ID
Helper class for LArHEC offline identifiers for supercells.
Definition: LArHEC_SuperCell_ID.h:59
CaloCell_Base_ID
Helper base class for offline cell identifiers.
Definition: CaloCell_Base_ID.h:41