/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Event/DecayChain/DecayChain-00-00-03-slc6tag/DecayChain/Element/children.h

Go to the documentation of this file.
00001 #ifndef DCHAIN_CHILDREN_H
00002 #define DCHAIN_CHILDREN_H
00003 
00004 //  File:       Children.h
00005 //  Author:     Simon Patton
00006 //  Package:    Taxi - a prototype set of objects for Physics analysis
00007 //  Contents:   Declarations of the members of `Children' class.
00008 //
00009 //  Class Description: This simple acts as a namespace for an enum
00010 //              for accessing a Candidate's Children.
00011 //
00012 //
00013 // $Id: children.h,v 1.1.1.1 2009/03/03 06:06:56 maqm Exp $
00014 //
00015 
00016 namespace dchain {
00017    namespace children
00018    {
00019       enum Position { First = 0 ,
00020                       Second ,
00021                       Third ,
00022                       Fourth ,
00023                       Fifth
00024       } ;
00025    }
00026 }
00027 #endif // DCHAIN_CHILDREN_H

Generated on Tue Nov 29 22:58:21 2016 for BOSS_7.0.2 by  doxygen 1.4.7