ATLAS Offline Software
Loading...
Searching...
No Matches
TgcRdoContainer_p4.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef MUON_TGCRDOCONTAINER_P4_H
6#define MUON_TGCRDOCONTAINER_P4_H
7
8#include <vector>
10
11
13 : public std::vector<TgcRdo_p4>
14{
15public:
16 // Default constructor
18};
19
20#endif
21