BOSS
6.6.4.p01
BESIII Offline Software System
Loading...
Searching...
No Matches
SelectAll.h
Go to the documentation of this file.
1
#ifndef DCHAIN_SELECTALL_H
2
#define DCHAIN_SELECTALL_H
3
// -*- C++ -*-
4
//
5
// Package: <DChain>
6
// Module: SelectAll
7
//
8
/**\class SelectAll SelectAll.h DChain/SelectAll.h
9
10
Description: Returns 'true' for all candidates passed to it
11
12
Usage:
13
<usage>
14
15
*/
16
//
17
// Author: Chris D Jones
18
// Created: Sat Dec 24 12:36:16 EST 2005
19
// $Id: SelectAll.h,v 1.1.1.1 2009/03/03 06:06:56 maqm Exp $
20
//
21
// Revision history
22
//
23
// $Log: SelectAll.h,v $
24
// Revision 1.1.1.1 2009/03/03 06:06:56 maqm
25
// first import of DecayChain
26
//
27
// Revision 1.1 2006/01/11 20:28:14 cdj
28
// massive class renaming, addition of [] for selection and unit tests
29
//
30
31
// system include files
32
33
// user include files
34
35
// forward declarations
36
37
namespace
dchain
{
38
template
<
class
T>
39
struct
SelectAll
{
40
bool
operator()
(
const
T&)
const
{
41
return
true
;
42
}
43
};
44
}
45
#endif
/* DCHAIN_SELECTALL_H */
dchain
Definition:
children.h:16
dchain::SelectAll
Definition:
SelectAll.h:39
dchain::SelectAll::operator()
bool operator()(const T &) const
Definition:
SelectAll.h:40
source
Event
DecayChain
DecayChain-00-00-03
DecayChain
Function
SelectAll.h
Generated by
1.9.6