BOSS 7.1.1
BESIII Offline Software System
Loading...
Searching...
No Matches
children.h
Go to the documentation of this file.
1#ifndef DCHAIN_CHILDREN_H
2#define DCHAIN_CHILDREN_H
3
4// File: Children.h
5// Author: Simon Patton
6// Package: Taxi - a prototype set of objects for Physics analysis
7// Contents: Declarations of the members of `Children' class.
8//
9// Class Description: This simple acts as a namespace for an enum
10// for accessing a Candidate's Children.
11//
12//
13// $Id: children.h,v 1.1.1.1 2009/03/03 06:06:56 maqm Exp $
14//
15
16namespace dchain {
17 namespace children
18 {
19 enum Position { First = 0 ,
23 Fifth
24 } ;
25 }
26}
27#endif // DCHAIN_CHILDREN_H