FEDRA emulsion software from the OPERA Collaboration
VtMassC_list.hh
Go to the documentation of this file.
1 #ifndef __VTMASSC_LIST_HH
2 #define __VTMASSC_LIST_HH
3 // *****************************************************************************
4 //
5 // source:
6 //
7 // type: source code
8 //
9 // created: 20. Okt 2000
10 //
11 // author: Thorsten Glebe
12 // HERA-B Collaboration
13 // Max-Planck-Institut fuer Kernphysik
14 // Saupfercheckweg 1
15 // 69117 Heidelberg
16 // Germany
17 // E-mail: T.Glebe@mpi-hd.mpg.de
18 //
19 // Description: definition of MassC container
20 //
21 // changes:
22 // 20 Okt 2000 (TG) creation
23 //
24 // *****************************************************************************
25 #include <list>
26 
27 namespace VERTEX {
28  class MassC;
29 
30  typedef std::list<MassC*> MassC_v;
33 
34 } // end of namespace VERTEX
35 #endif
Definition: VtDistance.hh:30
std::list< MassC * >::iterator MassC_it
Definition: VtMassC_list.hh:31
std::list< MassC * >::const_iterator MassC_cit
Definition: VtMassC_list.hh:32
ConstRelationIterator const_iterator
Definition: VtRelationList.hh:54
std::list< MassC * > MassC_v
Definition: VtMassC_list.hh:28
RelationIterator iterator
Definition: VtRelationList.hh:53