Implementation of classification functions according to PDG2022.
More...
#include <AtlasPID.h>
◆ DecodedPID()
| DecodedPID::DecodedPID |
( |
const int & | p | ) |
|
|
inline |
Definition at line 18 of file AtlasPID.h.
18 {
22 for(;
ap;
ap/=10) this->
second.push_back( ap%10 );
24 }
void reverse(typename DataModel_detail::iterator< DVL > beg, typename DataModel_detail::iterator< DVL > end)
Specialization of reverse for DataVector/List.
◆ last()
| const int & DecodedPID::last |
( |
| ) |
const |
|
inline |
◆ max_digit()
| int DecodedPID::max_digit |
( |
const int | m, |
|
|
const int | n ) const |
|
inline |
◆ min_digit()
| int DecodedPID::min_digit |
( |
const int | m, |
|
|
const int | n ) const |
|
inline |
◆ ndigits()
| size_t DecodedPID::ndigits |
( |
| ) |
const |
|
inline |
◆ operator()()
| const int & DecodedPID::operator() |
( |
const size_t | n | ) |
const |
|
inline |
◆ pid()
| const int & DecodedPID::pid |
( |
| ) |
const |
|
inline |
◆ shift()
| DecodedPID DecodedPID::shift |
( |
const size_t | n | ) |
const |
|
inline |
◆ first_type
| T1 std::pair< T1, T2 >::first_type |
|
inherited |
◆ second_type
| T2 std::pair< T1, T2 >::second_type |
|
inherited |
The documentation for this class was generated from the following file: