ATLAS Offline Software
Loading...
Searching...
No Matches
LUCID_SimHitCollection_p2.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef LUCIDEVENTTPCNV_LUCID_SIMHITCOLLECTION_P2_H
6#define LUCIDEVENTTPCNV_LUCID_SIMHITCOLLECTION_P2_H
7
8#include <vector>
9#include "LUCID_SimHit_p2.h"
10
11
13{
14public:
16 typedef std::vector<LUCID_SimHit_p2> HitVector;
17 typedef HitVector::const_iterator const_iterator;
18 typedef HitVector::iterator iterator;
19
20
23 // Accessors
24 const std::string& name() const;
25 const HitVector& getVector() const;
26 //private:
27 std::vector<LUCID_SimHit_p2> m_cont;
28 std::string m_name;
29};
30
31
32// inlines
33
34inline
36
37inline
38const std::string&
41
42inline
43const std::vector<LUCID_SimHit_p2>&
46
47#endif
std::vector< LUCID_SimHit_p2 > HitVector
typedefs
const std::string & name() const
LUCID_SimHitCollection_p2()
Default constructor.
HitVector::const_iterator const_iterator
std::vector< LUCID_SimHit_p2 > m_cont
const HitVector & getVector() const