ATLAS Offline Software
Loading...
Searching...
No Matches
LUCID_SimHitCollection_p1.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_P1_H
6#define LUCIDEVENTTPCNV_LUCID_SIMHITCOLLECTION_P1_H
7
8#include <vector>
9#include "LUCID_SimHit_p1.h"
10
11
13{
14public:
16 typedef std::vector<LUCID_SimHit_p1> 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_p1> 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_p1>&
46
47#endif
const std::string & name() const
std::vector< LUCID_SimHit_p1 > HitVector
typedefs
LUCID_SimHitCollection_p1()
Default constructor.
HitVector::const_iterator const_iterator
const HitVector & getVector() const
std::vector< LUCID_SimHit_p1 > m_cont