BAT  0.9.4
The Bayesian analysis toolkit
 All Classes Namespaces Functions Variables Enumerations
BCMTFSystematic.cxx
1 /*
2  * Copyright (C) 2007-2014, the BAT core developer team
3  * All rights reserved.
4  *
5  * For the licensing terms see doc/COPYING.
6  * For documentation see http://mpp.mpg.de/bat
7  */
8 
9 // ---------------------------------------------------------
10 
11 #include "BCMTFSystematic.h"
12 
13 // ---------------------------------------------------------
15  : fFlagSystematicActive(true)
16 {
17  fSystematicName = name;
18 }
19 
20 // ---------------------------------------------------------
22 {}
23 
24 // ---------------------------------------------------------
BCMTFSystematic(const char *name)