ATLAS Offline Software
Loading...
Searching...
No Matches
LUCID_SimHitCollection_p3.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef LUCID_EVENTTPCNV_LUCID_SIMHITCOLLECTION_P3_H
6#define LUCID_EVENTTPCNV_LUCID_SIMHITCOLLECTION_P3_H
7
8#include <vector>
9#include "LUCID_SimHit_p3.h"
10
11
13{
14public:
16 typedef std::vector<LUCID_SimHit_p3> 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_p3> 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_p3>&
46
47#endif // LUCID_EVENTTPCNV_LUCID_SIMHITCOLLECTION_P3_H
const HitVector & getVector() const
const std::string & name() const
std::vector< LUCID_SimHit_p3 > m_cont
std::vector< LUCID_SimHit_p3 > HitVector
typedefs
LUCID_SimHitCollection_p3()
Default constructor.
HitVector::const_iterator const_iterator