ATLAS Offline Software
CaloCell_SuperCell_ID.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3 */
13 
14 
16  const LArHEC_SuperCell_ID* hec_id,
17  const LArFCAL_SuperCell_ID* fcal_id,
18  const LArMiniFCAL_ID* minifcal_id,
19  const Tile_SuperCell_ID* tile_id) :
20  CaloCell_Base_ID ("CaloCell_Base_ID", em_id, hec_id, fcal_id, minifcal_id, tile_id, true)
21 {
22 }
23 
24 
26 
27 
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:61
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:15
LArEM_SuperCell_ID
Helper class for LArEM offline identifiers for supercells.
Definition: LArEM_SuperCell_ID.h:119
CaloCell_SuperCell_ID.h
Helper class for offline supercell identifiers.
CaloCell_SuperCell_ID::~CaloCell_SuperCell_ID
~CaloCell_SuperCell_ID()
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:56
CaloCell_Base_ID
Helper base class for offline cell identifiers.
Definition: CaloCell_Base_ID.h:38