a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
BalancedPartitionCandidate.cpp
Go to the documentation of this file.
1/*
2 * BalancedPartitionCandidate.cpp
3 *
4 * Created on: Jul 13, 2012
5 * Author: Ben O'Leary (benjamin.oleary@gmail.com)
6 *
7 * This file is part of BOLlib, released under the
8 * GNU General Public License. Please see the accompanying
9 * README.BOLlib.txt file for a full list of files, brief documentation
10 * on how to use these classes, and further details on the license.
11 */
12
14
15namespace BOL
16{
18 indexVector(),
19 candidateWeight( 0.0 ),
20 inverseWeight( UsefulStuff::notANumber )
21 {
22 // just lets everything initialize in the default way.
23 }
24
26 {
27 // does nothing.
28 }
29
30}