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 "BCMTFProcess.h" 00011 00012 // --------------------------------------------------------- 00013 BCMTFProcess::BCMTFProcess(const char * name) 00014 { 00015 fName = name; 00016 } 00017 00018 // --------------------------------------------------------- 00019 BCMTFProcess::~BCMTFProcess() 00020 {} 00021 00022 // ---------------------------------------------------------