ATLAS Offline Software
Loading...
Searching...
No Matches
TrackParticleTruthCollectionContainer_p2.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef __TRK_PARTICLE_TRUTH_COLL_CNTNR_P2
6#define __TRK_PARTICLE_TRUTH_COLL_CNTNR_P2
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_p2: public std::vector<TPObjRef>
17{
18};
19
20#endif
21