Nymph  v1.5.2
Flow-Based Data Processing Framework
KTCut.cc
Go to the documentation of this file.
1 /*
2  * KTCut.cc
3  *
4  * Created on: Aug 24, 2012
5  * Author: nsoblath
6  */
7 
8 #include "KTCut.hh"
9 
10 namespace Nymph
11 {
12  KTCut::KTCut(const std::string& name) :
13  KTConfigurable(name)
14  {
15  }
16 
18  {
19  }
20 
21 } /* namespace Nymph */
KTCut(const std::string &name="default-cut-name")
Definition: KTCut.cc:12
virtual ~KTCut()
Definition: KTCut.cc:17