ATLAS Offline Software
ALFA_DigitCollection_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_DigitCollection_p1_h
6 #define ALFA_DigitCollection_p1_h
7 
9 
11 
12 #include <vector>
13 #include <string>
14 
15 
16 // class ALFA_DigitCollection_p1
17 // {
18 // public:
19 //
20 // typedef std::vector<ALFA_Digit_p1> HitVector;
21 // typedef HitVector::const_iterator const_iterator;
22 // typedef HitVector::iterator iterator;
23 //
24 // // Default constructor
25 // ALFA_DigitCollection_p1 ();
26 //
27 //
28 // //inline ALFA_DigitCollection_p1::ALFA_DigitCollection_p1 () {}
29 //
30 // // Accessors
31 // const std::string& name() const;
32 // const HitVector& getVector() const;
33 //
34 // private:
35 // std::vector<ALFA_Digit_p1> m_cont;
36 // std::string m_name;
37 // };
38 //
39 // // inlines
40 //
41 // inline
42 // ALFA_DigitCollection_p1::ALFA_DigitCollection_p1 () {}
43 //
44 // inline
45 // const std::string&
46 // ALFA_DigitCollection_p1::name() const
47 // {return m_name;}
48 //
49 // inline
50 // const std::vector<ALFA_Digit_p1>&
51 // ALFA_DigitCollection_p1::getVector() const
52 // {return m_cont;}
53 
54 class ALFA_DigitCollection_p1: public std::vector<ALFA_Digit_p1>
55 {
56  public:
58 };
59 
60 #endif // ALFA_DigitCollection_p1_h
ALFA_Digit_p1.h
ALFA_DigitCollection_p1::ALFA_DigitCollection_p1
ALFA_DigitCollection_p1()
Definition: ALFA_DigitCollection_p1.h:57
ALFA_DigitCollection_p1
Definition: ALFA_DigitCollection_p1.h:55
TPObjRef.h