/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Event/DecayChain/DecayChain-00-00-03-slc6tag/DecayChain/Function/SelectAll.h

Go to the documentation of this file.
00001 #ifndef DCHAIN_SELECTALL_H
00002 #define DCHAIN_SELECTALL_H
00003 // -*- C++ -*-
00004 //
00005 // Package:     <DChain>
00006 // Module:      SelectAll
00007 // 
00016 //
00017 // Author:      Chris D Jones
00018 // Created:     Sat Dec 24 12:36:16 EST 2005
00019 // $Id: SelectAll.h,v 1.1.1.1 2009/03/03 06:06:56 maqm Exp $
00020 //
00021 // Revision history
00022 //
00023 // $Log: SelectAll.h,v $
00024 // Revision 1.1.1.1  2009/03/03 06:06:56  maqm
00025 // first import of DecayChain
00026 //
00027 // Revision 1.1  2006/01/11 20:28:14  cdj
00028 // massive class renaming, addition of [] for selection and unit tests
00029 //
00030 
00031 // system include files
00032 
00033 // user include files
00034 
00035 // forward declarations
00036 
00037 namespace dchain {
00038    template<class T>
00039    struct SelectAll {
00040          bool operator()(const T&) const {
00041             return true;
00042          }
00043    };
00044 }
00045 #endif /* DCHAIN_SELECTALL_H */

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