ATLAS Offline Software
Loading...
Searching...
No Matches
MultiTrajectory.cxx File Reference
Include dependency graph for MultiTrajectory.cxx:

Go to the source code of this file.

Functions

template<typename T>
const T * to_const_ptr (const std::unique_ptr< T > &ptr)

Variables

constexpr uint64_t InvalidGeoID = std::numeric_limits<uint64_t>::max()

Function Documentation

◆ to_const_ptr()

template<typename T>
const T * to_const_ptr ( const std::unique_ptr< T > & ptr)

Definition at line 90 of file MultiTrajectory.cxx.

90 {
91 return ptr.get();
92}
void * ptr(T *p)
Definition SGImplSvc.cxx:74

Variable Documentation

◆ InvalidGeoID

uint64_t InvalidGeoID = std::numeric_limits<uint64_t>::max()
constexpr

Definition at line 13 of file MultiTrajectory.cxx.