ATLAS Offline Software
Loading...
Searching...
No Matches
CaloIdentifierDict.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
14#ifndef CALOIDENTIFIER_CALOIDENTIFIERDICT_H
15#define CALOIDENTIFIER_CALOIDENTIFIERDICT_H
16
26
28{
29// PyGate<CaloCell_ID> m_pyGate_CaloCell_ID ;
30// LArEM_ID m_lar_em_id ;
31// LArHEC_ID m_lar_hec_id;
32// LArFCAL_ID m_lar_fcal_id;
33// TileID m_tile_id;
34// CaloLVL1_ID m_calo_lvl1_id;
35
36 bool instan_iterator_comp (const std::vector<Identifier>& v)
37 {
38 return v.begin() != v.end();
39 }
40}
41
42#endif // CALOIDENTIFIER_CALOIDENTIFIERDICT_H
Helper class for offline supercell identifiers.
bool instan_iterator_comp(const std::vector< Identifier > &v)