ATLAS Offline Software
Loading...
Searching...
No Matches
TrigTauClusterDetailsContainer_p1.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/**********************************************************************************
6 * @Project: Trigger
7 * @Package: TrigCaloEventTPCnv
8 * @class : TrigTauClusterDetailsContainer_p1
9 *
10 * @brief persistent partner for TrigTauClusterDetailsContainer
11 *
12 * @author M. Pilar Casado <casado@ifae.es> - IFAE-Barcelona
13**********************************************************************************/
14#ifndef TRIGCALOEVENTTPCNV_TRIGTAUCLUSTERDETAILSCONTAINER_P1_H
15#define TRIGCALOEVENTTPCNV_TRIGTAUCLUSTERDETAILSCONTAINER_P1_H
16
18#include <vector>
19
20class TrigTauClusterDetailsContainer_p1 : public std::vector<TPObjRef>
21{
22 public:
23
25
26};// end of class definitions
27
28
29#endif