BOSS 7.0.9
BESIII Offline Software System
Loading...
Searching...
No Matches
IndexedLabeledCandidates.cc
Go to the documentation of this file.
1#ifndef DCHAIN_INDEXEDLABELEDCANDIDATES_CC
2#define DCHAIN_INDEXEDLABELEDCANDIDATES_CC
3// -*- C++ -*-
4//
5// Package: DChain
6// Module: IndexedLabeledCandidates
7//
8// Description: Interface used by Candidate 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: IndexedLabeledCandidates.cc,v 1.1.1.1 2009/03/03 06:06:56 maqm Exp $
16//
17// Revision history
18//
19// $Log: IndexedLabeledCandidates.cc,v $
20// Revision 1.1.1.1 2009/03/03 06:06:56 maqm
21// first import of DecayChain
22//
23// Revision 1.1 2006/01/11 20:28:39 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
37
38//
39// constants, enums and typedefs
40//
41namespace dchain {
42//
43// static data member definitions
44//
45
46//
47// constructors and destructor
48//
49
50template < class CandidateClass >
52{
55// IndexedLabeledCandidates::IndexedLabeledCandidates( const IndexedLabeledCandidates& )
56// {
57// }
58
59template < class CandidateClass >
61{
62}
63
64//
65// assignment operators
66//
67// const IndexedLabeledCandidates& IndexedLabeledCandidates::operator=( const IndexedLabeledCandidates& )
68// {
69// }
70
71//
72// member functions
73//
74
75//
76// const member functions
77//
78
79//
80// static member functions
81//
82}
83
84#endif /* DCHAIN_INDEXEDLABELEDCANDIDATES_CC */
85