#include "TruthParticleHitCountAlg.h"
#include "ActsGeometry/ATLASSourceLink.h"
#include "xAODTruth/TruthVertex.h"
#include "xAODTruth/TruthParticle.h"
#include <iomanip>
#include <cmath>
#include <type_traits>
#include <typeinfo>
#include <numeric>
#include <version>
Go to the source code of this file.
|
| ActsTrk |
| The AlignStoreProviderAlg loads the rigid alignment corrections and pipes them through the readout geometry to cache the final transformations of the sensor surfaces associated to one particular detector technology (Pixel, Sct, etc.).
|
|
◆ erase_if()
template<class T_container , class T_Func >
std::size_t std::erase_if |
( |
T_container & |
container, |
|
|
T_Func |
pred |
|
) |
| |
|
inline |
Definition at line 29 of file TruthParticleHitCountAlg.cxx.
30 std::size_t orig_size = container->size();
32 iter != container.end();
41 return orig_size - container->size();