BOSS 7.1.1
BESIII Offline Software System
Loading...
Searching...
No Matches
DCIndexedLabeledDecays.cc
Go to the documentation of this file.
1#ifndef DCHAIN_INDEXEDLABELEDDECAYS_CC
2#define DCHAIN_INDEXEDLABELEDDECAYS_CC
3// -*- C++ -*-
4//
5// Package: DChain
6// Module: IndexedLabeledDecays
7//
8// Description: Interface used by Decay iterators
9//
10// Implimentation:
11// <Notes on implimentation>
12//
13// Author: Simon Patton
14// Created: Mon Nov 4 12:19:24 EST 1996
15// $Id: DCIndexedLabeledDecays.cc,v 1.1.1.1 2009/03/03 06:06:56 maqm Exp $
16//
17// Revision history
18//
19// $Log: DCIndexedLabeledDecays.cc,v $
20// Revision 1.1.1.1 2009/03/03 06:06:56 maqm
21// first import of DecayChain
22//
23// Revision 1.2 2006/01/11 20:28:38 cdj
24// massive class renaming, addition of [] for selection and unit tests
25//
26// Revision 1.1.1.1 2000/12/18 22:16:56 cdj
27// imported DChain
28//
29// Revision 1.1 1998/08/28 05:17:29 sjp
30// New class for iterator access
31//
32
33// system include files
34
35// user include files
36#include "DecayChain/List/IndexedLabeledDecays.h"
37
38//
39// constants, enums and typedefs
40//
41
42//
43// static data member definitions
44//
45
46//
47// constructors and destructor
48//
49
50template < class DecayClass , class CandidateClass >
54
55// IndexedLabeledDecays::IndexedLabeledDecays( const IndexedLabeledDecays& )
56// {
57// }
58
59template < class DecayClass , class CandidateClass >
63
64//
65// assignment operators
66//
67// const IndexedLabeledDecays& IndexedLabeledDecays::operator=( const IndexedLabeledDecays& )
68// {
69// }
70
71//
72// member functions
73//
74
75//
76// const member functions
77//
78
79//
80// static member functions
81//
82
83#endif /* DCHAIN_INDEXEDLABELEDDECAYS_CC */