ATLAS Offline Software
Loading...
Searching...
No Matches
ALFA_LocRecEvCollection_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#ifndef ALFA_LocRecEvCollection_p1_h
6#define ALFA_LocRecEvCollection_p1_h
7
9
11
12#include <vector>
13#include <string>
14
15class ALFA_LocRecEvCollection_p1: public std::vector<ALFA_LocRecEvent_p1>
16{
17 public:
19};
20
21#endif