ATLAS Offline Software
Loading...
Searching...
No Matches
TrackParticleTruthCollectionContainer_p3.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef TRK_PARTICLE_TRUTH_COLL_CNTNR_P3
6#define TRK_PARTICLE_TRUTH_COLL_CNTNR_P3
7
8/*
9 @brief T/P conversion for TrackParticleTruthCollectionContainer used in the trigger
10 @author Jiri.Masik@cern.ch
11 */
12
13#include <vector>
15
16class TrackParticleTruthCollectionContainer_p3: public std::vector<TPObjRef>
17{
18};
19
20#endif
21