ATLAS Offline Software
Loading...
Searching...
No Matches
SCT_IdConverter.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3*/
4
10#include "Identifier/Identifier.h"
11
13 inline unsigned int castId(const Identifier& identifier) {
14 return identifier.get_identifier32().get_compact();
15 }
16} //end of namespace
unsigned int castId(const Identifier &identifier)