00001 /* 00002 * Copyright (C) 2008-2012, Daniel Kollar and Kevin Kroeninger. 00003 * All rights reserved. 00004 * 00005 * For the licensing terms see doc/COPYING. 00006 */ 00007 00008 // --------------------------------------------------------- 00009 00010 #include "BCMTFSystematic.h" 00011 00012 // --------------------------------------------------------- 00013 BCMTFSystematic::BCMTFSystematic(const char * name) 00014 : fFlagSystematicActive(true) 00015 { 00016 fSystematicName = name; 00017 } 00018 00019 // --------------------------------------------------------- 00020 BCMTFSystematic::~BCMTFSystematic() 00021 {} 00022 00023 // ---------------------------------------------------------